IfcFacetedBrepWithVoids

Natural language names
Facettierte Boundary Representation mit Aussparungen
Faceted Brep With Voids
Semantic definitions at the entity
Entity definition

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  Entity adapted from brep_with_voids AND faceted_brep defined in ISO 10303-42.
HISTORY  New entity in IFC1.0
IFC4 CHANGE  Subtyping changed from IfcManifoldSolidBrep to IfcFacetedBrep with upward compatibility for file based exchange.

 

Informal Propositions:

  1. Each void shell shall be disjoint from the outer shell and from every other void shell
  2. 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
  3. Each shell in the IfcManifoldSolidBrep shall be referenced only once.
  4. All the bounding loops of all the faces of all the shells in the IfcFacetedBrep shall be of type IfcPolyLoop.
Attribute definitions
#AttributeTypeCardinalityDescription G
2VoidsIfcClosedShellS[1:?] Set of closed shells defining voids within the solid.X
Inherited definitions from supertypes
Entity inheritance IfcFacetedBrep IfcManifoldSolidBrep IfcSolidModel IfcGeometricRepresentationItem IfcRepresentationItem
Attribute inheritance
#AttributeTypeCardinalityDescriptionG
IfcRepresentationItem
LayerAssignmentIfcPresentationLayerAssignment
@AssignedItems
S[0:1]Assignment of the representation item to a single or multiple layer(s). The LayerAssignments can override a LayerAssignments of the IfcRepresentation it is used within the list of Items.
IFC2x3 CHANGE  The inverse attribute LayerAssignments has been added.
IFC4 CHANGE  The inverse attribute LayerAssignment has been restricted to max 1. Upward compatibility for file based exchange is guaranteed.
X
StyledByItemIfcStyledItem
@Item
S[0:1]Reference to the IfcStyledItem that provides presentation information to the representation, e.g. a curve style, including colour and thickness to a geometric curve.
IFC2x3 CHANGE  The inverse attribute StyledByItem has been added.
X
IfcGeometricRepresentationItem
IfcSolidModel
Dim
:=3
IfcDimensionCountThe space dimensionality of this class, it is always 3. X
IfcManifoldSolidBrep
1OuterIfcClosedShell A closed shell defining the exterior boundary of the solid. The shell normal shall point away from the interior of the solid.X
IfcFacetedBrep
IfcFacetedBrepWithVoids
2VoidsIfcClosedShellS[1:?] Set of closed shells defining voids within the solid.X
Formal representations
XML Specification
 <xs:element name="IfcFacetedBrepWithVoids" type="ifc:IfcFacetedBrepWithVoids" substitutionGroup="ifc:IfcFacetedBrep" nillable="true"/>
 <xs:complexType name="IfcFacetedBrepWithVoids">
  <xs:complexContent>
   <xs:extension base="ifc:IfcFacetedBrep">
    <xs:sequence>
     <xs:element name="Voids">
      <xs:complexType>
       <xs:sequence>
        <xs:element ref="ifc:IfcClosedShell" maxOccurs="unbounded"/>
       </xs:sequence>
       <xs:attribute ref="ifc:itemType" fixed="ifc:IfcClosedShell"/>
       <xs:attribute ref="ifc:cType" fixed="set"/>
       <xs:attribute ref="ifc:arraySize" use="optional"/>
      </xs:complexType>
     </xs:element>
    </xs:sequence>
   </xs:extension>
  </xs:complexContent>
 </xs:complexType>
EXPRESS Specification
ENTITY IfcFacetedBrepWithVoids
 SUBTYPE OF (IfcFacetedBrep);
  Voids : SET [1:?] OF IfcClosedShell;
END_ENTITY;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page