RectangleD3DWithSizeZ Method |
Returns a new instance with
SizeZ set to the provided value.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic RectangleD3D WithSizeZ(
double newSizeZ
)
Parameters
- newSizeZ Double
- The new size in z-direction.
Return Value
RectangleD3DA new rectangle with the updated z-size.
See Also