Click or drag to resize

CrossSectionOfLine Constructor

Initializes a new instance of the CrossSectionOfLine class.

Namespace: Altaxo.Drawing.D3D.CrossSections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected CrossSectionOfLine(
	int numberOfVertices,
	int numberOfNormals
)

Parameters

numberOfVertices  Int32
The number of vertices.
numberOfNormals  Int32
The number of normals.
See Also