G3DCartesic |
The G3DCartesicCoordinateSystem type exposes the following members.
| Name | Description | |
|---|---|---|
| AxisStyles |
Enumerators all axis style information.
(Overrides G3DCoordinateSystemAxisStyles) | |
| Is3D |
Returns true when this is a 3D coordinate system. Returns false in all other cases.
(Overrides G3DCoordinateSystemIs3D) | |
| IsAffine |
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) | |
| IsOrthogonal |
Returns true if the plot area is orthogonal, i.e. if the x and the y axis are orthogonal to each other.
(Overrides G3DCoordinateSystemIsOrthogonal) | |
| IsXReversed | Is the direction of the x axis reverse, for instance runs from right to left. | |
| IsXYInterchanged | Is the normal position of x and y axes interchanged, for instance x is vertical and y horizontal. | |
| IsYReversed | Is the direction of the y axis reverse, for instance runs from top to bottom. | |
| IsZReversed | Is the direction of the y axis reverse, for instance runs from top to bottom. | |
| PlaneStyles |
Gets all plane-style descriptions provided by this coordinate system.
(Overrides G3DCoordinateSystemPlaneStyles) |