DEPRECATED: | Since Wildfire 5.0 | ||||||||||
SUPERSEDED BY: | ProFeatureWithoptionsCreate | ||||||||||
Description | |||||||||||
Creates a feature from the element tree.
NOTE: This function is deprecated. Use ProFeatureWithoptionsCreate() with flags equal to PRO_REGEN_NO_FLAGS for equivalent behavior. Refer to the Creo Parametric Toolkit Release Notes for more information on restrictions of using this function with Multi-CAD models. |
|||||||||||
Synopsis | |||||||||||
#include <ProFeature.h> | |||||||||||
ProError | ProFeatureCreate | ( | |||||||||
ProSelection model | |||||||||||
/* (In) | |||||||||||
A selection object representing the part or assembly on which the feature is being created. The selection object must be constructed using a valid assembly component path to the top level assembly if:
|
|||||||||||
*/ | |||||||||||
ProElement elemtree | |||||||||||
/* (In) | |||||||||||
The element tree. | |||||||||||
*/ | |||||||||||
ProFeatureCreateOptions options[] | |||||||||||
/* (In) | |||||||||||
An array of user options. | |||||||||||
*/ | |||||||||||
int num_opts | |||||||||||
/* (In) | |||||||||||
The number of options in the options array. | |||||||||||
*/ | |||||||||||
ProFeature* p_feature | |||||||||||
/* (Out) | |||||||||||
The feature handle. | |||||||||||
*/ | |||||||||||
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 |