SubDSharpEdgeCount Method |
Gets the number of sharp edges in this SubD.
See
IsSharp for what makes an edge sharp.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.36
Syntaxpublic uint SharpEdgeCount()
Public Function SharpEdgeCount As UInteger
Return Value
Type:
UInt32The number of sharp edges.
See Also