Description | ||||||||||||||
Calculates the mass properties of a body in the specified coordinate system. | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProSolidBody.h> | ||||||||||||||
ProError | ProSolidBodyMassPropertyGet | ( | ||||||||||||
ProSolidBody* body | ||||||||||||||
/* (In) | ||||||||||||||
The handle to a part or an assembly. | ||||||||||||||
*/ | ||||||||||||||
ProName csys_name | ||||||||||||||
/* (In) | ||||||||||||||
The name of the coordinate system. If this is NULL, the function uses the default coordinate system. | ||||||||||||||
*/ | ||||||||||||||
ProMassProperty* mass_prop | ||||||||||||||
/* (Out) | ||||||||||||||
The mass property. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|