API Documentation > Miscellaneous > Object ProMech > Function ProMechSpringpropsVectorGet
Function ProMechSpringpropsVectorGet
Description
Obtains the vector corresponding to 'type' of the spring property object. Use ProMathExpressionEvaluate() to evaluate each component.
Licensing Requirement
Synopsis
ProMechSpringpropsVectorGet
(
/* (In)
The spring property.
*/
/* (In)
The spring property type.
*/
ProMechVector * vector
/* (Out)
The property value (vector). The function allocates memory for this argument. Use ProMechVectorFree() 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
Was this helpful?