首页 > 其他 > 详细

IfcVertexLoop

时间:2020-12-05 19:53:24      阅读:26      评论:0      收藏:0      [点我收藏+]

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

顶点环是由一个顶点构成的零亏格环。顶点可以独立于顶点循环而存在。拓扑数据应满足以下约束:

技术分享图片

 

注:实体改编自ISO 10303-42中定义的顶点环。

IFC2x2中的历史新实体。

 

非正式提议: 

①顶点循环的范围和维数为零。

②顶点循环具有亏格0。

 

技术分享图片

 

 

#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
IfcTopologicalRepresentationItem
IfcLoop
IfcVertexLoop
1 LoopVertex IfcVertex [1:1] The vertex which defines the entire loop. X
 

EXPRESS Specification

ENTITY IfcVertexLoop
 SUBTYPE OF (IfcLoop);
  LoopVertex : IfcVertex;
END_ENTITY;

 

IfcVertexLoop

原文:https://www.cnblogs.com/herd/p/14090606.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!