Catia properties box input
Catia properties box input
(OP)
Hi Gents,
I have added some extra boxes to my part properties using a macro.
What I'm trying to do is prompt an input to populate some of the extra boxes.
I have the input boxes working ok but I can figure how to put the oLength from the input box into the strParam2.ValuateFromString ""
any ideas?
cheers
Alan
I have added some extra boxes to my part properties using a macro.
What I'm trying to do is prompt an input to populate some of the extra boxes.
I have the input boxes working ok but I can figure how to put the oLength from the input box into the strParam2.ValuateFromString ""
any ideas?
cheers
Alan





RE: Catia properties box input
It sounds like you want to set a parameter value based on what someone types into an input box.
It would be something like
Jump.ValuateFromString("50mm")
So you would need to add the "mm" onto the end if your user is only entering numbers.
RE: Catia properties box input