Class Ifc4x2::IfcTriangulatedFaceSet¶
Defined in File Ifc4x2.h
Nested Relationships¶
This class is a nested type of Struct Ifc4x2.
Inheritance Relationships¶
Base Type¶
public Ifc4x2::IfcTessellatedFaceSet(Class Ifc4x2::IfcTessellatedFaceSet)
Derived Type¶
public Ifc4x2::IfcTriangulatedIrregularNetwork(Class Ifc4x2::IfcTriangulatedIrregularNetwork)
Class Documentation¶
-
class
Ifc4x2::IfcTriangulatedFaceSet: public Ifc4x2::IfcTessellatedFaceSet¶ Subclassed by Ifc4x2::IfcTriangulatedIrregularNetwork
Public Types
-
typedef IfcTemplatedEntityList<IfcTriangulatedFaceSet>
list¶
Public Functions
-
bool
hasNormals() const¶ Whether the optional attribute Normals is defined for this IfcTriangulatedFaceSet.
-
std::vector<std::vector<double>>
Normals() const¶
-
void
setNormals(std::vector<std::vector<double>> v)¶
-
bool
hasClosed() const¶ Whether the optional attribute Closed is defined for this IfcTriangulatedFaceSet.
-
bool
Closed() const¶
-
void
setClosed(bool v)¶
-
std::vector<std::vector<int>>
CoordIndex() const¶
-
void
setCoordIndex(std::vector<std::vector<int>> v)¶
-
bool
hasPnIndex() const¶ Whether the optional attribute PnIndex is defined for this IfcTriangulatedFaceSet.
-
std::vector<int>
PnIndex() const¶
-
void
setPnIndex(std::vector<int> v)¶
-
IfcTriangulatedFaceSet(IfcEntityInstanceData *e)¶
-
IfcTriangulatedFaceSet(::Ifc4x2::IfcCartesianPointList3D *v1_Coordinates, boost::optional<std::vector<std::vector<double>>> v2_Normals, boost::optional<bool> v3_Closed, std::vector<std::vector<int>> v4_CoordIndex, boost::optional<std::vector<int>> v5_PnIndex)¶
-
typedef IfcTemplatedEntityList<IfcTriangulatedFaceSet>