Click or drag to resize

SubDSetEdgeSharpness Method (IEnumerableSubDEdge, SubDEdgeSharpness, Boolean)

Sets the sharpness of a list of edges.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.36
Syntax
public uint SetEdgeSharpness(
	IEnumerable<SubDEdge> edges,
	SubDEdgeSharpness sharpness,
	bool preserveSymmetry
)

Parameters

edges
Type: System.Collections.GenericIEnumerableSubDEdge
The edges to change.
sharpness
Type: Rhino.GeometrySubDEdgeSharpness
The sharpness to apply to every edge in the list. Pass Smooth to make the edges smooth again.
preserveSymmetry
Type: SystemBoolean
If true and this SubD has symmetric content, the change tries to keep it symmetric.

Return Value

Type: UInt32
The number of edges that were changed.
See Also