8.19.3.18 IfcStructuralLoadStatic
ABSTRACT This definition may not be instantiated
8.19.3.18.1 Semantic definition
The abstract entity IfcStructuralLoadStatic is the supertype of all static loads (actions or reactions) which can be defined. Within scope are single i.e. concentrated forces and moments, linear i.e. one-dimensionally distributed forces and moments, planar i.e. two-dimensionally distributed forces, furthermore displacements and temperature loads.
8.19.3.18.2 Entity inheritance
8.19.3.18.3 Attributes
# | Attribute | Type | Description |
---|---|---|---|
IfcStructuralLoad (1) | |||
1 | Name | OPTIONAL IfcLabel |
Optionally defines a name for this load. |
8.19.3.18.4 Formal representation
ENTITY IfcStructuralLoadStatic
ABSTRACT SUPERTYPE OF (ONEOF
(IfcStructuralLoadLinearForce
,IfcStructuralLoadPlanarForce
,IfcStructuralLoadSingleDisplacement
,IfcStructuralLoadSingleForce
,IfcStructuralLoadTemperature))
SUBTYPE OF (IfcStructuralLoadOrResult);
END_ENTITY;