Category Features, Object ProFeature

Function ProFeatureTypeGet


Description
Retrieves the type of the specified feature.
Replacement in Object TOOLKIT: pfcFeature::FeatType
Synopsis
#include <ProFeature.h>
ProErrorProFeatureTypeGet(
ProFeature* p_feat_handle
/* (In)
The feature
*/
ProFeattype* p_type
/* (Out)
The feature type
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe input argument is invalid.
See Also
ProFeatType.h

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Techniques of Conversion and Mixing
  2. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  3. Assembly: Basic Assembly Access: Visiting Assembly Components
  4. Assembly: Data Sharing Features: Accessing Properties of Variant Features
  5. Core: Features: Feature Inquiry
  6. Core: Features: Feature Inquiry
  7. Core: 3D Geometry: Visiting Feature Geometry
  8. Core: 3D Geometry: Visiting Feature Geometry
  9. Element Trees: Extrude and Revolve: The Element Tree for Extruded Features

Sample Code References:

  1. pt_af_examples ( PTAEToChamfer.c )
  2. pt_af_examples ( PTAEToDraft.c )
  3. pt_af_examples ( PTAEToRound.c )
  4. pt_af_examples ( PTAFNotesUpdate.c )
  5. pt_af_examples ( PTAFNotesUpdate.c )
  6. pt_autoaxis ( AutoAxis.c )
  7. pt_examples ( TestAnalysis.c )
  8. pt_examples ( TestAnalysisCurve.c )
  9. pt_examples ( TestAnalysisSrfCurve.c )
  10. pt_examples ( TestExtrefInfo.c )
  11. pt_examples ( TestExtrefInfo.c )
  12. pt_examples ( TestImportfeat.c )
  13. pt_examples ( TestFamTab.c )
  14. pt_examples ( TestFamTab.c )
  15. pt_examples ( TestFeats.c )
  16. pt_examples ( UtilFeats.c )
  17. pt_examples ( TestDtmPln.c )
  18. pt_examples ( TestGeom.c )
  19. pt_examples ( TestClCmd.c )
  20. pt_examples ( TestClCmd.c )
  21. pt_examples ( TestMfgMenu.c )
  22. pt_examples ( TestMisc.c )
  23. pt_examples ( TestMisc.c )
  24. pt_examples ( TestSetup.c )
  25. pt_examples ( TestRule.c )
  26. pt_examples ( TestSimpRep.c )
  27. pt_examples ( TestCollect.c )
  28. pt_examples ( UtilTree.c )
  29. pt_examples ( UtilVisit.c )
  30. pt_examples ( UtilVisit.c )
  31. pt_examples ( UtilVisit.c )
  32. pt_examples ( UtilVisit.c )
  33. pt_mfg_proctable ( PTMfgProcTable.c )
  34. pt_userguide ( UgAsmCompVisit.c )
  35. pt_userguide ( UgAsmcompConstraint.c )
  36. pt_userguide ( UgFundExpArrays.c )
  37. pt_userguide ( UgFundVisit.c )
  38. pt_userguide ( UgGeomHoleSrfDisp.c )
  39. pt_userguide ( UgMfgMillSeqCreate.c )
  40. pt_userguide ( UgMfgOperCreate.c )
  41. pt_userguide ( UgMfgWcellIdentify.c )