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

maximum dimensions of sheet metal

  • Thread starter Thread starter Maxweb
  • Start date Start date

Maxweb

Guest
good evening, use inv2015.

on the table of a sheet with its flat model I would like to insert in the list parts the maximum dimensions of the flat model.

when I go on "change list parts" and then "colenno leaves" between the available properties I do not find <lunghezza estensioni="" modello="" piatto=""> and <larghezza estensioni="" modello="" piatto=""> that instead I find when I try to insert them on a cartiglio or on a symbol.

years ago I used the iproperty collection to get this data between custom properties, but it seems to me that they don't work anymore from some version.

Can anyone help me?

thanks in advance greetings.</larghezza></lunghezza>
 
thanks cast16, I had solved with an ilogic rule

l_max= sheetmetal.flatextentslength
h_max = sheetmetal.flatextentswidth

iproperties.value("custom", "lt")= l_max
iproperties.value("custom", "sv")= h_max

But the solution you propose is much easier.

remains to be solved as having the measurements in mm and the area in m2.

greetings
 

Forum statistics

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

Members online

No members online now.
Back
Top