8.9.3.4 IfcAxis2PlacementLinear
8.9.3.4.1 Semantic definition
The IfcAxis2PlacementLinear provides location and orientation to place items in a three-dimensional space confined to the context of a curve. Relative placement axes (Axis and RefDirection) are relative to the curve used for linear referencing provided in IfcPlacement Location (IfcPointByDistanceExpression BasisCurve), maintaining the relationship to the tangent of the curve.
8.9.3.4.2 Entity inheritance
-
- IfcPlacement
- IfcAnnotationFillArea
- IfcBooleanResult
- IfcBoundingBox
- IfcCartesianPointList
- IfcCartesianTransformationOperator
- IfcCsgPrimitive3D
- IfcCurve
- IfcDirection
- IfcFaceBasedSurfaceModel
- IfcFillAreaStyleHatching
- IfcFillAreaStyleTiles
- IfcGeometricSet
- IfcHalfSpaceSolid
- IfcLightSource
- IfcPlanarExtent
- IfcPoint
- IfcSectionedSpine
- IfcSegment
- IfcShellBasedSurfaceModel
- IfcSolidModel
- IfcSurface
- IfcTessellatedItem
- IfcTextLiteral
- IfcVector
8.9.3.4.3 Attributes
# | Attribute | Type | Description |
---|---|---|---|
IfcRepresentationItem (2) | |||
IfcPlacement (2) | |||
Click to show 4 hidden inherited attributes Click to hide 4 inherited attributes | |||
IfcAxis2PlacementLinear (2) | |||
2 | Axis | OPTIONAL IfcDirection |
The exact direction of the local Z Axis. |
3 | RefDirection | OPTIONAL IfcDirection |
The direction used to determine the direction of the local X Axis. In case both Axis and RefDirection are set and not perpendicular an adjustment is necessary to maintain orthogonality to the Axis direction. If RefDirection is omitted, the direction is taken from the curve tangent at Location. |
8.9.3.4.4 Formal propositions
Name | Description |
---|---|
WR1 |
The Location on parent type IfcPlacement shall be of type IfcPointByDistanceExpression |
|
|
WR2 |
The Axis and RefDirection shall not be parallel or anti-parallel. |
|
8.9.3.4.5 Examples
8.9.3.4.6 Formal representation
ENTITY IfcAxis2PlacementLinear SUBTYPE OF (IfcPlacement); Axis : OPTIONAL IfcDirection; RefDirection : OPTIONAL IfcDirection; WHERE WR1 : 'IFC4X3_DEV_738df036.IFCPOINTBYDISTANCEEXPRESSION' IN TYPEOF(SELF\IfcPlacement.Location); WR2 : (NOT (EXISTS (Axis))) OR (NOT (EXISTS (RefDirection))) OR (IfcCrossProduct(Axis,RefDirection).Magnitude > 0.0); END_ENTITY;