Class Ifc4x1::IfcIndexedTriangleTextureMap¶
Defined in File Ifc4x1.h
Nested Relationships¶
This class is a nested type of Struct Ifc4x1.
Inheritance Relationships¶
Base Type¶
public Ifc4x1::IfcIndexedTextureMap
(Class Ifc4x1::IfcIndexedTextureMap)
Class Documentation¶
-
class
Ifc4x1
::
IfcIndexedTriangleTextureMap
: public Ifc4x1::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<::Ifc4x1::IfcSurfaceTexture>::ptr v1_Maps, ::Ifc4x1::IfcTessellatedFaceSet *v2_MappedTo, ::Ifc4x1::IfcTextureVertexList *v3_TexCoords, boost::optional<std::vector<std::vector<int>>> v4_TexCoordIndex)¶
-
typedef IfcTemplatedEntityList<IfcIndexedTriangleTextureMap>