Share

ICadFeature Properties

The ICadFeature type exposes the following members.

Properties

  NameDescription
Public propertyColor(String)
Gets or sets the appearance name (which may be a color) for a feature.
Public propertyColor(Object, String)
Gets or sets the appearance name (which may be a color) for a feature in a component or document.
Public propertyInventorFeature(String)
Gets an Inventor Feature object by name. Throws an error if it is not found.
Public propertyInventorFeature(Object, String)
Gets an Inventor Feature object by name. Throws an error if it is not found.
Public propertyIsActive(String)
True if the feature is active (unsuppressed).
Public propertyIsActive(Object, String)
True if the feature is active (unsuppressed).
Public propertyMemberEditScope
For model state documents, sets the member edit scope for Feature.IsActive changes made by iLogic rules. Possible values are:
kEditActiveMember : apply changes to the active member only
kEditAllMembers : apply changes to all members within the factory
Public propertyThreadClass(String)
Gets or sets the thread designation of a thread or threaded feature.
Public propertyThreadClass(Object, String)
Gets or sets the thread designation of a thread or threaded feature.
Public propertyThreadDesignation(String)
Gets or sets the thread designation of a thread or threaded feature.
Public propertyThreadDesignation(Object, String)
Gets or sets the thread designation of a thread or threaded feature.
Public propertyThreadType(String)
Gets the thread type (e.g. "ANSI Unified Screw Threads") of a threaded feature. To change the type, use the SetThread function.
Public propertyThreadType(Object, String)
Gets the thread type of a threaded feature. To change the type, use the SetThread function.

See Also

Reference

Was this information helpful?