Pro-e 2001 datecode 490
I have a parameter ARTICOLO of type YesNo in all models, and need it in the BOMs
Pro-e 2001 Info-BOM command has a bug (?) that it does not write values for YesNo parameters to the BOM
As a workaround, I have thought to add a relation that creates a new parameter (ART) of type STRING based on the value of the YesNo parameter (ARTICOLO) :
If Articolo
Art = "Y"
else
Art = "N"
endif
I think that Modelcheck could do the job of adding this relation to all models, but I have no clue how to configure ModelCheck to do this.
A quick HOW TO ADD a relation using modelCheck would be appreciated.
Thanks
Alex
I have a parameter ARTICOLO of type YesNo in all models, and need it in the BOMs
Pro-e 2001 Info-BOM command has a bug (?) that it does not write values for YesNo parameters to the BOM
As a workaround, I have thought to add a relation that creates a new parameter (ART) of type STRING based on the value of the YesNo parameter (ARTICOLO) :
If Articolo
Art = "Y"
else
Art = "N"
endif
I think that Modelcheck could do the job of adding this relation to all models, but I have no clue how to configure ModelCheck to do this.
A quick HOW TO ADD a relation using modelCheck would be appreciated.
Thanks
Alex