Sketch3D.SketchControlPointSplines3D Property
Parent Object: Sketch3DDescription
Read-only property that returns the SketchControlPointSplines3D collection object. This collection provides access to the existing control point splines in the sketch and provides functionality to create new control point curves.
Syntax
Sketch3D.SketchControlPointSplines3D() As SketchControlPointSplines3DProperty Value
This is a read only property whose value is a SketchControlPointSplines3D.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. |