IfcSectionTypeEnum

一种计数法,表示横截面的某一特定部分在纵向上是均匀的还是逐渐变细的。

IFC2x2中增加的新类型。

Enumeration definition

ConstantDescription
UNIFORM

截面纵向均匀。

TAPERED

截面在纵向上呈锥形。

 

EXPRESS Specification

TYPE IfcSectionTypeEnum = ENUMERATION OF (
 UNIFORM,
 TAPERED);
END_TYPE;
QQ 3087438119
原文地址:https://www.cnblogs.com/herd/p/14275343.html