Documentación de la API > Mechanica > Object ProMechconstr > Function ProMechconvectiondataFemneutralfileGet
Function ProMechconvectiondataFemneutralfileGet
Description
Note: This function is deprecated. Creo Simulate now permits separate external files to be used for the film coefficient and bulk temperature values. See ProMechconvectiondataBulktempGet() ProMechconvectiondataFilmcoefficientGet() ProMechvariationTypeGet() ProMechvariationExternalfielddataGet() ProMechexternalfielddataFileGet()
In the case where both the bulk temperature and film coefficient are governed by the same external file, this function will return that value. Otherwise, this function will return an error, and you should look at the ProMechVariation property of the ProMechValue extracted for both the bulk temperature and film coefficient. If either of these is set to PRO_MECH_VARIATION_EXTERNAL_FIELD, then that property is governed by an external file.
Obtains the path to the FEM neutral file for this convection data.
Licensing Requirement
Synopsis
ProMechconvectiondataFemneutralfileGet
(
/* (In)
The data.
*/
ProPath value
/* (Out)
The path.
*/
)
Returns
The function succeeded.
One or more input arguments are invalid.
The Creo Simulate session is not initialized.
Neither the bulk temperature nor the film coefficient are governed by an external file.
The properties of the bulk temperature and film coefficient are not equivalent; this function cannot return the data requested. See Purpose for a detailed explanation.
¿Fue esto útil?