Class Ifc4::IfcPolygonalFaceSet¶
Defined in File Ifc4.h
Nested Relationships¶
This class is a nested type of Struct Ifc4.
Inheritance Relationships¶
Base Type¶
public Ifc4::IfcTessellatedFaceSet
(Class Ifc4::IfcTessellatedFaceSet)
Class Documentation¶
-
class
Ifc4
::
IfcPolygonalFaceSet
: public Ifc4::IfcTessellatedFaceSet¶ Public Types
-
typedef IfcTemplatedEntityList<IfcPolygonalFaceSet>
list
¶
Public Functions
-
bool
hasClosed
() const¶ Whether the optional attribute Closed is defined for this IfcPolygonalFaceSet.
-
bool
Closed
() const¶
-
void
setClosed
(bool v)¶
-
IfcTemplatedEntityList<::Ifc4::IfcIndexedPolygonalFace>::ptr
Faces
() const¶
-
void
setFaces
(IfcTemplatedEntityList<::Ifc4::IfcIndexedPolygonalFace>::ptr v)¶
-
bool
hasPnIndex
() const¶ Whether the optional attribute PnIndex is defined for this IfcPolygonalFaceSet.
-
std::vector<int>
PnIndex
() const¶
-
void
setPnIndex
(std::vector<int> v)¶
-
IfcPolygonalFaceSet
(IfcEntityInstanceData *e)¶
-
IfcPolygonalFaceSet
(::Ifc4::IfcCartesianPointList3D *v1_Coordinates, boost::optional<bool> v2_Closed, IfcTemplatedEntityList<::Ifc4::IfcIndexedPolygonalFace>::ptr v3_Faces, boost::optional<std::vector<int>> v4_PnIndex)¶
-
typedef IfcTemplatedEntityList<IfcPolygonalFaceSet>