M_Rhino_Geometry_MorphControl__ctor - mcneel/rhinocommon-api-docs GitHub Wiki

MorphControl Constructor (NurbsCurve, NurbsCurve)

Constructs a MorphControl that allows for morphing between two curves.

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

Syntax

C#

public MorphControl(
	NurbsCurve originCurve,
	NurbsCurve targetCurve
)

VB

Public Sub New ( 
	originCurve As NurbsCurve,
	targetCurve As NurbsCurve
)

Parameters

 

originCurve
Type: Rhino.Geometry.NurbsCurve
The origin curve for morphing.
targetCurve
Type: Rhino.Geometry.NurbsCurve
The target curve for morphing.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

MorphControl Class
MorphControl Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️