Click or drag to resize

PenX3DWithUniformThickness Method

Returns a copy of this pen with the same thickness in both cross-section dimensions.

Namespace: Altaxo.Drawing.D3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PenX3D WithUniformThickness(
	double thickness
)

Parameters

thickness  Double
The new uniform thickness.

Return Value

PenX3D
A pen with the updated uniform thickness.
See Also