Category Feature element trees, Object ProElement

Function ProElementArrayGet


Description
Retrieves the child elements of an array element.
Synopsis
#include <ProElement.h>
ProErrorProElementArrayGet(
ProElement elemtree
/* (In)
The element tree.
*/
ProElempath elempath
/* (In)
The path to the array element.
*/
ProElement** p_array_elems
/* (Out)
The child elements of the array element. You must preallocate this array using ProArrayAlloc(). If you reuse the array, new elements will be appended to the existing elements unless you reset the array size to 0 with ProArraySizeSet.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the element array.
PRO_TK_BAD_INPUTSOne or more of the input 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 Elements
  2. Element Trees: Principles of Feature Creation: Feature Elements
  3. Element Trees: Patterns: Obtaining the Element Tree for a Pattern

Sample Code References:

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