Navigation
Navigate Navigate Navigate Navigate Navigate Navigate Navigate Navigate

IfcStructuralSurfaceConnection

Definition from IAI: Instances of the entity IfcStructuralSurfaceConnection are used to describe structural supports provided by planar elements. All values defined by AppliedCondition are given within the local coordinate system, which is defined by this instance.

HISTORY: New entity in Release IFC2x Edition 2.

EXPRESS specification:

ENTITY IfcStructuralSurfaceConnection
SUBTYPE OF ( IfcStructuralConnection);
END_ENTITY;

Inheritance graph

ENTITY IfcStructuralSurfaceConnection;
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 IfcStructuralSurfaceConnection;
END_ENTITY;