Click or drag to resize

SubDEdgeSharpnessCreateEdgeChainSharpness Method

Builds a sequence of evenly changing sharpnesses for the edges of a chain.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.36
Syntax
public static SubDEdgeSharpness[] CreateEdgeChainSharpness(
	Interval chainSharpnessRange,
	int edgeCount
)

Parameters

chainSharpnessRange
Type: Rhino.GeometryInterval
The sharpness at the start of the chain and at the end of the chain.
edgeCount
Type: SystemInt32
The number of edges in the chain.

Return Value

Type: SubDEdgeSharpness
One sharpness per edge, or an empty array if the input is not valid.
See Also