Statische Last | |
Structural Load Static |
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.
HISTORY New entity in IFC2x2.
# | Attribute | Type | Cardinality | Description | G |
---|---|---|---|---|---|
IfcStructuralLoad | |||||
1 | Name | IfcLabel | ? | Optionally defines a name for this load. | X |
IfcStructuralLoadOrResult | |||||
IfcStructuralLoadStatic |
<xs:element name="IfcStructuralLoadStatic" type="ifc:IfcStructuralLoadStatic" abstract="true" substitutionGroup="ifc:IfcStructuralLoadOrResult" nillable="true"/>
<xs:complexType name="IfcStructuralLoadStatic" abstract="true">
<xs:complexContent>
<xs:extension base="ifc:IfcStructuralLoadOrResult"/>
</xs:complexContent>
</xs:complexType>
ENTITY IfcStructuralLoadStatic
ABSTRACT SUPERTYPE OF(ONEOF(IfcStructuralLoadLinearForce, IfcStructuralLoadPlanarForce, IfcStructuralLoadSingleDisplacement, IfcStructuralLoadSingleForce, IfcStructuralLoadTemperature))
SUBTYPE OF (IfcStructuralLoadOrResult);
END_ENTITY;