Click or drag to resize

CoordinateSystem Enumeration

Defines enumerated values for coordinate systems to use as references.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public enum CoordinateSystem
Members
  Member nameValueDescription
World0 The world coordinate system. This has origin (0,0,0), X unit axis is (1, 0, 0) and Y unit axis is (0, 1, 0).
Camera1 The camera coordinate system.
Clip2 The clip coordinate system.
Screen3 The screen coordinate system.
See Also