blubossa Guest Jul 10, 2010 #1 Bye to all, Is there any variable to read that indicates if the file I'm working in is a sheet? Thank you. bb
Bye to all, Is there any variable to read that indicates if the file I'm working in is a sheet? Thank you. bb
maxopus Guest Jul 10, 2010 #2 I don't know what you mean by variable, the parameter smt_thickness is specific of sheet metal parts.
I don't know what you mean by variable, the parameter smt_thickness is specific of sheet metal parts.
blubossa Guest Jul 11, 2010 #3 in practice in a .prt file (not sheet) I created the thickness parameter, if step in sheet mode I would like that thickness= smt_thickness. I wrote: if smt_thickness!=0 thickness = smt_thickness endif Obviously this relationship goes wrong because the starting file is not a sheet, well it has become it in a second moment..... I was looking for a solution like: if smt_thickness exists as a parameter ----> true then thickness = smt_thickness But I don't know how to write it, suggestions? ? Thank you. bb
in practice in a .prt file (not sheet) I created the thickness parameter, if step in sheet mode I would like that thickness= smt_thickness. I wrote: if smt_thickness!=0 thickness = smt_thickness endif Obviously this relationship goes wrong because the starting file is not a sheet, well it has become it in a second moment..... I was looking for a solution like: if smt_thickness exists as a parameter ----> true then thickness = smt_thickness But I don't know how to write it, suggestions? ? Thank you. bb