Class Ifc4x3_rc1::IfcFacetedBrepWithVoids¶
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::IfcFacetedBrep
(Class Ifc4x3_rc1::IfcFacetedBrep)
Class Documentation¶
-
class
Ifc4x3_rc1
::
IfcFacetedBrepWithVoids
: public Ifc4x3_rc1::IfcFacetedBrep¶ The IfcFacetedBrepWithVoids is a specialization of a faceted B-rep which contains one or more voids in its interior. The voids are represented as closed shells which are defined so that the shell normal point into the void.
NOTE Corresponding ISO 10303-42 entity: brep_with_voids (see note above). Please refer to ISO/IS 10303-42:1994, p. 173 for the final definition of the formal standard. In IFC faceted B-rep with voids is represented by this subtype IfcFacetedBrepWithVoids and not defined via an implicit ANDOR supertype constraint as in ISO/IS 10303-42:1994 between an instance of faceted_brep AND brep_with_voids. This change has been made due to the fact, that only ONEOF supertype constraint is allowed within the IFC object model.
HISTORY New entity in IFC Release 1.0
IFC2x4 CHANGE Subtyping changed from IfcManifoldSolidBrep to IfcFacetedBrep with upward compatibility for file based exchange.
Informal propositions:
Each void shell shall be disjoint from the outer shell and from every other void shell Each void shell shall be enclosed within the outer shell but not within any other void shell. In particular the outer shell is not in the set of void shells Each shell in the IfcManifoldSolidBrep shall be referenced only once. All the bounding loops of all the faces of all the shells in the IfcFacetedBrep shall be of type IfcPolyLoop.
Public Types
-
typedef IfcTemplatedEntityList<IfcFacetedBrepWithVoids>
list
¶
Public Functions
-
IfcTemplatedEntityList<::Ifc4x3_rc1::IfcClosedShell>::ptr
Voids
() const¶ Set of closed shells defining voids within the solid.
-
void
setVoids
(IfcTemplatedEntityList<::Ifc4x3_rc1::IfcClosedShell>::ptr v)¶
-
IfcFacetedBrepWithVoids
(IfcEntityInstanceData *e)¶
-
IfcFacetedBrepWithVoids
(::Ifc4x3_rc1::IfcClosedShell *v1_Outer, IfcTemplatedEntityList<::Ifc4x3_rc1::IfcClosedShell>::ptr v2_Voids)¶
-
typedef IfcTemplatedEntityList<IfcFacetedBrepWithVoids>