Point on Surface
- Last UpdatedDec 01, 2023
- 1 minute read
This element that represents a point on a surface, has five attributes:
|
Surface |
The name of the surface, optional attribute. If omitted the surface in the current Defaults element will be used. If there is no default surface then an error will be signalled |
|
Approx |
This attribute is used when you want to define an approximate coordinate. It indicates which one of the coordinates x, y or z that should be interpreted as the approximate one. Possible values are "X", "Y" or "Z" (in capitals). |
|
X,Y,Z |
The coordinate values. A single coordinate value in AVEVA Marine format. At least two of them must be given. |
|
Example: |
|
|
<Point> <OnSurface Surface="SPHULL" Approx="Z" X="55000" Y="5000" Z="8000"/> </Point> |
|