IfcMeasureWithUnit
实体定义
注:定义依据ISO/CD 10303-41:1992
带单位的度量是ISO 31(第2条)中定义的物理量的规范。
IfcMeasureWithUnit有两种用法:
1.用于在实体类型属性级别上表示度量值及其单位;从而覆盖IFC模型全局单元分配。
2.对于以换算为基础的单位,给出换算率及其基数。
注:对应的ISO 10303名称:measure_with_unit,正式标准的最终定义请参考ISO/IS 10303-41。
IFC1.5.1中的新实体。
Attribute inheritance
# | Attribute | Type | Cardinality | Description | C |
---|---|---|---|---|---|
IfcMeasureWithUnit | |||||
1 | ValueComponent | IfcValue | [1:1] | The value of the physical quantity when expressed in the specified units. | X |
2 | UnitComponent | IfcUnit | [1:1] | The unit in which the physical quantity is expressed. | X |
EXPRESS Specification
ENTITY IfcMeasureWithUnit; ValueComponent : IfcValue; UnitComponent : IfcUnit; END_ENTITY;
###########################
标签:定义,ValueComponent,10303,ENTITY,ISO,IfcMeasureWithUnit From: https://www.cnblogs.com/herd/p/18108430