IfcStyleAssignmentSelect

样式指定选择是两种将表示样式指定给IfcStyledItem的方法的选择。

●通过直接将表示样式指定为IfcPresentationStyle的子类型

●通过中间集合实体IfcPresentationStyleAssignment指定表示样式

在IFC4中增加的历史记录类型。

IFC4-CHANGE-The-select-type已经被引入,以提供向上兼容的改进,用于将样式分配给样式化的项。

不赞成使用IfcPresentationStyleAssignment。如果不赞成使用IfcPresentationStyle子类型的直接赋值,请改为使用IfcPresentationStyle子类型的直接赋值。

Enumeration definition

ConstantDescription
IfcPresentationStyleAssignment  
IfcPresentationStyle  
 

EXPRESS Specification

TYPE IfcStyleAssignmentSelect = SELECT (
 IfcPresentationStyleAssignment,
 IfcPresentationStyle);
END_TYPE;
原文地址:https://www.cnblogs.com/herd/p/14209773.html