8.19.3.18 IfcStructuralLoadStatic(结构荷载静态)
抽象 该定义可能不会被直接实例化。
8.19.3.18.1 语义定义(Semantic definition)
抽象实体 IfcStructuralLoadStatic 是所有可定义的静态荷载(作用或反作用)的父类型。其范围包括集中力与集中力矩、线性分布力与分布力矩、平面分布力,以及位移和温度荷载。
8.19.3.18.2 实体继承(Entity inheritance)
8.19.3.18.3 特性(Attributes)
8.19.3.18.4 形式化表示(Formal representation)
ENTITY IfcStructuralLoadStatic
ABSTRACT SUPERTYPE OF (ONEOF
(IfcStructuralLoadLinearForce
,IfcStructuralLoadPlanarForce
,IfcStructuralLoadSingleDisplacement
,IfcStructuralLoadSingleForce
,IfcStructuralLoadTemperature))
SUBTYPE OF (IfcStructuralLoadOrResult);
END_ENTITY;