IfcVertexPoint

时间:2020-12-07 09:34:53   收藏:0   阅读:38

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

顶点是将其几何体定义为点的顶点。

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

IFC2x中的历史新实体。

 

非正式提议:

顶点的域被正式定义为其顶点的域。

 

技术分享图片

 

 

#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
IfcVertex
IfcVertexPoint
1 VertexGeometry IfcPoint [1:1] The geometric point, which defines the position in geometric space of the vertex. X
 

EXPRESS Specification

ENTITY IfcVertexPoint
 SUBTYPE OF (IfcVertex);
  VertexGeometry : IfcPoint;
END_ENTITY;

 

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

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!