Importing parameters to part or assembly
Importing parameters to part or assembly
(OP)
Is there a way how to import list of user parameters to finished part ? (any easy way), I do not want to insert them one by one. I need insert the same parameters to about 100 parts.
Thanks for every help !!!
Thanks for every help !!!





RE: Importing parameters to part or assembly
-Hora
RE: Importing parameters to part or assembly
Example:
step 1:
put the following into "relations"
(copied from text file works well to reuse the values)
DESCRIPTION1="X"
DESCRIPTION2="X"
PART_NO="X"
DWG_NO="X"
MODELED_DATE="X"
MATERIAL1="X"
MATERIAL2="X"
PAINT="NO"
step 2: save and exit relation
step 3" reopen relations
Delete all the text you place in step 1
Step 4: edit the values in parameter window
I hope this helps
RE: Importing parameters to part or assembly
RE: Importing parameters to part or assembly
This is exactly what I was looking for !
RE: Importing parameters to part or assembly
RE: Importing parameters to part or assembly
create trail file - do your parameters.. save the trail as .txt file then run pro-batch with the argument in the pro/engineer command box proe.bat myprams.txt and use upgrade
would like some feedback if this will fly....because then you wouldn't have to open each file...set pro-batch to do it and go get a cup or two of coffee
RE: Importing parameters to part or assembly
Our company uses a Yes/No parameter to signify whether a model entity should be included on the automated BOM. There are many times when an item is in (and will stay in) the model for design purposes only and will not appear on the BOM.
We also use an integer parameter called 'YEAR' to capture the year the part was created.
Is there a way within the relation to tell Pro/E what kind of parameter is being read in?
Tunalover
RE: Importing parameters to part or assembly