kertus
Guest
Bye to all,
I have commercial components reproduced in family table and I need to close this in the morning so I need your kind help
I do not want to declare the material, but manually provide the value of the mass to datasheet and indirectly calculate the density value using the volume I create automatically calculates as "reported property mass " (pro_mp_volume).
I did as follows:
-) in the mass properties I went to "alternated mass" and I popped the parametric voice.
-) I put in family table the pro_mp_alt_mass parameter, manually inserting mass values for each instance of the family table
-)I wrote the following report for density (in practice the ratio between the mass defined by me and the volume of time calculated)
mp_density=pro_mp_alt_mass/pro_mp_volume
the problem now is that, if I go to calculate the mass "computed" he always takes to reference the calculated volume of the parent component of the family table, and then he screws the calculation of the inertial properties because I fake the density of the component.
Can you tell me where I'm wrong?
I also tried to use the pro_mp_alt_volume parameter by forcing the system and writing pro_mp_al_volume=pro_mp_volume (since in the calculation of mass properties "computed" makes use of the "alternated" quantities)
I also tried using mass and volume parameters from but introduced and writing mp_denisty =mass/volume where mass=pro_mp_al_mass and volume=pro_mp_volume......but none of the methods to be matched.
I have commercial components reproduced in family table and I need to close this in the morning so I need your kind help
I do not want to declare the material, but manually provide the value of the mass to datasheet and indirectly calculate the density value using the volume I create automatically calculates as "reported property mass " (pro_mp_volume).
I did as follows:
-) in the mass properties I went to "alternated mass" and I popped the parametric voice.
-) I put in family table the pro_mp_alt_mass parameter, manually inserting mass values for each instance of the family table
-)I wrote the following report for density (in practice the ratio between the mass defined by me and the volume of time calculated)
mp_density=pro_mp_alt_mass/pro_mp_volume
the problem now is that, if I go to calculate the mass "computed" he always takes to reference the calculated volume of the parent component of the family table, and then he screws the calculation of the inertial properties because I fake the density of the component.
Can you tell me where I'm wrong?
I also tried to use the pro_mp_alt_volume parameter by forcing the system and writing pro_mp_al_volume=pro_mp_volume (since in the calculation of mass properties "computed" makes use of the "alternated" quantities)
I also tried using mass and volume parameters from but introduced and writing mp_denisty =mass/volume where mass=pro_mp_al_mass and volume=pro_mp_volume......but none of the methods to be matched.