Creates a new sheet metal rule by copying an existing rule. The new rule can then be edited to define the rule characteristics you want.
"sheetMetalRules_var" is a variable referencing a SheetMetalRules object.
|
"sheetMetalRules_var" is a variable referencing a SheetMetalRules object.
|
Type | Description |
SheetMetalRule | Returns the new SheetMetalRule object or will assert in the case where it fails. |
Name | Type | Description |
existingSheetMetalRule | SheetMetalRule | The existing SheetMetalRule object you want to copy. This can be a rule from the library or the design. |
name | string | The name to assign to the new sheet metal rule. This name must be unique with respect to other sheet metal rules in the design or library it's created in. |