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
Syntax 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.
See Also