Description | ||||||||||||||||||||
Obtains the component mass data. Note: This function operates on masses of type PRO_MECH_MASS_COMP_AT_POINT and PRO_MECH_COMP_DISTRIBUTED. | ||||||||||||||||||||
Licensing Requirement | ||||||||||||||||||||
TOOLKIT for Mechanica | ||||||||||||||||||||
Synopsis | ||||||||||||||||||||
#include <ProMechMass.h> | ||||||||||||||||||||
ProError | ProMechmassComponentdataGet | ( | ||||||||||||||||||
ProMechItem* item | ||||||||||||||||||||
/* (In) | ||||||||||||||||||||
The mass. | ||||||||||||||||||||
*/ | ||||||||||||||||||||
ProMechComponentMassData* value | ||||||||||||||||||||
/* (Out) | ||||||||||||||||||||
The component mass data. Free this using ProMechcomponentmassdataFree(). | ||||||||||||||||||||
*/ | ||||||||||||||||||||
) | ||||||||||||||||||||
Returns | ||||||||||||||||||||
|
||||||||||||||||||||
See Also | ||||||||||||||||||||
ProMechmassTypeGet |