Category Feature element trees, Object ProValue

Function ProValueAlloc


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.

Allocates the memory for the ProValue.

Synopsis
#include <ProValue.h>
ProErrorProValueAlloc(
ProValue* p_value
/* (Out)
The address of the ProValue object
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully allocated a ProValue object.

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: Example of Complete Feature Creation

Sample Code References:

  1. pt_autoaxis ( AutoAxis.c )
  2. pt_examples ( UtilMfgNew.c )
  3. pt_geardesign ( GearDesignUtils.c )
  4. pt_userguide ( UgMfgToolMotions.c )