API 설명서 > Miscellaneous > Object ProMech > Function ProMechSpringpropsMatrixGet
Function ProMechSpringpropsMatrixGet
Description
Obtains the matrix corresponding to 'type' of the spring property object. Use ProMathExpressionEvaluate() to evaluate each component.
Licensing Requirement
Synopsis
ProMechSpringpropsMatrixGet
(
/* (In)
The spring property.
*/
/* (In)
The spring 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
도움이 되셨나요?