IfcFacetedBrep

Natural language names
Facettierte Boundary Representation
Faceted Brep
Semantic definitions at the entity
Entity definition

The IfcFacetedBrep is a manifold solid brep with the restriction that all faces are planar and bounded polygons.

 

faceted brep instantiation
NOTE  Use of IfcFacetedBrep is restricted for boundary representation models with planar surfaces only. Those surfaces are implicitly represented by the bounding polygons. The diagram shows the topological and geometric representation items that are used for faceted breps.

Each IfcCartesianPoint, used within the IfcFacetedBrep shall be referenced three times by an IfcPolyLoop bounding a different IfcFace.

Figure 332 — Diagram showing the use of IfcFacetedBrep

 
NOTE  Definition according to ISO/CD 10303-42:1992
A faceted B-rep is a simple form of boundary representation model in which all faces are planar and all edges are straight lines. Unlike the B-rep model, edges and vertices are not represented explicitly in the model but are implicitly available through the poly loop entity. A faceted B-rep has to meet the same topological constraints as the manifold solid B-rep.
The faceted B-rep has been introduced in order to support the larger number of systems that allow boundary type solid representations with planar surfaces only.
NOTE  Entity adapted from manifold_solid_brep defined in ISO 10303-42.
HISTORY  New entity in IFC1.0

 

Informal Propositions:

  1. All the bounding loops of all the faces of all the shells in the IfcFacetedBrep shall be of type IfcPolyLoop.
  2. All vertices shall be referenced by all polyloops, sharing the vertex. I.e., each Cartesian point shall be references by at least three polyloops.
Inherited definitions from supertypes
Entity inheritance IfcFacetedBrepWithVoids 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
Examples
Formal representations
XML Specification
 <xs:element name="IfcFacetedBrep" type="ifc:IfcFacetedBrep" substitutionGroup="ifc:IfcManifoldSolidBrep" nillable="true"/>
 <xs:complexType name="IfcFacetedBrep">
  <xs:complexContent>
   <xs:extension base="ifc:IfcManifoldSolidBrep"/>
  </xs:complexContent>
 </xs:complexType>
EXPRESS Specification
ENTITY IfcFacetedBrep
 SUPERTYPE OF(IfcFacetedBrepWithVoids)
 SUBTYPE OF (IfcManifoldSolidBrep);
END_ENTITY;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page