CoordinateSystem Enumeration

CoordinateSystem Enumeration

Defines enumerated values for coordinate systems to use as references.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public enum CoordinateSystem
Public Enumeration 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.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also