Click or drag to resize

G3DCartesicCoordinateSystem Properties

The G3DCartesicCoordinateSystem type exposes the following members.

Properties
 NameDescription
Public propertyAxisStyles Enumerators all axis style information.
(Overrides G3DCoordinateSystemAxisStyles)
Public propertyIs3D Returns true when this is a 3D coordinate system. Returns false in all other cases.
(Overrides G3DCoordinateSystemIs3D)
Public propertyIsAffine Returns true if the plot coordinates can be calculated as a linear transformation of the physical values. This means that all lines will keep being lines. Returns false if this is for instance a polar diagram.
(Overrides G3DCoordinateSystemIsAffine)
Public propertyIsOrthogonal Returns true if the plot area is orthogonal, i.e. if the x and the y axis are orthogonal to each other.
(Overrides G3DCoordinateSystemIsOrthogonal)
Public propertyIsXReversed Is the direction of the x axis reverse, for instance runs from right to left.
Public propertyIsXYInterchanged Is the normal position of x and y axes interchanged, for instance x is vertical and y horizontal.
Public propertyIsYReversed Is the direction of the y axis reverse, for instance runs from top to bottom.
Public propertyIsZReversed Is the direction of the y axis reverse, for instance runs from top to bottom.
Public propertyPlaneStyles Gets all plane-style descriptions provided by this coordinate system.
(Overrides G3DCoordinateSystemPlaneStyles)
Top
See Also