Class Ifc4x1::IfcTextureVertexList¶
Defined in File Ifc4x1.h
Nested Relationships¶
This class is a nested type of Struct Ifc4x1.
Inheritance Relationships¶
Base Type¶
public Ifc4x1::IfcPresentationItem(Class Ifc4x1::IfcPresentationItem)
Class Documentation¶
-
class
Ifc4x1::IfcTextureVertexList: public Ifc4x1::IfcPresentationItem¶ Public Types
-
typedef IfcTemplatedEntityList<IfcTextureVertexList>
list¶
Public Functions
-
std::vector<std::vector<double>>
TexCoordsList() const¶
-
void
setTexCoordsList(std::vector<std::vector<double>> v)¶
-
IfcTextureVertexList(IfcEntityInstanceData *e)¶
-
IfcTextureVertexList(std::vector<std::vector<double>> v1_TexCoordsList)¶
-
typedef IfcTemplatedEntityList<IfcTextureVertexList>