Returns a list of names of the dynamic rules defined in the supplied part .
getDynamicRules ( p As Part ) As List
Argument | Type | Description |
---|---|---|
p | Part | The part from which to report dynamic rule names. |
Intent >getDynamicRules(Me) --> {regularPolygon, wedge}
Intent >getDynamicRules(Root) --> {}
Returns an empty list when there are no dynamic rules .