Curve.ChangeClosedCurveSeam Method

CurveChangeClosedCurveSeam Method

If this curve is closed, then modify it so that the start/end point is at curve parameter t.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool ChangeClosedCurveSeam(
	double t
)
Public Function ChangeClosedCurveSeam ( 
	t As Double
) As Boolean

Parameters

t
Type: SystemDouble
Curve parameter of new start/end point. The returned curves domain will start at t.

Return Value

Type: Boolean
true on success, false on failure.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also