API ドキュメンテーション > Miscellaneous > Object ProMech > Function ProMechMasspropsMatrixGet
Function ProMechMasspropsMatrixGet
Description
Obtains the matrix corresponding to 'type' of the mass property object. Use ProMathExpressionEvaluate() to evaluate each component.
Licensing Requirement
Synopsis
ProMechMasspropsMatrixGet
(
/* (In)
The mass property.
*/
/* (In)
The mass property type.
*/
ProMechMatrix * matrix
/* (Out)
The property value (matrix). The function allocates memory for this argument. Use ProMechMatrixFree() to free it.
*/
)
Returns
The function succeeded.
One or more input arguments are invalid.
The Creo Simulate session is not initialized.
There is not enough memory to perform the operation.
No license was available to enable this function.
The Input ProMechItem Solid pointer is invalid.
A general error is encountered.
User Guide References
これは役に立ちましたか?