Class Ifc2x3::IfcVertexBasedTextureMap¶
Defined in File Ifc2x3.h
Nested Relationships¶
This class is a nested type of Struct Ifc2x3.
Inheritance Relationships¶
Base Type¶
public IfcUtil::IfcBaseEntity
(Class IfcBaseEntity)
Class Documentation¶
-
class
Ifc2x3
::
IfcVertexBasedTextureMap
: public IfcUtil::IfcBaseEntity¶ Public Types
-
typedef IfcTemplatedEntityList<IfcVertexBasedTextureMap>
list
¶
Public Functions
-
IfcTemplatedEntityList<::Ifc2x3::IfcTextureVertex>::ptr
TextureVertices
() const¶
-
void
setTextureVertices
(IfcTemplatedEntityList<::Ifc2x3::IfcTextureVertex>::ptr v)¶
-
IfcTemplatedEntityList<::Ifc2x3::IfcCartesianPoint>::ptr
TexturePoints
() const¶
-
void
setTexturePoints
(IfcTemplatedEntityList<::Ifc2x3::IfcCartesianPoint>::ptr v)¶
-
IfcVertexBasedTextureMap
(IfcEntityInstanceData *e)¶
-
IfcVertexBasedTextureMap
(IfcTemplatedEntityList<::Ifc2x3::IfcTextureVertex>::ptr v1_TextureVertices, IfcTemplatedEntityList<::Ifc2x3::IfcCartesianPoint>::ptr v2_TexturePoints)¶
-
typedef IfcTemplatedEntityList<IfcVertexBasedTextureMap>