CoordinateSystem class
Declaration Syntax
public class CoordinateSystem : ICoordinateSystem
Table 146: Members
Constructor | CoordinateSystem(CoordinateSystemTypeEnum) |
Constructor. |
Property | CoordinateSystemType |
Gets or sets the coordinate system type. |
Property | Id |
Gets or sets the ID of the coordinate system. |
Property | Matrix |
Gets or sets the matrix definition of the coordinate system. |
Property | Name |
Gets or sets the name of the coordinate system. |
Property | Origin |
Gets or sets the origin of the coordinate system. |
Property | XAxis |
Gets or sets the X axis of the coordinate system. |
Property | YAxis |
Gets or sets the Y axis of the coordinate system. |
Property | ZAxis |
Gets or sets the Z axis of the coordinate system. |