Hi everyone,
I have to calculate the inertia Matrix of all CATParts with in a Product, in oder to improve the calculation time, and since many parts could have many instances. I would like to calculate the inertia matrix just once and not more times if its actually the same Part. Is there a way...
Thanks for your help,
what I am doing is to check like ferdo said the density, but in my case the density of all bodies. Because in a Part I could have diferent bodies and maybe one doesnt have any material applied and the density of the Part wouldnt be 1000 (not uniform).
this is the code...
Hi everyone,
Does anybody knows hot to get the inertia matrix of a CATPart but referred to a certain Axis System. I Just can obtain the Inertia Matrix referred to the principal Axis System of the CATPart. This is the code I have been using in order to accoplish this.
Set Document =...
Hi everyone,
I have a CATProduct and I need to select all the Bodies which have a material applied. I know there are some queries by the search command in order to filter the searchs, but I dont know how to achieve my goal with this query.
What I was doing first, was to select all the Bodies...