Click or drag to resize

PenX3D(IMaterial, ICrossSectionOfLine) Constructor

Initializes a new instance of the PenX3D class using the specified material and cross section.

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

Parameters

material  IMaterial
The material used to draw the pen.
crossSection  ICrossSectionOfLine
The line cross section.
See Also