Class Ifc4x3_rc1::IfcStructuralCurveAction

Nested Relationships

This class is a nested type of Struct Ifc4x3_rc1.

Inheritance Relationships

Base Type

Derived Type

Class Documentation

class Ifc4x3_rc1::IfcStructuralCurveAction : public Ifc4x3_rc1::IfcStructuralAction

Definition from IAI: Defines an action which is distributed over a curve. A curve action may be connected with a curve member or curve connection, or surface member or surface connection.

HISTORY: New entity in IFC 2x4.

IFC 2x4 change: Former entitiy IfcStructuralLinearActionVarying from IFC 2x2 has been removed and are replaced by this entity.

Coordinate Systems:

See definitions at IfcStructuralActivity.

Topology Use Definitions:

Standard Case: If connected with a curve item, instances of IfcStructuralCurveAction shall not have an ObjectPlacement nor a Representation. It is implied that the placement and representation of the IfcStructuralActivity is the same as the ones of the member or connection.

Special Case 1: If connected with a surface item, instances of IfcStructuralCurveAction shall have an ObjectPlacement and Representation, containing an IfcEdgeCurve. See IfcStructuralActivity for further definitions.

Special Case 2: If not connected with a structural item (which may happen in an incomplete or conceptual model), a curve action should have an ObjectPlacement and Representation, containing an IfcEdgeCurve. See IfcStructuralActivity for further definitions.

Informal propositions:

If the curve action is of the predefined type CONST, SINUS, or PARABOLA, SELF\IfcStructuralActivity.AppliedLoad must not be of type IfcStructuralLoadConfiguration. In case of SINUS and PARABOLA, the load item defines the maximum of the load at the centre of the load distribution. If the curve action is of the predefined type LINEAR, SELF\IfcStructuralActivity.AppliedLoad shall be of type IfcStructuralLoadConfiguration and shall contain two items. If the curve action is of the predefined type POLYGONAL, SELF\IfcStructuralActivity.AppliedLoad shall be of type IfcStructuralLoadConfiguration and shall contain three or more items. If the curve action is of the predefined type DISCRETE, SELF\IfcStructuralActivity.AppliedLoad shall be of type IfcStructuralLoadConfiguration and shall contain two or more items. In case of types LINEAR, POLYGONAL, and DISCRETE, the load items shall have one-dimensional IfcStructuralLoadConfiguration.Locations, defining the location of the load samples in local coordinates of the curve action. The load items shall be provided in ascending order according to their locations. The first and the last load item define the extent of the load distribution. Point actions must be of type DISCRETE, thus contain two or more load points. (Single point loads are modeled by IfcStructuralPointAction.) All items in SELF\IfcStructuralActivity.AppliedLoad\IfcStructuralLoadConfiguration.Values shall be of the same entity type.

Subclassed by Ifc4x3_rc1::IfcStructuralLinearAction

Public Functions

bool hasProjectedOrTrue() const

Whether the optional attribute ProjectedOrTrue is defined for this IfcStructuralCurveAction.

::Ifc4x3_rc1::IfcProjectedOrTrueLengthEnum::Value ProjectedOrTrue() const

Defines whether load values are given per true length of the curve on which they act, or per length of the projection of the curve in load direction. The latter is only applicable to loads which act in global coordinate directions.

void setProjectedOrTrue(::Ifc4x3_rc1::IfcProjectedOrTrueLengthEnum::Value v)
::Ifc4x3_rc1::IfcStructuralCurveActivityTypeEnum::Value PredefinedType() const

Type of action according to its distribution of load values.

void setPredefinedType(::Ifc4x3_rc1::IfcStructuralCurveActivityTypeEnum::Value v)
const IfcParse::entity &declaration() const
IfcStructuralCurveAction(IfcEntityInstanceData *e)
IfcStructuralCurveAction(std::string v1_GlobalId, ::Ifc4x3_rc1::IfcOwnerHistory *v2_OwnerHistory, boost::optional<std::string> v3_Name, boost::optional<std::string> v4_Description, boost::optional<std::string> v5_ObjectType, ::Ifc4x3_rc1::IfcObjectPlacement *v6_ObjectPlacement, ::Ifc4x3_rc1::IfcProductRepresentation *v7_Representation, ::Ifc4x3_rc1::IfcStructuralLoad *v8_AppliedLoad, ::Ifc4x3_rc1::IfcGlobalOrLocalEnum::Value v9_GlobalOrLocal, boost::optional<bool> v10_DestabilizingLoad, boost::optional<::Ifc4x3_rc1::IfcProjectedOrTrueLengthEnum::Value> v11_ProjectedOrTrue, ::Ifc4x3_rc1::IfcStructuralCurveActivityTypeEnum::Value v12_PredefinedType)

Public Static Functions

const IfcParse::entity &Class()