DEPRECATED: | Since Wildfire 5.0 | |||||||
SUPERSEDED BY: | ProFeatureWithoptionsRedefine | |||||||
Description | ||||||||
NOTE:
This function is deprecated. It does not properly set up the model to a point where it can accept a modification to its feature element tree. To properly modify a feature tree, use ProFeatureWithoptionsRedefine. Assigns the information from the feature's definition (elem_tree) into the feature database. |
||||||||
Synopsis | ||||||||
#include <ProFeature.h> | ||||||||
ProError | ProFeatureElemtreeSet | ( | ||||||
ProAsmcomppath* comp_path | ||||||||
/* (In) | ||||||||
The path to the part to which the feature belongs. This can be NULL when you are redefining in Part mode, or when the feature belongs to the top-level assembly. | ||||||||
*/ | ||||||||
ProFeature* feature | ||||||||
/* (In) | ||||||||
The feature whose database is to be altered. | ||||||||
*/ | ||||||||
ProElement elem_tree | ||||||||
/* (In) | ||||||||
The modified feature element tree to be assigned to the feature. | ||||||||
*/ | ||||||||
ProErrorlist* p_errors | ||||||||
/* (Out) | ||||||||
The list of errors. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|
||||||||
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 |