Point Moved From Another Point
- Last UpdatedDec 08, 2025
- 1 minute read
When the point is moved from the point, this point must be "Moved", "OnCurve" or "Stored" :

The stored point must be of a type that in some way refers to a curve, that means, "Moved" or "OnCurve".
In the "Point" element the "Direction" attribute selects in what direction the point will be moved:
|
Direction |
Indicates from which point will be moved. Possible values are the main directions of the ship: "For", "Aft", "Top", "Bottom", "PortSide", "Starboard". If Direction="Aft" is given, the point will be moved from the aft direction along the curve. Optional attribute, if omitted the system will move the point in the positive direction of the curve. |
|
Example: |
|
|
<Point ObjId="MOVED_PT1"> <Moved Distance="1500"> <Curve FromEnd="Aft"> <ByPrincipalPlane Z="8500"/> </Curve> </Moved> </Point> |
|
|
Example: |
|
|
<Point ObjId="MOVED_PT2"> <Moved Distance="4000"> <Point Direction="For"> <Stored ObjId="MOVED_PT1"/> </Point> </Moved> </Point> |
|