Skip to content

M_Rhino_Geometry_Curve_CreateTweenCurvesWithMatching_1

Will Pearson edited this page Aug 12, 2016 · 1 revision

Curve.CreateTweenCurvesWithMatching Method (Curve, Curve, Int32, Double)

Creates curves between two open or closed input curves. Make the structure of input curves compatible if needed. Refits the input curves to have the same structure. The resulting curves are usually more complex than input unless input curves are compatible and no refit is needed. There is no matching of curves direction. Caller must match input curves direction before calling the function.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public static Curve[] CreateTweenCurvesWithMatching(
	Curve curve0,
	Curve curve1,
	int numCurves,
	double tolerance
)

VB

Public Shared Function CreateTweenCurvesWithMatching ( 
	curve0 As Curve,
	curve1 As Curve,
	numCurves As Integer,
	tolerance As Double
) As Curve()

Parameters

 

curve0
Type: Rhino.Geometry.Curve
The first, or starting, curve.
curve1
Type: Rhino.Geometry.Curve
The second, or ending, curve.
numCurves
Type: System.Int32
Number of tween curves to create.
tolerance
Type: System.Double
[Missing documentation for "M:Rhino.Geometry.Curve.CreateTweenCurvesWithMatching(Rhino.Geometry.Curve,Rhino.Geometry.Curve,System.Int32,System.Double)"]

Return Value

Type: Curve[]
An array of joint curves. This array can be empty.

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

Curve Class
CreateTweenCurvesWithMatching Overload
Rhino.Geometry Namespace

Clone this wiki locally