Documentación de la API > Miscellaneous > Object ProMech > Function ProMechBeamorientVectorGet
Function ProMechBeamorientVectorGet
Description
Obtains the vector corresponding to 'type' of the beam orientation object. Use ProMathExpressionEvaluate() to evaluate each moment.
Licensing Requirement
Synopsis
ProMechBeamorientVectorGet
(
/* (In)
The beam orientation.
*/
/* (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
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
¿Fue esto útil?