PlasticRule.deleteMe Method
Parent Object: PlasticRuleDefined in namespace "adsk::fusion" and the header file is <Fusion/Plastic/PlasticRule.h>
Description
Deletes the rule from the design or library. If the rule is in the library and set as the default rule, you cannot delete it. If the rule is in a design and is used by a component you cannot delete it.
Syntax
"plasticRule_var" is a variable referencing a PlasticRule object.
|
Return Value
Type | Description |
boolean | Returns true if the delete was successful. |