Feature Request: Part Numbering
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Part numbering is very important to keep track of complex designs with many parts. Currently, Fusion360 has no real support for part numbering. One is expected to use the component names for the part numbers and also for the component description. This leads to a huge amount of manual work, and maintaining the numbers is error-prone.
Please add part numbering as an integral feature to Fusion360
Possible Solution:
Part numbers should be handled separately from the component names, but displayed with the component name. So the part number is like an attribute attached to each component. It may make sense, to allow the user to show/hide the part numbers from the component browser.
A part number has usually a logical composition.
One example is:
[company identifier][year number][project number]-[part group number]-[part number]
LR2055-401-001
A very different example is:
[series identifier]-[nominal width][nominal height]-[part number]
G5-0805-01
a) Attributes for Designs and Components
Fusion360 could implement part numbers by adding attributes to the document (design) and the component:
- Design:
- Attribute: Part Numbering Schema
- Attribute: Project Identifier (or text parameters)
- Component:
- Attribute: Part Number
- Attribute: Part Number Level
The part numbering scheme should allow defining a logical part numbering scheme using placeholders:
- LR20[project_identifier]-[part_number#2:02][part_number#1:02]
On the component level, you can add a part number to each component, and also define which level this part number has. This allows composing part numbers from various grouping levels.
Using levels removes the need to repeat parts of the number, which will make renumbering parts/groups simple and less error-prone.
A nice addition would be a "printf", or even better python string format like syntax, to create fields prefixed with certain digits or letters. One could enter "1" in the part number, which would be added as "001" to the actual part name.
b) Optional Automatic Numbering
Fusion360 could automatically add an increasing part number to each created component.
c) Renumbering Command
Fusion360 could provide a command, to renumber the parts in a design.
d) Display in Component Browser
Fusion360 should optionally display the part number for each component in the component browser.
e) Text placeholder
Fusion360 should provide a text placeholder, to emboss a part number automatically to each part and update this number automatically if the number change.
f) Parameters as part of the part numbering schema.
If one creates a series of objects with different dimensions, adding these dimensions to the part number would simplify the whole process. The schema for the part number could contain user parameters like this:
Schema: LR2055-[width:02][height:02]-[part_number:03]
The resulting part number will be automatically adjusted, depending on the values of the user parameters "width" and "height".
-LR