Description | |||||||||||||||||||||||
Obtains the vector corresponding to 'type' of the beam orientation object. Use ProMathExpressionEvaluate() to evaluate each moment. | |||||||||||||||||||||||
Licensing Requirement | |||||||||||||||||||||||
TOOLKIT for Mechanica | |||||||||||||||||||||||
Synopsis | |||||||||||||||||||||||
#include <ProMechBeamOrient.h> | |||||||||||||||||||||||
ProError | ProMechBeamorientVectorGet | ( | |||||||||||||||||||||
ProMechItem * item | |||||||||||||||||||||||
/* (In) | |||||||||||||||||||||||
The beam orientation. | |||||||||||||||||||||||
*/ | |||||||||||||||||||||||
ProMechBeamorientPropertyType type | |||||||||||||||||||||||
/* (In) | |||||||||||||||||||||||
The beam orientation property type. (Allowed property types: PRO_MECH_BEAM_ORIENT_OFFSET) | |||||||||||||||||||||||
*/ | |||||||||||||||||||||||
ProMechVector * vector | |||||||||||||||||||||||
/* (Out) | |||||||||||||||||||||||
The vector. The function allocates memory for this argument. Use ProMechVectorFree() to free it. | |||||||||||||||||||||||
*/ | |||||||||||||||||||||||
) | |||||||||||||||||||||||
Returns | |||||||||||||||||||||||
|