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.3179.0 (4.8.3179.0)
Syntax
C#
protected CrossSectionOfLine(
	int numberOfVertices,
	int numberOfNormals
)

Parameters

numberOfVertices  Int32

[Missing <param name="numberOfVertices"/> documentation for "M:Altaxo.Drawing.D3D.CrossSections.CrossSectionOfLine.#ctor(System.Int32,System.Int32)"]

numberOfNormals  Int32

[Missing <param name="numberOfNormals"/> documentation for "M:Altaxo.Drawing.D3D.CrossSections.CrossSectionOfLine.#ctor(System.Int32,System.Int32)"]

See Also