Creates a new smooth constraint between two curves. One of the curves must be a spline. The other curve can be a spline or any other type of curve.
"geometricConstraints_var" is a variable referencing a GeometricConstraints object.
|
"geometricConstraints_var" is a variable referencing a GeometricConstraints object.
|
Type | Description |
SmoothConstraint | Returns the newly created SmoothConstraint object or null if the creation failed. |
Name | Type | Description |
curveOne | SketchCurve | The first curve to be constrained to be smooth to the second curve. |
curveTwo | SketchCurve | The second curve to be constrained to be smooth to the first curve. |
Name | Description |
GeometricConstraints.addSmooth | Demonstrate the GeometricConstraints.addSmooth method. |