Description | |||||||||||||||||||||||
Sets the matrix corresponding to 'type' of the spring property object. | |||||||||||||||||||||||
Licensing Requirement | |||||||||||||||||||||||
TOOLKIT for Mechanica | |||||||||||||||||||||||
Synopsis | |||||||||||||||||||||||
#include <ProMechSpringProps.h> | |||||||||||||||||||||||
ProError | ProMechSpringpropsMatrixSet | ( | |||||||||||||||||||||
ProMechItem * item | |||||||||||||||||||||||
/* (In) | |||||||||||||||||||||||
The spring property. | |||||||||||||||||||||||
*/ | |||||||||||||||||||||||
ProMechSpringpropsPropertyType type | |||||||||||||||||||||||
/* (In) | |||||||||||||||||||||||
The spring property type. | |||||||||||||||||||||||
*/ | |||||||||||||||||||||||
ProMechMatrix matrix | |||||||||||||||||||||||
/* (In) | |||||||||||||||||||||||
The property value (matrix). | |||||||||||||||||||||||
*/ | |||||||||||||||||||||||
) | |||||||||||||||||||||||
Returns | |||||||||||||||||||||||
|