Class Ifc4x2::IfcFacetedBrepWithVoids

Nested Relationships

This class is a nested type of Struct Ifc4x2.

Inheritance Relationships

Base Type

Class Documentation

class Ifc4x2::IfcFacetedBrepWithVoids : public Ifc4x2::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 Functions

IfcTemplatedEntityList<::Ifc4x2::IfcClosedShell>::ptr Voids() const

Set of closed shells defining voids within the solid.

void setVoids(IfcTemplatedEntityList<::Ifc4x2::IfcClosedShell>::ptr v)
const IfcParse::entity &declaration() const
IfcFacetedBrepWithVoids(IfcEntityInstanceData *e)
IfcFacetedBrepWithVoids(::Ifc4x2::IfcClosedShell *v1_Outer, IfcTemplatedEntityList<::Ifc4x2::IfcClosedShell>::ptr v2_Voids)

Public Static Functions

const IfcParse::entity &Class()