Sketch.SketchControlPointSplines Property
Parent Object: SketchDescription
Read-only property that returns the SketchControlPointSplines collection object. This collection provides access to the existing control point splines in the sketch and provides functionality to create new control point splines.
Syntax
Sketch.SketchControlPointSplines() As SketchControlPointSplinesProperty Value
This is a read only property whose value is a SketchControlPointSplines.Samples
Name | Description |
Control point, equation, and intersection curve creation. | This sample demonstrates several new curve creation techniques introduced in Inventor 2014. It creates a new part and then create a 2d control point spline and a 2d equation curve. Surfaces are created from these two curves by extruding them. A 3d intersection curve is created between the extrusions. A 3d control point spline and 3d equation curve are also created. |