Category Feature element trees, Object ProValue

Function ProValueDataGet


DEPRECATED: Since Wildfire 2.0
SUPERSEDED BY: Depends on the context, consult the user documentation.
Description

Note: From release Wildfire 2.0 this function is superseded by the functions:

PTC recommends using the new functions in place of this function in all new or updated user applications.

Retrieves the data of the value, and fills the user-visible ProValueData structure.

Synopsis
#include <ProValue.h>
ProErrorProValueDataGet(
ProValue value
/* (In)
The value object
*/
ProValueData* value_data
/* (Out)
The data in the value
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully filled in the data for the value.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Element Trees: Principles of Feature Creation: Feature Element Values
  2. Element Trees: Principles of Feature Creation: Feature Element Values
  3. Element Trees: Principles of Feature Creation: Access to ProElement Data

Sample Code References:

  1. pt_examples ( TestAnalysisSrfCurve.c )
  2. pt_examples ( TestProcstep.c )
  3. pt_examples ( UtilFeats.c )
  4. pt_examples ( UtilTree.c )
  5. pt_geardesign ( GearDesignUtils.c )
  6. pt_mfg_proctable ( PTMfgProcTable.c )
  7. pt_mfg_proctable ( PTMfgProcTable.c )
  8. pt_userguide ( UgExtAnalysisSurfcsys.c )
  9. pt_userguide ( UgExtAnalysisSurfcsys.c )