Description | ||||||||||||||
Calculates the mass properties of a part or an assembly in the specified coordinate system. | ||||||||||||||
Replacement in Object TOOLKIT: | pfcSolid::GetMassProperty | |||||||||||||
Synopsis | ||||||||||||||
#include <ProSolid.h> | ||||||||||||||
ProError | ProSolidMassPropertyGet | ( | ||||||||||||
ProSolid solid | ||||||||||||||
/* (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 | ||||||||||||||
|