Category Feature element trees, Object ProElement

Function ProElementValuesGet


DEPRECATED: Since Wildfire 2
SUPERSEDED BY: Depends on the context, consult the user documentation.
Description
Retrieves all the values of the specified element.

Warning: Starting with Wildfire 2.0, tree elements with multiple values are considered to be deprecated and will be gradually superseded with reference elements or type-specific elements - for which either ProElementReferencesGet or ProElementGet should be used. See also the comment for ProElementValueGet.

Synopsis
#include <ProElement.h>
ProErrorProElementValuesGet(
ProElement elem
/* (In)
The element.
*/
ProValue** p_values
/* (Out)
The array of values belonging to the element. You must preallocate the array using the function ProArrayAlloc().
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the values.
PRO_TK_BAD_INPUTSThe input argument is invalid.
See Also
ProAnalysis.h
ProAsmcomp.h
ProBeltFeat.h
ProChamfer.h
ProContact3dFeat.h
ProDamperFeat.h
ProDesignatedArea.h
ProDraft.h
ProDtmAxis.h
ProDtmCrv.h
ProDtmCsys.h
ProDtmPln.h
ProDtmPnt.h
ProElemId.h
ProExtrude.h
ProFeatIntr.h
ProFixture.h
ProFlatSrf.h
ProForeignCurve.h
ProHole.h
ProMfgoper.h
ProMerge.h
ProMirror.h
ProMove.h
ProNcseq.h
ProNcseqElem.h
ProPattern.h
ProProcstep.h
ProReplace.h
ProRevolve.h
ProRib.h
ProRound.h
ProShell.h
ProSmtFlangeWall.h
ProSmtFlatWall.h
ProSmtForm.h
ProSolidify.h
ProSmtPunchQuilt.h
ProStdSection.h
ProSurfReg.h
ProSweep.h
ProThicken.h
ProTrim.h
ProToolElem.h
ProValue.h
ProWcell.h

Manual References:

  1. Element Trees: Principles of Feature Creation: Feature Element Values

Sample Code References:

  1. pt_examples ( TestProcstep.c )
  2. pt_examples ( UtilTree.c )