Class Ifc4x2::IfcIndexedTriangleTextureMap¶
Defined in File Ifc4x2.h
Nested Relationships¶
This class is a nested type of Struct Ifc4x2.
Inheritance Relationships¶
Base Type¶
public Ifc4x2::IfcIndexedTextureMap
(Class Ifc4x2::IfcIndexedTextureMap)
Class Documentation¶
-
class
Ifc4x2
::
IfcIndexedTriangleTextureMap
: public Ifc4x2::IfcIndexedTextureMap¶ Public Types
-
typedef IfcTemplatedEntityList<IfcIndexedTriangleTextureMap>
list
¶
Public Functions
-
bool
hasTexCoordIndex
() const¶ Whether the optional attribute TexCoordIndex is defined for this IfcIndexedTriangleTextureMap.
-
std::vector<std::vector<int>>
TexCoordIndex
() const¶
-
void
setTexCoordIndex
(std::vector<std::vector<int>> v)¶
-
IfcIndexedTriangleTextureMap
(IfcEntityInstanceData *e)¶
-
IfcIndexedTriangleTextureMap
(IfcTemplatedEntityList<::Ifc4x2::IfcSurfaceTexture>::ptr v1_Maps, ::Ifc4x2::IfcTessellatedFaceSet *v2_MappedTo, ::Ifc4x2::IfcTextureVertexList *v3_TexCoords, boost::optional<std::vector<std::vector<int>>> v4_TexCoordIndex)¶
-
typedef IfcTemplatedEntityList<IfcIndexedTriangleTextureMap>