![]() | Linienlast |
![]() | Structural Load Linear Force |
An instance of the entity IfcStructuralLoadLinearForce shall be used to define actions on curves.
HISTORY New entity in IFC2x2.
# | Attribute | Type | Cardinality | Description | B |
---|---|---|---|---|---|
2 | LinearForceX | - | This attribute is out of scope for this model view definition and shall not be set. | ||
3 | LinearForceY | - | This attribute is out of scope for this model view definition and shall not be set. | ||
4 | LinearForceZ | - | This attribute is out of scope for this model view definition and shall not be set. | ||
5 | LinearMomentX | - | This attribute is out of scope for this model view definition and shall not be set. | ||
6 | LinearMomentY | - | This attribute is out of scope for this model view definition and shall not be set. | ||
7 | LinearMomentZ | - | This attribute is out of scope for this model view definition and shall not be set. |
# | Attribute | Type | Cardinality | Description | B |
---|---|---|---|---|---|
IfcStructuralLoad | |||||
1 | Name | - | This attribute is out of scope for this model view definition and shall not be set. | ||
IfcStructuralLoadOrResult | |||||
IfcStructuralLoadStatic | |||||
IfcStructuralLoadLinearForce | |||||
2 | LinearForceX | - | This attribute is out of scope for this model view definition and shall not be set. | ||
3 | LinearForceY | - | This attribute is out of scope for this model view definition and shall not be set. | ||
4 | LinearForceZ | - | This attribute is out of scope for this model view definition and shall not be set. | ||
5 | LinearMomentX | - | This attribute is out of scope for this model view definition and shall not be set. | ||
6 | LinearMomentY | - | This attribute is out of scope for this model view definition and shall not be set. | ||
7 | LinearMomentZ | - | This attribute is out of scope for this model view definition and shall not be set. |
<xs:element name="IfcStructuralLoadLinearForce" type="ifc:IfcStructuralLoadLinearForce" substitutionGroup="ifc:IfcStructuralLoadStatic" nillable="true"/>
<xs:complexType name="IfcStructuralLoadLinearForce">
<xs:complexContent>
<xs:extension base="ifc:IfcStructuralLoadStatic"/>
</xs:complexContent>
</xs:complexType>
ENTITY IfcStructuralLoadLinearForce
SUBTYPE OF (IfcStructuralLoadStatic);
LinearForceX : OPTIONAL IfcStrippedOptional;
LinearForceY : OPTIONAL IfcStrippedOptional;
LinearForceZ : OPTIONAL IfcStrippedOptional;
LinearMomentX : OPTIONAL IfcStrippedOptional;
LinearMomentY : OPTIONAL IfcStrippedOptional;
LinearMomentZ : OPTIONAL IfcStrippedOptional;
END_ENTITY;