IFC 4.3.2.20250327 (IFC4X3_ADD2) under development

5.4.3.42 IfcPositioningElement

ABSTRACT This definition may not be instantiated

5.4.3.42.1 Semantic definition

New and abstract entity definition for positioning and annotating elements that are used to position other elements relatively.

5.4.3.42.2 Entity inheritance

5.4.3.42.3 Attributes

# Attribute Type Description
IfcRoot (4)
IfcObjectDefinition (7)
IfcObject (5)
IfcProduct (5)
Click to show 21 hidden inherited attributes
IfcPositioningElement (2)
ContainedInStructure SET [0:1] OF IfcRelContainedInSpatialStructure FOR RelatedElements

Relationship to a spatial structure element, to which the positioning element is primarily associated.

Positions SET [0:?] OF IfcRelPositions FOR RelatingPositioningElement

No description available.

Table 5.4.3.42.A

5.4.3.42.4 Formal propositions

Name Description
HasPlacement

The placement for the grid has to be given.

EXISTS(SELF\IfcProduct.ObjectPlacement)
Table 5.4.3.42.B

5.4.3.42.5 Property sets

  • Pset_Risk
    • RiskName
    • RiskType
    • NatureOfRisk
    • RiskAssessmentMethodology
    • UnmitigatedRiskLikelihood
    • UnmitigatedRiskConsequence
    • UnmitigatedRiskSignificance
    • MitigationPlanned
    • MitigatedRiskLikelihood
    • MitigatedRiskConsequence
    • MitigatedRiskSignificance
    • MitigationProposed
    • AssociatedProduct
    • AssociatedActivity
    • AssociatedLocation
  • Pset_Tolerance
    • ToleranceDescription
    • ToleranceBasis
    • OverallTolerance
    • HorizontalTolerance
    • OrthogonalTolerance
    • VerticalTolerance
    • PlanarFlatness
    • HorizontalFlatness
    • ElevationalFlatness
    • SideFlatness
    • OverallOrthogonality
    • HorizontalOrthogonality
    • OrthogonalOrthogonality
    • VerticalOrthogonality
    • OverallStraightness
    • HorizontalStraightness
    • OrthogonalStraightness
    • VerticalStraightness
  • Pset_Uncertainty
    • UncertaintyBasis
    • UncertaintyDescription
    • HorizontalUncertainty
    • LinearUncertainty
    • OrthogonalUncertainty
    • VerticalUncertainty
  • Qto_BodyGeometryValidation
    • GrossSurfaceArea
    • NetSurfaceArea
    • GrossVolume
    • NetVolume
    • SurfaceGenusBeforeFeatures
    • SurfaceGenusAfterFeatures

5.4.3.42.6 Concept usage

Concept Usage Description
IfcRoot (2)
IfcObjectDefinition (9)
IfcObject (5)
IfcProduct (18)
Click to show 34 hidden inherited concepts
IfcPositioningElement (1)
FootPrint Geometry General

No description available.

Table 5.4.3.42.C

5.4.3.42.7 Formal representation

ENTITY IfcPositioningElement
ABSTRACT SUPERTYPE OF (ONEOF
(IfcGrid
,IfcLinearPositioningElement
,IfcReferent))
SUBTYPE OF (IfcProduct);
INVERSE
ContainedInStructure : SET [0:1] OF IfcRelContainedInSpatialStructure FOR RelatedElements;
Positions : SET [0:?] OF IfcRelPositions FOR RelatingPositioningElement;
WHERE
HasPlacement : EXISTS(SELF\IfcProduct.ObjectPlacement);
END_ENTITY;

5.4.3.42.8 References

Edit on Github


Is this page difficult to understand? Let us know!

5.4.3.42.9 Changelog

5.4.3.42.9.1 IFC4.1

  • New resource

5.4.3.42.9.2 IFC4.2

  • inverse attribute, Positions