SubDEdgeGetSharpness Method (Boolean) |
Gets the sharpness of this edge.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.36
Syntaxpublic SubDEdgeSharpness GetSharpness(
bool useCreaseSharpness
)
Public Function GetSharpness (
useCreaseSharpness As Boolean
) As SubDEdgeSharpness
Parameters
- useCreaseSharpness
- Type: SystemBoolean
If this edge is a crease and useCreaseSharpness is true, then
Crease is returned. If it is a crease and
useCreaseSharpness is false, then Smooth is
returned.
Return Value
Type:
SubDEdgeSharpness
The sharpness of a smooth edge,
Crease for a crease
edge when useCreaseSharpness is true, and
Smooth in
every other case.
See Also