ICadFeature Interface |
In a rule, this interface is implemented by the predefined object named Feature.
Namespace: Autodesk.iLogic.Interfaces
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.
|
Name | Description | |
---|---|---|
SetThread(String, String, String, String) |
Sets the type, designation, and class of a thread on a feature.
This function must be used if you want to modify more than one of these thread properties.
| |
SetThread(Object, String, String, String, String) |
Sets the type, designation and class of a thread on a feature.
This function must be used if you want to modify more than one of these thread properties.
|