IfcPointOrVertexPoint
类型定义
IfcPoint或VertexPoint提供了在几何模型中选择几何点(IfcPoint和子类型)或在拓扑模型中选择具有关联点坐标的顶点(IfcVertexPoint)的选项。
IFC2x3中的新选择类型。
Enumeration definition
Constant | Description |
---|---|
IfcPoint | |
IfcVertexPoint |
EXPRESS Specification
TYPE IfcPointOrVertexPoint = SELECT (
IfcPoint,
IfcVertexPoint);
END_TYPE;
############