G3DCartesicCoordinateSystemWithXYInterchangedAndXYZReversed Method |
Returns a copy of this coordinate system with the specified axis-orientation settings.
Namespace: Altaxo.Graph.Graph3D.CSAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic G3DCartesicCoordinateSystem WithXYInterchangedAndXYZReversed(
bool isXYInterchanged,
bool isXReversed,
bool isYReversed,
bool isZReversed
)
Parameters
- isXYInterchanged Boolean
- If set to true, the x- and y-axes are interchanged.
- isXReversed Boolean
- If set to true, the x-axis is reversed.
- isYReversed Boolean
- If set to true, the y-axis is reversed.
- isZReversed Boolean
- If set to true, the z-axis is reversed.
Return Value
G3DCartesicCoordinateSystemThe existing instance if nothing changes; otherwise, a modified copy.
See Also