Property PositionZAbsolute
PositionZAbsolute
Position on the Z axis (altitude) of the object (of the bottom of the object bounding box to be exact), in scene measurement units.
Declaration
public double PositionZAbsolute { get; set; }
Property Value
Type | Description |
---|---|
double |
Remarks
This position, unlike it was in the former versions of KD.SDK, does not depend on OnOrUnder property. It always returns the position at the bottom of object's bounding box. If you need the reference position value as it was in prior versions of the SDK, use PositionZ property instead.
A value of 0 means the position is located at the bottom face of the dotted green parallelepiped representing the scene dimensions.