Rotated Plane
- Last UpdatedDec 08, 2025
- 1 minute read
This plane is defined by rotating a principal plane (the "Base Plane") a specified angle. The rotation axis is defined by giving a second principal plane (the "Rotation Plane"). The intersection line between these two planes is the rotation axis:

The "Rotated" element has the following attributes:
|
Axis, Coord |
"Axis" and "Coord" define the rotation plane. Axis is "X", "Y" or "Z". Coord is a coordinate value. Both attributes are required. |
|
Angle |
The coordinate values. A single coordinate value in AVEVA Marine format. At least two of them must be given. |
The "base plane" is defined by a "PrincipalPlane" element or it can be a reference to a stored plane. The stored plane must be a principal plane. The "PrincipalPlane" is documented in PrincipalPlane/ByPrincipalPlane Element.
|
Example: |
|---|
|
<Plane ObjId="SOLPL2"> <Rotated Angle="45" Axis="Y" Coord="0.0"> <PrincipalPlane X="FR50"/> </Rotated> </Plane> |