IfcPresentationStyleSelect

ifcprepresentationstyleselect提供了在不同的表示样式之间进行选择以分配给样式化的项。

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

表示样式选择是多种样式中的一种,对于要设计样式的每种几何表示项都是不同的。

注释类型改编自ISO10303-46中定义的表示样式选择。

IFC2x2中增加的新选择类型。

弃用选择类型已弃用。

Enumeration definition

ConstantDescription
IfcNullStyle  
IfcCurveStyle  
IfcFillAreaStyle  
IfcTextStyle  
IfcSurfaceStyle  
 

 

 

 

 

 

 

EXPRESS Specification

TYPE IfcPresentationStyleSelect = SELECT (
 IfcNullStyle,
 IfcCurveStyle,
 IfcFillAreaStyle,
 IfcTextStyle,
 IfcSurfaceStyle);
END_TYPE;

 

posted @ 2020-12-29 10:17  西北逍遥  阅读(110)  评论(0编辑  收藏  举报