Share

SketchEquationCurves Object


Description

The SketchEquationCurves object provides access to all the equation curves in a sketch.

Methods

Name Description
Add Creates a new sketch equation curve.
IsValidExpression Function that evaluates the provided expression and returns whether it is a valid expression or not. This can be useful when you allow the user to enter an expression and verify that it is valid before attempting to use it.

Properties

Name Description
Application Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned.
Count Gets the number of items in this collection.
Item Returns the specified SketchEquationCurve object from the collection
Type Gets the constant that indicates the type of this object.

Accessed From

DrawingSketch.SketchEquationCurves, PlanarSketch.SketchEquationCurves, PlanarSketchProxy.SketchEquationCurves, Sketch.SketchEquationCurves, SketchBlockDefinition.SketchEquationCurves, SketchBlockDefinitionProxy.SketchEquationCurves

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.

Version

Introduced in version 2014

Was this information helpful?