标签:span null def col 定义 样式 des cte represent
ifcprepresentationstyleselect提供了在不同的表示样式之间进行选择以分配给样式化的项。
注:定义根据ISO/CD 10303-46:1992
表示样式选择是多种样式中的一种,对于要设计样式的每种几何表示项都是不同的。
注释类型改编自ISO10303-46中定义的表示样式选择。
IFC2x2中增加的新选择类型。
弃用选择类型已弃用。
Enumeration definition
Constant | Description |
---|---|
IfcNullStyle | |
IfcCurveStyle | |
IfcFillAreaStyle | |
IfcTextStyle | |
IfcSurfaceStyle |
EXPRESS Specification
TYPE IfcPresentationStyleSelect = SELECT (
IfcNullStyle,
IfcCurveStyle,
IfcFillAreaStyle,
IfcTextStyle,
IfcSurfaceStyle);
END_TYPE;
标签:span null def col 定义 样式 des cte represent
原文地址:https://www.cnblogs.com/herd/p/14205096.html