Description:

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.

Syntax:
public static Curve[] CreateTweenCurvesWithMatching(
Curve curve0,
Curve curve1,
Int32 numCurves,
Double tolerance
)
Parameters:
  • curve0
  • Type: Curve
  • The first, or starting, curve.
  • curve1
  • Type: Curve
  • The second, or ending, curve.
  • numCurves
  • Type: System.Int32
  • Number of tween curves to create.
  • tolerance
  • Type: System.Double
Returns:
Type: Curve[]
An array of tween curves. This array can be empty.
Available since:
6.0

Description:

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.

Syntax:
public static Curve[] CreateTweenCurvesWithMatching(
Curve curve0,
Curve curve1,
Int32 numCurves
)
deprecated in 6.0
obsolete: Use version that takes tolerance as input
Parameters:
  • curve0
  • Type: Curve
  • The first, or starting, curve.
  • curve1
  • Type: Curve
  • The second, or ending, curve.
  • numCurves
  • Type: System.Int32
  • Number of tween curves to create.
Returns:
Type: Curve[]
An array of tween curves. This array can be empty.
Available since:
5.2

/
/
/
CreateTweenCurvesWithMatching

CreateTweenCurvesWithMatching method

Class:  Rhino.Geometry.Curve

Nothing found