API 설명서 > Mechanica > Object ProMechmass > Function ProMechmassComponentdataGet
Function ProMechmassComponentdataGet
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
Synopsis
#include <ProMechMass.h>
ProMechmassComponentdataGet
(
/* (In)
The mass.
*/
/* (Out)
The component mass data. Free this using ProMechcomponentmassdataFree().
*/
)
Returns
The function succeeded.
One or more input arguments are invalid.
The Creo Simulate session is not initialized.
The Input ProMechItem Solid pointer is invalid.
A general error is encountered.
There is not enough memory to perform the operation.
See Also
User Guide References
도움이 되셨나요?