Facettierte Boundary Representation mit Aussparungen | |
Faceted Brep With Voids |
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:
# | Attribute | Type | Cardinality | Description | G |
---|---|---|---|---|---|
2 | Voids | IfcClosedShell | S[1:?] | Set of closed shells defining voids within the solid. | X |
# | Attribute | Type | Cardinality | Description | G |
---|---|---|---|---|---|
IfcRepresentationItem | |||||
LayerAssignment | IfcPresentationLayerAssignment @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 | |
StyledByItem | IfcStyledItem @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 | IfcDimensionCount | The space dimensionality of this class, it is always 3. | X | ||
IfcManifoldSolidBrep | |||||
1 | Outer | IfcClosedShell | 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 | |||||
2 | Voids | IfcClosedShell | S[1:?] | Set of closed shells defining voids within the solid. | X |
<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>
ENTITY IfcFacetedBrepWithVoids
SUBTYPE OF (IfcFacetedBrep);
Voids : SET [1:?] OF IfcClosedShell;
END_ENTITY;