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