Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 2.27 KB

File metadata and controls

35 lines (21 loc) · 2.27 KB

IfcAdvancedBrep

An advanced B-rep is a boundary representation model in which all faces, edges and vertices are explicitly represented. It is a solid with explicit topology and elementary or free-form geometry. The faces of the B-rep are of type IfcAdvancedFace. An advanced B-rep has to meet the same topological constraints as the manifold solid B-rep.

NOTE The advanced B-rep has been introduced in order to support the increasing number of applications that can define and exchange B-rep models based on NURBS or other b-spline surfaces.

advanced brep b-spline surface

Figure 1 — Advanced Brep, b-spline surface

Figure 1 illustrates use of IfcAdvancedBrep for boundary representation models with b-spline surfaces. The diagram shows the topological and geometric representation items that are used for advanced B-reps, based on IfcAdvancedFace.

advanced brep elementary surface

Figure 2 — Advanced Brep, elementary surface

Figure 2 illustrates use of IfcAdvancedBrep for boundary representation models with elementary surfaces. The diagram shows the topological and geometric representation items that are used for advanced B-reps, based on IfcAdvancedFace. It shows the use of IfcIntersectionCurve to provide the geometric representation of the edge curve both as 3D curve and as u,v pcurve in the parametric space of the adjacent surfaces.

NOTE Entity adapted from advanced_brep_shape_representation defined in ISO 10303-514.

HISTORY New entity in IFC4

Informal Propositions

  1. each face is a face surface;
  2. each face surface has its geometry defined by an elementary surface, swept surface or a b-spline surface;
  3. the edges used to define the boundaries of the face shall all reference an edge curve
  4. each curve used to define the geometry of the faces and face bounds shall be either a conic, or a line or a polyline or a b-spline curve
  5. the edges used to define the face boundaries shall all be trimmed by vertices of type vertex point
  6. no loop used to define a face bound shall be of the oriented subtype

Formal Propositions

HasAdvancedFaces

Each face of the advanced B-rep shall be of type IfcAdvancedFace.