KitchenDraw SDK 2
Show / Hide Table of Contents

Class Scene.CoordinateSystem_

Groups functions related to the scene coordinate system management.

Inheritance
object
Scene.CoordinateSystem_
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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.

In this article
Back to top Generated by DocFX