Click or drag to resize

G3DCoordinateSystemWithLayerSize Method

Returns a copy of this coordinate system with the specified layer size.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public G3DCoordinateSystem WithLayerSize(
	VectorD3D size
)

Parameters

size  VectorD3D
The new layer size.

Return Value

G3DCoordinateSystem
The existing instance if nothing changes; otherwise, a modified copy.
See Also