Class Scene.CoordinateSystem_
Groups functions related to the scene coordinate system management.
Inherited Members
Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
public class Scene.CoordinateSystem_
Remarks
Modification of the scene reference point affects many functions and properties (e.g. PlaceObject(string, string, HandingType, double, double, double, double, double, double, AltitudeType, double, bool, bool, bool) and PositionX, PositionY, PositionZ).
Methods
Name | Description |
---|---|
Reset() | Resets the scene coordinate system to its default state. |
SetBasis(double, double, double, double) | Sets the scene coodrinate basis to a given position and rotation. |
SetBasisFromObject(Object, bool) | Sets the scene coordinate basis to a position and rotation of given object. |