IfcStructuralPointConnection

Natural language names
deKnoten: punktförmige Verbindung
enStructural Point Connection
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcStructuralPointConnection
      OwnerHistoryMODIFIEDInstantiation changed to OPTIONAL.
      ConditionCoordinateSystemADDED
Semantic definitions at the entity
Entity definition

Instances of IfcStructuralPointConnection describe structural nodes or point supports.

HISTORY  New entity in IFC2x2.
IFC4 CHANGE  Attribute ConditionCoordinateSystem added, allowing for skewed supports. Use definitions added.

Coordinate Systems:

See definitions at IfcStructuralItem. The local coordinate system is established by the reference point given by topology representation and by the attribute ConditionCoordinateSystem.

Attribute definitions
#AttributeTypeCardinalityDescription B
9ConditionCoordinateSystem- This attribute is out of scope for this model view definition and shall not be set.
Inherited definitions from supertypes
Entity inheritance IfcStructuralConnection IfcStructuralItem IfcProduct IfcObject IfcObjectDefinition IfcRoot
Attribute inheritance
#AttributeTypeCardinalityDescriptionB
IfcRoot
1GlobalIdIfcGloballyUniqueId[1:1] Assignment of a globally unique identifier within the entire software world. X
2OwnerHistoryIfcOwnerHistory[0:1] Assignment of the information about the current ownership of that object, including owning actor, application, local identification and information captured about the recent changes of the object,
NOTE  only the last modification in stored - either as addition, deletion or modification.
X
3NameIfcLabel[0:1] Optional name for use by the participating software systems or users. For some subtypes of IfcRoot the insertion of the Name attribute may be required. This would be enforced by a where rule. X
4DescriptionIfcText[0:1] Optional description, provided for exchanging informative comments.X
IfcObjectDefinition
HasAssignmentsIfcRelAssigns
@RelatedObjects
S[0:?]Reference to the relationship objects, that assign (by an association relationship) other subtypes of IfcObject to this object instance. Examples are the association to products, processes, controls, resources or groups.X
NestsIfcRelNests
@RelatedObjects
S[0:1]References to the decomposition relationship being a nesting. It determines that this object definition is a part within an ordered whole/part decomposition relationship. An object occurrence or type can only be part of a single decomposition (to allow hierarchical strutures only).
IsNestedByIfcRelNests
@RelatingObject
S[0:?]References to the decomposition relationship being a nesting. It determines that this object definition is the whole within an ordered whole/part decomposition relationship. An object or object type can be nested by several other objects (occurrences or types). X
HasContextIfcRelDeclares
@RelatedDefinitions
S[0:1]References to the context providing context information such as project unit or representation context. It should only be asserted for the uppermost non-spatial object.
IsDecomposedByIfcRelAggregates
@RelatingObject
S[0:?]References to the decomposition relationship being an aggregation. It determines that this object definition is whole within an unordered whole/part decomposition relationship. An object definitions can be aggregated by several other objects (occurrences or parts). X
DecomposesIfcRelAggregates
@RelatedObjects
S[0:1]References to the decomposition relationship being an aggregation. It determines that this object definition is a part within an unordered whole/part decomposition relationship. An object definitions can only be part of a single decomposition (to allow hierarchical strutures only). X
HasAssociationsIfcRelAssociates
@RelatedObjects
S[0:?]Reference to the relationship objects, that associates external references or other resource definitions to the object.. Examples are the association to library, documentation or classification.X
IfcObject
5ObjectType- This attribute is out of scope for this model view definition and shall not be set.
IsTypedByIfcRelDefinesByType
@RelatedObjects
S[0:1]Set of relationships to the object type that provides the type definitions for this object occurrence. The then associated IfcTypeObject, or its subtypes, contains the specific information (or type, or style), that is common to all instances of IfcObject, or its subtypes, referring to the same type. X
IsDefinedByIfcRelDefinesByProperties
@RelatedObjects
S[0:?]Set of relationships to property set definitions attached to this object. Those statically or dynamically defined properties contain alphanumeric information content that further defines the object. X
IfcProduct
6ObjectPlacementIfcObjectPlacement[0:1] Placement of the product in space, the placement can either be absolute (relative to the world coordinate system), relative (relative to the object placement of another product), or constraint (e.g. relative to grid axes). It is determined by the various subtypes of IfcObjectPlacement, which includes the axis placement information to determine the transformation for the object coordinate system.X
7RepresentationIfcProductRepresentation[0:1] Reference to the representations of the product, being either a representation (IfcProductRepresentation) or as a special case a shape representations (IfcProductDefinitionShape). The product definition shape provides for multiple geometric representations of the shape property of the object within the same object coordinate system, defined by the object placement.X
ReferencedByIfcRelAssignsToProduct
@RelatingProduct
S[0:?]Reference to the IfcRelAssignsToProduct relationship, by which other products, processes, controls, resources or actors (as subtypes of IfcObjectDefinition) can be related to this product.X
IfcStructuralItem
AssignedStructuralActivityIfcRelConnectsStructuralActivity
@RelatingElement
S[0:?]Inverse relationship to all structural activities (i.e. to actions or reactions) which are assigned to this structural member.X
IfcStructuralConnection
8AppliedConditionIfcBoundaryCondition[0:1] Optional boundary conditions which define support conditions of this connection object, given in local coordinate directions of the connection object. If left unspecified, the connection object is assumed to have no supports besides being connected with members.X
ConnectsStructuralMembersIfcRelConnectsStructuralMember
@RelatedStructuralConnection
S[1:?]References to the IfcRelConnectsStructuralMembers relationship by which structural members can be associated to structural connections.
IfcStructuralPointConnection
9ConditionCoordinateSystem- This attribute is out of scope for this model view definition and shall not be set.
Definitions applying to Bridge View

 Instance diagram


This entity captures mechanical behavior for point-based connections between elements within bridges, such as for bearings.

Concept usage

Reference Topology

The Reference Topology concept applies to this entity as shown in Table 85.

Topology
IfcVertexPoint

Table 85 — IfcStructuralPointConnection Reference Topology

Instances of IfcStructuralPointConnection shall have a topology representation which consists of one IfcVertexPoint, representing the reference point of the point connection. See definitions at IfcStructuralItem for further specifications.

Exchange
Import O R
Export O R


Structural Point Connection Attributes

The Structural Point Connection Attributes concept applies to this entity.

Exchange
Import O R
Export O R


Concept inheritance

#ConceptModel View
IfcRoot
Software IdentityBridge View
User IdentityBridge View
Object OwnershipBridge View
IfcObject
Property Sets for ObjectsBridge View
IfcStructuralPointConnection
Reference TopologyBridge View
Structural Point Connection AttributesBridge View
Formal representations
XSD Specification
 <xs:element name="IfcStructuralPointConnection" type="ifc:IfcStructuralPointConnection" substitutionGroup="ifc:IfcStructuralConnection" nillable="true"/>
 <xs:complexType name="IfcStructuralPointConnection">
  <xs:complexContent>
   <xs:extension base="ifc:IfcStructuralConnection"/>
  </xs:complexContent>
 </xs:complexType>
EXPRESS Specification
ENTITY IfcStructuralPointConnection
 SUBTYPE OF (IfcStructuralConnection);
  ConditionCoordinateSystem : OPTIONAL IfcStrippedOptional;
END_ENTITY;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page