IfcCurveOrEdgeCurve

IfcCurveOrEdgeCurve

类型定义

IfcCurveOrEdgeCurve提供了在几何模型中选择几何曲线(IfcCurve和子类型)或在拓扑模型中选择具有关联几何图形和坐标的曲线(IfcEdgeCurve)的选项。

 

IFC2x3中的新选择类型。

 

 

Enumeration definition

ConstantDescription
IfcBoundedCurve  
IfcEdgeCurve  
 

 

EXPRESS Specification

TYPE IfcCurveOrEdgeCurve = SELECT (
 IfcBoundedCurve,
 IfcEdgeCurve);
END_TYPE;

 

 

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

posted @ 2022-08-25 08:31  西北逍遥  阅读(22)  评论(0编辑  收藏  举报