Category Mechanica, Object ProMechconstr

Function ProMechconstrRadiationdataGet


Description
Obtains the handle to the radiation constraint data from the Creo Simulate item.
Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechConstraint.h>
ProErrorProMechconstrRadiationdataGet(
ProMechItem* item
/* (In)
The item.
*/
ProMechRadiationData* value
/* (Out)
The radiation constraint data. Free this using ProMechradiationdataFree().
*/
)
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.
See Also
ProMechconstrTypeGet

Manual References:

  1. Creo Simulate: Items: Accessing the Creo Simulate Constraints
  2. Creo Simulate: Items: Accessing the Creo Simulate Constraints