PlanarBoundarySegment
Syntax
Definition:
TYPE PlanarBoundarySegment :
STRUCT
x : LREAL;
y : LREAL;
c : LREAL;
refSys : OTCID;
length : LREAL;
END_STRUCT
END_TYPEParameters
|
Name |
Type |
Description |
|---|---|---|
|
x |
LREAL |
X component of the segment middle position |
|
y |
LREAL |
Y component of the segment middle position |
|
c |
LREAL |
Orientation of the segment |
|
refSys |
OTCID |
Reference system id of the segment middle position |
|
length |
LREAL |
Length of the segment |