IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.19.3.9 IfcStructuralLoad(结构荷载)

抽象 该定义可能不会被直接实例化。

8.19.3.9.1 语义定义(Semantic definition)

该抽象实体是所有荷载(作用或反作用)或结构分析产生的特定要求,或影响结构分析的特定规定的超类型。

8.19.3.9.2 实体继承(Entity inheritance)

8.19.3.9.3 特性(Attributes)

# 特性(Attributes) 类型 描述
IfcStructuralLoad (1)
1 Name OPTIONAL IfcLabel

可选定义此结构荷载的名称。

表 8.19.3.9.A

8.19.3.9.4 形式化表示(Formal representation)

ENTITY IfcStructuralLoad
 ABSTRACT SUPERTYPE OF (ONEOF
	(IfcStructuralLoadConfiguration
	,IfcStructuralLoadOrResult));
	Name : OPTIONAL IfcLabel;
END_ENTITY;

8.19.3.9.5 参考文献