Curve Morph
Mouse Toolbar Icon Curve Morph Icon
Command Line Command Line _lsCurveMorph
Description
Morphs 3D objects by mapping them from an origin curve to a destination curve.
Steps
1. Download this sample file and open it in Rhinoceros 8®.
2. Run the _lsCurveMorph command.
3. Set the options as intended in the command line.
4. Select the green curve as 'Destination Curve'.
5. Select the red curve as 'Origin Curve'.
6. Select the blue objects as 'Objects to Morph'.

Command Options
  • Control Step: Distance between control points.
  • Tolerance: Degree of accuracy required.
  • Deformation: This option is only available in scripting.
    • Accurate: Makes the deformation slower to update and may result in denser objects.
    • Fast: Creates objects that have fewer control points and are therefore less accurate.
Notes
  • Both planar and 3D curves are allowed.
  • For optimal results, use Periodic NURBS curves (SubD friendly).
  • This command is available in scripting and interactive mode.
  • This command is not CPlane sensitive, uses World Top CPlane.
  • The 'Deformation' option is only available in scripting. The interactive mode uses Deformation=Accurate.