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