IfcPointOrVertexPoint

IfcPointOrVertexPoint

类型定义

IfcPoint或VertexPoint提供了在几何模型中选择几何点(IfcPoint和子类型)或在拓扑模型中选择具有关联点坐标的顶点(IfcVertexPoint)的选项。

 

IFC2x3中的新选择类型。

Enumeration definition

ConstantDescription
IfcPoint  
IfcVertexPoint  
 

 

EXPRESS Specification

TYPE IfcPointOrVertexPoint = SELECT (
 IfcPoint,
 IfcVertexPoint);
END_TYPE;

 

############

posted @ 2022-08-26 11:06  西北逍遥  阅读(16)  评论(0编辑  收藏  举报