Category Feature element trees, Object ProElement

Function ProElementValuesSet


DEPRECATED: Since Wildfire 2.0
SUPERSEDED BY: Depends on the context, consult the user documentation.
Description
Sets 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 ProElementReferencesSet or ProElementSet should be used. See also the comment for ProElementValueSet.

Synopsis
#include <ProElement.h>
ProErrorProElementValuesSet(
ProElement elem
/* (In)
The element
*/
ProValue values[]
/* (In)
The array of values
*/
int value_num
/* (In)
The number of values
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the values.
PRO_TK_BAD_INPUTSOne or more of the arguments are 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