首页 > 其他 > 详细

IfcQuantityVolume

时间:2021-02-17 10:33:04      阅读:36      评论:0      收藏:0      [点我收藏+]

IfcQuantityVolume是一个物理量,它定义一个派生的体积度量来提供元素的物理属性。它通常由测量方法给出的特定测量规则下元素的物理性质导出。

 

厚砖墙可根据其体积进行测量。体积的实际大小取决于所用的测量方法。

IFC2x中增加的新实体。它替换了以前IFC版本中使用的calcXxx属性。

 

Formal Propositions

RuleDescription
WR21 If a unit is given, the unit type shall be volume unit.
WR22 A valid volume quantity shall be greater than or equal to zero.
 

 

 

 

技术分享图片

 

 

Attribute inheritance

#AttributeTypeCardinalityDescriptionC
IfcPhysicalQuantity
1 Name IfcLabel [1:1] Name of the element quantity or measure. The name attribute has to be made recognizable by further agreements. X
2 Description IfcText [0:1] Further explanation that might be given to the quantity. X
  HasExternalReferences IfcExternalReferenceRelationship
@RelatedResourceObjects
S[0:?] Reference to an external reference, e.g. library, classification, or document information, that is associated to the quantity. X
  PartOfComplex IfcPhysicalComplexQuantity
@HasQuantities
S[0:1] Reference to a physical complex quantity in which the physical quantity may be contained. X
IfcPhysicalSimpleQuantity
3 Unit IfcNamedUnit [0:1] Optional assignment of a unit. If no unit is given, then the global unit assignment, as established at the IfcProject, applies to the quantity measures. X
IfcQuantityVolume
4 VolumeValue IfcVolumeMeasure [1:1] Volume measure value of this quantity. X
5 Formula IfcLabel [0:1] A formula by which the quantity has been calculated. It can be assigned in addition to the actual value of the quantity. Formulas could be mathematic calculations (like width x height), database links, or a combination. The formula is for informational purposes only. X
 

EXPRESS Specification

ENTITY IfcQuantityVolume
 SUBTYPE OF (IfcPhysicalSimpleQuantity);
  VolumeValue : IfcVolumeMeasure;
  Formula : OPTIONAL IfcLabel;
 WHERE
  WR21 : NOT(EXISTS(SELF\IfcPhysicalSimpleQuantity.Unit)) OR (SELF\IfcPhysicalSimpleQuantity.Unit.UnitType = IfcUnitEnum.VOLUMEUNIT);
  WR22 : VolumeValue >= 0.;
END_ENTITY;

 

IfcQuantityVolume

原文:https://www.cnblogs.com/herd/p/14397235.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!