TweenCurves
Toolbar | Menu |
---|---|
|
Curve Tween Curves |
The TweenCurves command creates curves between two open or closed input curves.
Steps
- Select the first curve.
- Select the second curve.
- Adjust the curve if necessary.
Click a curve endpoint to change direction. A preview of the curves changes each time the endpoint is clicked.
Command-line options | |
---|---|
Number |
Specifies the number of curves to create between the two input curves. |
OutputLayer |
CurrrentLayerPlaces new curves on the current layer. StartCrvPlaces new curves on the same layer as the first curve selected. EndCrvPlaces new curves on the same layer as the second curve selected. |
MatchMethod |
Specifies the method for refining the output curves. NoneUses the control points of the curves for matching. So the first control point of first curve is matched to first control point of the second curve. RefitRefits the output curves like using the FitCrv command. Both the input curve and the output curve will have the same structure. The resulting curves are usually more complex than input unless input curves are compatible. SamplePointsInput curves are divided to the specified number of points on the curve, corresponding points define new points that output curves go through. If you are making one tween curve, the command essentially does the following: Divides the two curves into an equal number of points, finds the midpoint between the corresponding points on the curves. and interpolates the tween curve through those points. SampleNumberThe number of sample points to use. The sample number can be set from 2 to 9999. |
Flip |
Changes the direction of one the curves. |
See also
Rebuild
Reconstruct curves, surfaces, and extrusion objects to a specified degree and control point number.
FitCrv
Make a non-rational NURBS curve of a specified degree that matches the input curve to within the specified tolerance.
TweenSurfaces
Create intermediate surfaces between two input surfaces.