Category Feature element trees, Category Features, Object ProFeature

Function ProFeatureElemtreeCreate


DEPRECATED: Since Wildfire 5.0
SUPERSEDED BY: ProFeatureElemtreeExtract
Description
NOTE:

This function is deprecated. It does not provide options to resolve the paths of external references of the feature. Use ProFeatureElemtreeExtract() instead.

Creates a copy of the feature element tree.

Synopsis
#include <ProFeature.h>
ProErrorProFeatureElemtreeCreate(
ProFeature* feature
/* (In)
The feature
*/
ProElement* p_elem
/* (Out)
The root element of the feature element tree
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully created the feature element tree.
PRO_TK_BAD_INPUTSThe input argument is invalid.
PRO_TK_INVALID_TYPECreation of the element tree is not supported for this feature type.
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. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Element Trees: Principles of Feature Creation: Feature Inquiry
  3. Element Trees: Principles of Feature Creation: Feature Inquiry

Sample Code References:

  1. pt_geardesign ( GearDesignUtils.c )