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

weight in simple representations

  • Thread starter Thread starter folle76
  • Start date Start date

folle76

Guest
Hello to everyone,
habitually calculate weight with this relationship (arrotonda properly decimals).

weight=floor(7.85*10^(-6)*pro_mp_volume)*1000)/1000
if weight > = 0.5 & weight < = 5
weight = floor(weight*100)/100
endif
if weight > 5 & weight < = 50
weight = floor(weight*10)/10
endif
if weight > 50
weight = floor(weight)
endif

Can I know if there is a system to calculate the weight of a simplified representation (typically excludes components from the axieme)?
Thanks for the help.
 

Forum statistics

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

Members online

No members online now.
Back
Top