ST_AcsiPoint
Point as a structured type.
Namespace: Tc3_Acsi
Library: Tc3_Acsi (Tc3_Acsi.compiled-library)
Syntax
TYPE ST_AcsiPoint :
STRUCT
xVal : REAL;
yVal : REAL;
zVal : REAL;
END_STRUCT
END_TYPE
Components
Name | Type | Description |
---|---|---|
xVal | REAL | Point coordinate x. |
yVal | REAL | Point coordinate y. |
zVal | REAL | Point coordinate z. |