IfcSimplePropertyTemplateTypeEnum
类型定义
此枚举定义创建并分配给此IfcSimplePropertyTemplate的IfcSimpleProperty或IFCPPhysical ImpleQuantity实例的正确子类型。它还确定应如何使用IfcPropertyTemplate、PrimaryUnit、SecondaryUnit、枚举器、PrimaryDataType、SecondaryDataType的属性。
IFC4中的 新枚举。
Enumeration definition
Constant | Description |
---|---|
P_SINGLEVALUE | The properties defined by this IfcPropertyTemplate are of type IfcPropertySingleValue. |
P_ENUMERATEDVALUE | The properties defined by this IfcPropertyTemplate are of type IfcPropertyEnumeratedValue. |
P_BOUNDEDVALUE | The properties defined by this IfcPropertyTemplate are of type IfcPropertyBoundedValue. |
P_LISTVALUE | The properties defined by this IfcPropertyTemplate are of type IfcPropertyListValue. |
P_TABLEVALUE | The properties defined by this IfcPropertyTemplate are of type IfcPropertyTableValue. |
P_REFERENCEVALUE | The properties defined by this IfcPropertyTemplate are of type IfcPropertyReferenceValue. |
Q_LENGTH | The properties defined by this IfcPropertyTemplate are of type IfcQuantityLength. |
Q_AREA | The properties defined by this IfcPropertyTemplate are of type IfcQuantityArea. |
Q_VOLUME | The properties defined by this IfcPropertyTemplate are of type IfcQuantityVolume. |
Q_COUNT | The properties defined by this IfcPropertyTemplate are of type IfcQuantityCount. |
Q_WEIGHT | The properties defined by this IfcPropertyTemplate are of type IfcQuantityWeight. |
Q_TIME | The properties defined by this IfcPropertyTemplate are of type IfcQuantityTime. |
EXPRESS Specification
TYPE IfcSimplePropertyTemplateTypeEnum = ENUMERATION OF (
P_SINGLEVALUE,
P_ENUMERATEDVALUE,
P_BOUNDEDVALUE,
P_LISTVALUE,
P_TABLEVALUE,
P_REFERENCEVALUE,
Q_LENGTH,
Q_AREA,
Q_VOLUME,
Q_COUNT,
Q_WEIGHT,
Q_TIME);
END_TYPE;
###############################