Category Mechanica, Object ProMechconstr

Function ProMechconvectiondataCsysSet


Description
Note: This function is deprecated. You can independently set the dependency of the bulk temperature or film coefficient to a different csys reference for an external file by setting its ProMechVariation type to PRO_MECH_VARIATION_EXTERNAL_FIELD. See ProMechconvectiondataBulktempSet() ProMechconvectiondataFilmcoefficientSet() ProMechvariationExternalfielddataSet() ProMechexternalfielddataCsysSet()

This function sets the coordinate system for both the bulk temperature and film coefficient in this convection data.

Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechConstraint.h>
ProErrorProMechconvectiondataCsysSet(
ProMechConvectionData data
/* (In)
The data.
*/
ProMechGeomref csys
/* (In)
The coordinate system.
*/
)
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.