G3DCoordinateSystemWithLayerSize Method |
Returns a copy of this coordinate system with the specified layer size.
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic G3DCoordinateSystem WithLayerSize(
VectorD3D size
)
Parameters
- size VectorD3D
- The new layer size.
Return Value
G3DCoordinateSystemThe existing instance if nothing changes; otherwise, a modified copy.
See Also