Click or drag to resize

SubDEdgeSharpnessEndSharpness Method

Gets the sharpness at the start or the end of the edge.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.36
Syntax
public double EndSharpness(
	int endIndex
)

Parameters

endIndex
Type: SystemInt32
0 for the start of the edge, 1 for the end.

Return Value

Type: Double
The sharpness, or NaN if endIndex is out of range.
See Also