Click or drag to resize

PenX3DWithMaterial Method

Returns a copy of this pen with a different material.

Namespace: Altaxo.Drawing.D3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PenX3D WithMaterial(
	IMaterial material
)

Parameters

material  IMaterial
The new material.

Return Value

PenX3D
A pen with the updated material.
See Also