designCategoryOrder()

Synopsis

Returns a list of all the category names (as strings ) in the given design's %%categoryOrder annotation, ordered by mixin priority. All %%categoryOrder annotations from all mixins are included in the list . If the given design and all of its mixins do not have a %%categoryOrder annotation the empty list is returned. If the given design does not exist, an error occurs.

Syntax

designCategoryOrder ( design_ As Name ) As List 
Argument Type Description
design_ Name The name of the design .

Example 1

Intent >designCategoryOrder(:BasePart) 
--> {"Inventor", "Material", "Frame", "Appearance", "Run-time Deployment", "Derived", "Children", "Render Controls", "Inventor Deprecated", "Inventor Internal", "Assembly", "User Interface", "View", "Methods", "Group Rules", "BaseDesign", "Meta Rules", "Internal"}