IfcFaceBasedSurfaceModel

IfcFaceBasedSurfaceModel通过连接的面集表示形状。连接面具有维数2,并且放置在维度3的坐标空间中。

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

基于人脸的曲面模型由一组维数为2的连通面集描述。除了在边和顶点处,连接面集不应相交,除非一个连接面集中的一个面可以与另一个连接面集中的面重叠,前提是面边界相同。应至少有一个连接面组。

连接面集可以独立于曲面模型而存在。

注:实体改编自ISO 10303-42中定义的基于面_的表面_模型。

IFC2x中增加的新实体。

非正式提议:

①连接的面集不得重叠或相交,除非在公共面、边或顶点处。

②fbsm面具有维数2。

注:IFC4变更实体已被弃用,不得使用。应使用实体IfcFacetedBrep代替。

 

#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
IfcFaceBasedSurfaceModel
1 FbsmFaces IfcConnectedFaceSet S[1:?] The set of connected face sets comprising the face based surface model. X
  Dim
:=3
IfcDimensionCount [1:1] The space dimensionality of this class, it is always 3. X
 

EXPRESS Specification

ENTITY IfcFaceBasedSurfaceModel
 SUBTYPE OF (IfcGeometricRepresentationItem);
  FbsmFaces : SET [1:?] OF IfcConnectedFaceSet;
 DERIVE
  Dim : IfcDimensionCount := 3;
END_ENTITY;

 

posted @ 2020-07-15 22:49  西北逍遥  阅读(269)  评论(0编辑  收藏  举报