Description Data structure for the coordinate system data of a FRED entity. Returns direction vectors for local +X, +Y & +Z directions and (X,Y,Z) position of the coordinate system origin. These data are returned in the Global Coordinate System.
Definition Type T_COORDSYS XaxisX As Double XaxisY As Double XaxisZ As Double YaxisX As Double YaxisY As Double YaxisZ As Double ZaxisX As Double ZaxisY As Double ZaxisZ As Double PositionX As Double PositionY As Double PositionZ As Double End Type
Members XaxisX X component of the X axis vector.
XaxisY Y component of the X axis vector.
XaxisZ Z component of the X axis vector.
YaxisX X component of the Y axis vector.
YaxisY Y component of the Y axis vector.
YaxisZ Z component of the Y axis vector.
ZaxisX X component of the Z axis vector.
ZaxisY Y component of the Z axis vector.
ZaxisZ Z component of the Z axis vector.
PositionX X component of the origin vector in the Global Coordinate System.
PositionY Y component of the origin vector in the Global Coordinate System.
PositionZ Z component of the origin vector in the Global Coordinate System.
Used as Parameter in Examples
|