Navigation
Navigate Navigate Navigate Navigate Navigate Navigate Navigate Navigate

IfcStructuralCurveConnection

Definition from IAI: Instances of the entity IfcStructuralCurveConnection shall be used to describe 'linear nodes' or 'linear supports', i.e. lines where two or more face members (walls, plates) are joined. All values defined by AppliedCondition are given within a coordinate system which is derived from the local coordinate system defined by this instance.

NOTE: This does not work for each combination of local coordinate system and curve direction. Therefore such combinations shall be forbidden. Normally, whenever possible, the defined local coordinate system should fulfil the constraints outlined above to avoid such a transformation.

HISTORY: New entity in Release IFC2x Edition 2.

EXPRESS specification:

ENTITY IfcStructuralCurveConnection
SUBTYPE OF ( IfcStructuralConnection);
END_ENTITY;

Inheritance graph

ENTITY IfcStructuralCurveConnection;
ENTITY IfcRoot;
GlobalId  :  IfcGloballyUniqueId;
OwnerHistory  :  IfcOwnerHistory;
Name  :  OPTIONAL IfcLabel;
Description  :  OPTIONAL IfcText;
ENTITY IfcObjectDefinition;
INVERSE
HasAssignments  :  SET OF IfcRelAssigns FOR RelatedObjects;
IsDecomposedBy  :  SET OF IfcRelDecomposes FOR RelatingObject;
Decomposes  :  SET [0:1] OF IfcRelDecomposes FOR RelatedObjects;
HasAssociations  :  SET OF IfcRelAssociates FOR RelatedObjects;
ENTITY IfcObject;
ObjectType  :  OPTIONAL IfcLabel;
INVERSE
IsDefinedBy  :  SET OF IfcRelDefines FOR RelatedObjects;
ENTITY IfcProduct;
ObjectPlacement  :  OPTIONAL IfcObjectPlacement;
Representation  :  OPTIONAL IfcProductRepresentation;
INVERSE
ReferencedBy  :  SET OF IfcRelAssignsToProduct FOR RelatingProduct;
ENTITY IfcStructuralItem;
INVERSE
AssignedStructuralActivity  :  SET OF IfcRelConnectsStructuralActivity FOR RelatingElement;
ENTITY IfcStructuralConnection;
AppliedCondition  :  OPTIONAL IfcBoundaryCondition;
INVERSE
ConnectsStructuralMembers  :  SET [1:?] OF IfcRelConnectsStructuralMember FOR RelatedStructuralConnection;
ENTITY IfcStructuralCurveConnection;
END_ENTITY;