Hey everyone, we're gearing up to make some cool stuff for you. Help us out!
This is a place to post requests for full scripts you would like to see in Alibre Design.
- e.g. "I want a script that exports every component in an assembly as a STL file"
This is not a place to post requests for functionality improvements to Alibre Script itself.
- e.g. "I want Alibre Script to add a function to support the creation of elipses in a 2D drawing"
When you suggest a script, please use the following format and think through some of the details:
Name: Assembly component exporter
What it does: The user opens an assembly and the script finds each component and exports it to the selected format.
Things it should consider:
This is a place to post requests for full scripts you would like to see in Alibre Design.
- e.g. "I want a script that exports every component in an assembly as a STL file"
This is not a place to post requests for functionality improvements to Alibre Script itself.
- e.g. "I want Alibre Script to add a function to support the creation of elipses in a 2D drawing"
When you suggest a script, please use the following format and think through some of the details:
Name: Assembly component exporter
What it does: The user opens an assembly and the script finds each component and exports it to the selected format.
Things it should consider:
- It should have an option to treat patterns and duplicate insertions as a single exported file or as multiple exported files (wheel.ad_prt versus wheel1, wheel2, wheel3, wheel4).
- It should have an option to reset the origin of the exported file at the component's center of mass prior to export.
- It should have an option to place each component in its own folder, in the same folder, or in a folder structure similar to the assembly structure.
- It should allow picking more than one file type so for example wheel.ad_prt is exported to STEP, IGES, and STL simultaneously.