Click or drag to resize

CrossSectionOfLineIsVertexSharp Method

Gets a value indicating whether the specified vertex is sharp.

Namespace: Altaxo.Drawing.D3D.CrossSections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool IsVertexSharp(
	int idx
)

Parameters

idx  Int32
The vertex index.

Return Value

Boolean
true if the vertex is sharp; otherwise, false.
See Also