8.9.3.16 IfcCartesianTransformationOperator3D
8.9.3.16.1 Semantic definition
An IfcCartesianTransformationOperator defines a geometric transformation in three-dimensional space.
8.9.3.16.2 Entity inheritance
-
- IfcCartesianTransformationOperator
- IfcAnnotationFillArea
- IfcBooleanResult
- IfcBoundingBox
- IfcCartesianPointList
- IfcCsgPrimitive3D
- IfcCurve
- IfcDirection
- IfcFaceBasedSurfaceModel
- IfcFillAreaStyleHatching
- IfcFillAreaStyleTiles
- IfcGeometricSet
- IfcHalfSpaceSolid
- IfcLightSource
- IfcPlacement
- IfcPlanarExtent
- IfcPoint
- IfcSectionedSpine
- IfcSegment
- IfcShellBasedSurfaceModel
- IfcSolidModel
- IfcSurface
- IfcTessellatedItem
- IfcTextLiteral
- IfcVector
8.9.3.16.3 Attributes
# | Attribute | Type | Description | ||||
---|---|---|---|---|---|---|---|
IfcRepresentationItem (2) | |||||||
IfcCartesianTransformationOperator (6) | |||||||
Click to show 8 hidden inherited attributes Click to hide 8 inherited attributes | |||||||
IfcCartesianTransformationOperator3D (2) | |||||||
5 | Axis3 | OPTIONAL IfcDirection |
The exact direction of U[3], the derived Z axis direction. |
||||
* | U | LIST [3:3] OF IfcDirection |
This attribute is formally derived.
The list of mutually orthogonal, normalized vectors defining the transformation matrix T. They are derived from the explicit attributes Axis3, Axis1, and Axis2 in that order. |
8.9.3.16.4 Formal propositions
Name | Description | ||||
---|---|---|---|---|---|
Axis1Is3D |
The inherited Axis1 should have (if given) the dimensionality of 3. |
||||
|
|||||
Axis2Is3D |
The inherited Axis2 should have (if given) the dimensionality of 3. |
||||
|
|||||
Axis3Is3D |
The Axis3 should have (if given) the dimensionality of 3. |
||||
|
|||||
DimIs3D |
The coordinate space dimensionality of this entity shall be 3. |
||||
|
8.9.3.16.5 Examples
-
Figure 8.9.3.16.A -
Figure 8.9.3.16.B -
Figure 8.9.3.16.C -
Figure 8.9.3.16.D -
Figure 8.9.3.16.E -
Figure 8.9.3.16.F -
Figure 8.9.3.16.G -
Figure 8.9.3.16.H
8.9.3.16.6 Formal representation
ENTITY IfcCartesianTransformationOperator3D SUPERTYPE OF (ONEOF (IfcCartesianTransformationOperator3DnonUniform)) SUBTYPE OF (IfcCartesianTransformationOperator); Axis3 : OPTIONAL IfcDirection; DERIVE U : LIST [3:3] OF IfcDirection := IfcBaseAxis(3,SELF\IfcCartesianTransformationOperator.Axis1, SELF\IfcCartesianTransformationOperator.Axis2,Axis3); WHERE Axis1Is3D : NOT(EXISTS(SELF\IfcCartesianTransformationOperator.Axis1)) OR (SELF\IfcCartesianTransformationOperator.Axis1.Dim = 3); Axis2Is3D : NOT(EXISTS(SELF\IfcCartesianTransformationOperator.Axis2)) OR (SELF\IfcCartesianTransformationOperator.Axis2.Dim = 3); Axis3Is3D : NOT(EXISTS(Axis3)) OR (Axis3.Dim = 3); DimIs3D : SELF\IfcCartesianTransformationOperator.Dim = 3; END_ENTITY;