Creates a new control point spline.
"sketchControlPointSplines_var" is a variable referencing a SketchControlPointSplines object.
|
"sketchControlPointSplines_var" is a variable referencing a SketchControlPointSplines object.
|
Type | Description |
SketchControlPointSpline | Returns the newly created SketchControlPointSpline object if the creation was successful or null if it failed. |
Name | Type | Description |
controlPoints | Base[] | An array of points that define the control points of the curve's polygon. They can be any combination of existing SketchPoint or Point3D objects. |
degree | SplineDegrees | Specifies the degree of the spline. Only degree 3 and degree 5 can be specified while creating the spline. |