Description | |||||||||||||||||||||||
Obtains the vector corresponding to 'type' of the spring property object. Use ProMathExpressionEvaluate() to evaluate each component. | |||||||||||||||||||||||
Licensing Requirement | |||||||||||||||||||||||
TOOLKIT for Mechanica | |||||||||||||||||||||||
Synopsis | |||||||||||||||||||||||
#include <ProMechSpringProps.h> | |||||||||||||||||||||||
ProError | ProMechSpringpropsVectorGet | ( | |||||||||||||||||||||
ProMechItem * item | |||||||||||||||||||||||
/* (In) | |||||||||||||||||||||||
The spring property. | |||||||||||||||||||||||
*/ | |||||||||||||||||||||||
ProMechSpringpropsPropertyType type | |||||||||||||||||||||||
/* (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 | |||||||||||||||||||||||
|