M_Rhino_Geometry_MorphControl__ctor - mcneel/rhinocommon-api-docs GitHub Wiki
Constructs a MorphControl that allows for morphing between two curves.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public MorphControl(
NurbsCurve originCurve,
NurbsCurve targetCurve
)
VB
Public Sub New (
originCurve As NurbsCurve,
targetCurve As NurbsCurve
)
- originCurve
- Type: Rhino.Geometry.NurbsCurve
The origin curve for morphing. - targetCurve
- Type: Rhino.Geometry.NurbsCurve
The target curve for morphing.
Supported in: 6.0.16224.21491, 5D58w
MorphControl Class
MorphControl Overload
Rhino.Geometry Namespace