What's new

Alibre Script - script requests

stepalibre

Alibre Super User
The AD_GLP approach is a bit sluggish
The approaches we described will solve this.
only one place where values are updated
Using a script with a txt or csv file with your data inside is practically the same is using the AD_GLP file. The benefit is that it's faster. You will need to make a script or include code that updates each file.

Using GetParameter() you can update the part and assembly parameters directly.

You can do both I start new projects using global parameters. I then use code with spreadsheets, text or json files to handle the data depending on what is needed. I continue to use the AD_GLP file throughout the process and update it as needed. You can link AD_GLP files together with other data sources and have it all be up to date.
 
Top