RhinoCommon API
MorphControl Constructor (NurbsCurve, NurbsCurve) |
Constructs a MorphControl that allows for morphing between two curves.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public MorphControl( NurbsCurve originCurve, NurbsCurve targetCurve )
Public Sub New ( originCurve As NurbsCurve, targetCurve As NurbsCurve )
Parameters
- originCurve
- Type: Rhino.GeometryNurbsCurve
The origin curve for morphing. - targetCurve
- Type: Rhino.GeometryNurbsCurve
The target curve for morphing.
