Category Mechanica, Object ProMechmaterialorient

Function ProMechmaterialorientprojPointsGet


Description
Obtains the two points used for projection in this material orientation data.
Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechMaterialOrient.h>
ProErrorProMechmaterialorientprojPointsGet(
ProMechMaterialOrientProj data
/* (In)
The material orientation projection data.
*/
ProMechGeomref** points
/* (Out)
ProArray of points used for projection. Free this using ProMechgeomrefProarrayFree().
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments are invalid.
PRO_TK_BAD_CONTEXTThe Creo Simulate session is not initialized.
PRO_TK_INVALID_TYPEThe data does not contain this type of projection.
PRO_TK_OUT_OF_MEMORYThere is not enough memory to perform the operation.
PRO_TK_GENERAL_ERRORA general error was encountered.

Manual References:

  1. Creo Simulate: Items: Material Orientations
  2. Creo Simulate: Items: Material Orientations