Category Mechanica, Object ProMechweld

Function ProMechweldspotPointsGet


Description
Obtains the points in the Spot weld data.
Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechWeld.h>
ProErrorProMechweldspotPointsGet(
ProMechWeldSpot data
/* (In)
The spot weld data.
*/
ProMechGeomref ** references
/* (Out)
ProArray of points. Free this using ProMechgeomrefProarrayFree().
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_BAD_CONTEXTThe Creo Simulate session was not initialized.
PRO_TK_NO_LICENSENo license was available to enable this function.
PRO_TK_OUT_OF_MEMORYNot enough memory to allocate data.

Manual References:

  1. Creo Simulate: Items: Welds
  2. Creo Simulate: Items: Welds

Sample Code References:

  1. pt_mech_examples ( PTMechExItemInfo.c )