Returns a new instance with
Z set to the provided value.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public PointD3D WithZ(
double newZ
)
Parameters
- newZ Double
- The new z.
Return Value
PointD3DNew instance with
Z set to the provided value.
See Also