IfcFacetedBrep

IfcFacetedBrep是一个流形实体brep,其限制条件是所有面都是平面和有界多边形。

注:IfcFacetedBrep的使用仅限于具有平面的边界表示模型。这些曲面由边界多边形隐式表示。该图显示了用于刻面brep的拓扑和几何表示项。

在IfcFacetedBrep中使用的每个IfcCartesianPoint都应该由一个包围不同IfcFace的IfcPolyLoop引用三次。

 

 

上图————显示IfcFacetedBrep用法的图表

注:定义根据ISO/CD 10303-42:1992

刻面B-rep是一种简单的边界表示模型,其中所有的面都是平面的,所有的边都是直线。与B-rep模型不同,边和顶点在模型中不显式表示,而是通过poly loop实体隐式可用。刻面B-rep必须满足与流形实体B-rep相同的拓扑约束。

多面B-rep的引入是为了支持更多的系统,这些系统只允许使用平面的边界类型实体表示。

注:实体改编自ISO 10303-42中定义的歧管实体。

IFC1.0中增加的新实体

非正式提议:

①IfcFacetedBrep中所有壳体表面的所有边界环应为IfcPolyLoop类型。

②所有顶点应被共享顶点的所有polyLoop引用。每个笛卡尔点应至少由三个多段环路引用。

 

 

#AttributeTypeCardinalityDescriptionC
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. 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. X
IfcGeometricRepresentationItem
IfcSolidModel
  Dim
:=3
IfcDimensionCount [1:1] The space dimensionality of this class, it is always 3. X
IfcManifoldSolidBrep
1 Outer IfcClosedShell [1:1] A closed shell defining the exterior boundary of the solid. The shell normal shall point away from the interior of the solid. X
IfcFacetedBrep
 

EXPRESS Specification

ENTITY IfcFacetedBrep
 SUPERTYPE OF(IfcFacetedBrepWithVoids)
 SUBTYPE OF (IfcManifoldSolidBrep);
END_ENTITY;

 

posted @ 2020-08-11 19:28  西北逍遥  阅读(559)  评论(0编辑  收藏  举报