Class Ifc4::IfcTextureVertexList¶
Defined in File Ifc4.h
Nested Relationships¶
This class is a nested type of Struct Ifc4.
Inheritance Relationships¶
Base Type¶
public Ifc4::IfcPresentationItem(Class Ifc4::IfcPresentationItem)
Class Documentation¶
-
class
Ifc4::IfcTextureVertexList: public Ifc4::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>