Class Ifc4x3_rc1::IfcFaceBound¶
Defined in File Ifc4x3_rc1.h
Nested Relationships¶
This class is a nested type of Struct Ifc4x3_rc1.
Inheritance Relationships¶
Base Type¶
public Ifc4x3_rc1::IfcTopologicalRepresentationItem
(Class Ifc4x3_rc1::IfcTopologicalRepresentationItem)
Derived Type¶
public Ifc4x3_rc1::IfcFaceOuterBound
(Class Ifc4x3_rc1::IfcFaceOuterBound)
Class Documentation¶
-
class
Ifc4x3_rc1
::
IfcFaceBound
: public Ifc4x3_rc1::IfcTopologicalRepresentationItem¶ Definition from ISO/CD 10303-42:1992: A face bound is a loop which is intended to be used for bounding a face.
NOTE Corresponding ISO 10303 entity: face_bound. Please refer to ISO/IS 10303-42:1994, p. 139 for the final definition of the formal standard.
HISTORY New class in IFC Release 1.0
Subclassed by Ifc4x3_rc1::IfcFaceOuterBound
Public Types
-
typedef IfcTemplatedEntityList<IfcFaceBound>
list
¶
Public Functions
-
::Ifc4x3_rc1::IfcLoop *
Bound
() const¶ The loop which will be used as a face boundary.
-
void
setBound
(::Ifc4x3_rc1::IfcLoop *v)¶
-
bool
Orientation
() const¶ This indicated whether (TRUE) or not (FALSE) the loop has the same sense when used to bound the face as when first defined. If sense is FALSE the senses of all its component oriented edges are implicitly reversed when used in the face.
-
void
setOrientation
(bool v)¶
-
IfcFaceBound
(IfcEntityInstanceData *e)¶
-
IfcFaceBound
(::Ifc4x3_rc1::IfcLoop *v1_Bound, bool v2_Orientation)¶
-
typedef IfcTemplatedEntityList<IfcFaceBound>