Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sharing parameters across files

  • Thread starter Thread starter gds
  • Start date Start date
G

gds

Guest
I'm making laser cutter patterns in Creo. Laser cutting is a 2D process, so each of my 3D models has the same thickness. How can I set up a parameter for this thickness value so that it is shared across multiple parts in my assembly, and I only have to change one value in order to alter the thickness of each part?

Thanks!
Graham
 
You can use Pro/Notebook to create a layout. In the layout you can declare universal parameters. Then you have to declare the layout to each assembly/part. I have not used the functionality in years, it always seemed more trouble than it was worth.
 
I agree with Dr. Gallup, haven't used a layout in years, more trouble than it is worth and the layout functionality is frequently better implemented with a skeleton model.
In your case, I would suggest putting a thickness parameter, which drives the part dimension, in each of the parts. When you want to change the thicknesses, use the Find tool to select all the parts which have the thickness parameter and then right click on one of the selected parts in the model tree to edit the parameter value in all the parts simultaneously.
 
Another way of doing it is to use a relation in the main assembly to drive the thickness in all the parts.
 

Part and Inventory Search

Sponsor

Back
Top