Description | ||||||||||||||||||||
Obtains the integer value corresponding to 'type' of the beam orientation. | ||||||||||||||||||||
Licensing Requirement | ||||||||||||||||||||
TOOLKIT for Mechanica | ||||||||||||||||||||
Synopsis | ||||||||||||||||||||
#include <ProMechBeamOrient.h> | ||||||||||||||||||||
ProError | ProMechBeamorientIntegerGet | ( | ||||||||||||||||||
ProMechItem * item | ||||||||||||||||||||
/* (In) | ||||||||||||||||||||
The beam orientation. | ||||||||||||||||||||
*/ | ||||||||||||||||||||
ProMechBeamorientPropertyType type | ||||||||||||||||||||
/* (In) | ||||||||||||||||||||
The property type. (Allowed property types: PRO_MECH_BEAM_ORIENT_OFFSET_TYPE) | ||||||||||||||||||||
*/ | ||||||||||||||||||||
int * data | ||||||||||||||||||||
/* (Out) | ||||||||||||||||||||
The property value. | ||||||||||||||||||||
*/ | ||||||||||||||||||||
) | ||||||||||||||||||||
Returns | ||||||||||||||||||||
|