• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

file type

  • Thread starter Thread starter blubossa
  • Start date Start date

blubossa

Guest
Bye to all,
Is there any variable to read that indicates if the file I'm working in is a sheet?

Thank you.
bb
 
I don't know what you mean by variable, the parameter smt_thickness is specific of sheet metal parts.
 
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
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
ciao
Back
Top