ICadFeature Properties |
| Name | Description | |
|---|---|---|
| ColorString |
Gets or sets the appearance name (which may be a color) for a feature.
| |
| ColorObject, String |
Gets or sets the appearance name (which may be a color) for a feature in a component or document.
| |
| InventorFeatureString |
Gets an Inventor Feature object by name. Throws an error if it is not found.
| |
| InventorFeatureObject, String |
Gets an Inventor Feature object by name. Throws an error if it is not found.
| |
| IsActiveString |
True if the feature is active (unsuppressed).
| |
| IsActiveObject, String |
True if the feature is active (unsuppressed).
| |
| ThreadClassString |
Gets or sets the thread designation of a thread or threaded feature.
| |
| ThreadClassObject, String |
Gets or sets the thread designation of a thread or threaded feature.
| |
| ThreadDesignationString |
Gets or sets the thread designation of a thread or threaded feature.
| |
| ThreadDesignationObject, String |
Gets or sets the thread designation of a thread or threaded feature.
| |
| ThreadTypeString |
Gets the thread type (e.g. "ANSI Unified Screw Threads") of a threaded feature.
To change the type, use the SetThread function.
| |
| ThreadTypeObject, String |
Gets the thread type of a threaded feature.
To change the type, use the SetThread function.
|