Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
1. The automatic weight is coming for main assembly using parameter (&mass) in the drawing.
But how to make automatic weight for simplyfy rep in the drawing?
2. Using session ID for particular part, I am geting automatic weight mass in the drawing.
But if the case for Instant componet (from family table) its not working properly. So how to get the session id for that Instant?
(see attached file)
Thanx in advance.
senthilnathan
Since the simplified rep is only a (visual) simplification of the "real" assembly, the mass parameters are not properly updated when a simplified representation is active with subcomponents excluded or a Subassembly is substituted with a representation excluding components.
To enable such an update, the config.pro option "force_upd_assem_mp_in_simp_rep" needs to be set to "yes" and "mass_property_calculate" set to "automatic" (see TAN 129637).
This is a new config option in Wildfire 2 M050.
So long!