SubDEdgeSharpness Constructor (Double) |
Creates a sharpness with the same value at both ends.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.36
Syntaxpublic SubDEdgeSharpness(
double sharpness
)
Public Sub New (
sharpness As Double
)
Parameters
- sharpness
- Type: SystemDouble
Between 0.0 and MaximumValue, or CreaseValue.
Remarks
If sharpness is not valid, the result is
Nan.
See Also