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
Syntaxpublic double EndSharpness(
int endIndex
)
Public Function EndSharpness (
endIndex As Integer
) As Double
Parameters
- endIndex
- Type: SystemInt32
0 for the start of the edge, 1 for the end.
Return Value
Type:
DoubleThe sharpness, or NaN if endIndex is out of range.
See Also