Click or drag to resize

CurveCreatePeriodicCurve Method (Curve)

Removes kinks from a curve. Periodic curves deform smoothly without kinks.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public static Curve CreatePeriodicCurve(
	Curve curve
)

Parameters

curve
Type: Rhino.GeometryCurve
The curve to make periodic. Curve must have degree >= 2.

Return Value

Type: Curve
The resulting curve if successful, null otherwise.
See Also