Application.ActiveEditObject Property
Parent Object: ApplicationDescription
Gets the object that is currently open for edit within the Autodesk Inventor user interface.
Syntax
Application.ActiveEditObject() As ObjectProperty Value
This is a read only property whose value is an Object.Samples
Name | Description |
Create a 3D sketch dimension | This sample demonstrates the creation of a 3d sketch line and a dimension between the start and the end points of the line. |
Finding Bend Extent (Tangent) Edges | This sample demonstrates how to retrieve the bend extent edges (a.k.a. tangent edges) associated with the selected bend edge on a flat pattern. |
Move sketch entities | This sample demonstrates the translation of all the objects on the active sketch by a certain distance. |