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.
這是否有幫助?