Polar Point
- Last UpdatedDec 04, 2023
- 1 minute read
A point can be defined with polar coordinates that means, with an angle value and the length of the radius. In curved hull the angle and the radius is always applied in a frame plane, specified by giving an X coordinate value. The attributes of the "Polar" element are:
|
X |
An X-coordinate value which defines the frame plane. Required attribute. |
|
Angle |
The angle value. Required attribute. |
|
Radius |
The radius. Required attribute. |
|
Example: |
|
|
<Point> <Polar X="FR30" Radius="10000" Angle="40"/> </Point> |
|