Category Selection, Object ProSelection

Function ProSelectionAsmcomppathGet


Description
Gets the component path from a selection object.
Replacement in Object TOOLKIT: pfcSelection::Path
Synopsis
#include <ProSelection.h>
ProErrorProSelectionAsmcomppathGet(
ProSelection selection
/* (In)
The selection object.
*/
ProAsmcomppath* p_cmp_path
/* (In)
The component path. You must allocate the memory for this structure.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the component path.
PRO_TK_BAD_INPUTSThe supplied inputs were incorrect.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Techniques of Conversion and Mixing
  2. Element Trees: Principles of Feature Creation: Example of Complete Feature Creation
  3. User Interface: Selection: The Selection Object

Sample Code References:

  1. pt_af_examples ( PTAEToChamfer.c )
  2. pt_af_examples ( PTAEToDraft.c )
  3. pt_af_examples ( PTAEToRound.c )
  4. pt_examples ( TestAnimation.c )
  5. pt_examples ( TestAsm.c )
  6. pt_examples ( TestAsm.c )
  7. pt_examples ( TestAsm.c )
  8. pt_examples ( TestDrag.c )
  9. pt_examples ( TestExtref.c )
  10. pt_examples ( TestExtref.c )
  11. pt_examples ( TestMechanism.c )
  12. pt_examples ( TestDimension.c )
  13. pt_examples ( TestDimension.c )
  14. pt_examples ( TestDimension.c )
  15. pt_examples ( TestInterface.c )
  16. pt_examples ( TestInterface.c )
  17. pt_examples ( TestDispObject.c )
  18. pt_examples ( TestDispObject.c )
  19. pt_examples ( TestExtobj.c )
  20. pt_examples ( TestFamTab.c )
  21. pt_examples ( TestFeats.c )
  22. pt_examples ( UtilFeats.c )
  23. pt_examples ( SketchFeatureCreate.c )
  24. pt_examples ( TestGeom.c )
  25. pt_examples ( TestGeom.c )
  26. pt_examples ( TestGeom.c )
  27. pt_examples ( TestGeom.c )
  28. pt_examples ( TestGeom.c )
  29. pt_examples ( UtilGeom.c )
  30. pt_examples ( UtilGeom.c )
  31. pt_examples ( TestLayer.c )
  32. pt_examples ( TestRay.c )
  33. pt_examples ( TestRay.c )
  34. pt_examples ( TestRay.c )
  35. pt_examples ( TestCavityLayout.c )
  36. pt_examples ( TestSelect.c )
  37. pt_examples ( TestSelect.c )
  38. pt_examples ( TestSelect.c )
  39. pt_examples ( TestRule.c )
  40. pt_examples ( TestSimpRep.c )
  41. pt_examples ( TestSimpRep.c )
  42. pt_examples ( TestSimpRep.c )
  43. pt_examples ( UtilMatrix.c )
  44. pt_examples ( UtilTree.c )
  45. pt_examples ( UtilTree.c )
  46. pt_examples ( UtilTree.c )
  47. pt_mech_examples ( PTMechExLoadMenu.c )
  48. pt_userguide ( UgAnimAsmcompAnim.c )
  49. pt_userguide ( UgAsmcompConstraint.c )
  50. pt_userguide ( UgAsmcompConstraint.c )
  51. pt_userguide ( UgAsmcompConstraint.c )
  52. pt_userguide ( UgAsmcompTransfGet.c )
  53. pt_userguide ( UgDatumCreate.c )
  54. pt_userguide ( UgDrawingDimensions.c )
  55. pt_userguide ( UgDwgtableExamples.c )
  56. pt_userguide ( UgSketchedCurveCreate.c )
  57. pt_userguide ( UgSketchedPointCreate.c )
  58. pt_userguide ( UgSktExtrusionCut.c )
  59. pt_userguide ( UgSktExtrusionProtrusion.c )
  60. pt_userguide ( UgSktExtrusionSurfaceCapped.c )
  61. pt_userguide ( UgSktExtrusionSurfaceTrim.c )
  62. pt_userguide ( UgSktExtrusionTemplate.c )
  63. pt_userguide ( UgSktExtrusionThin.c )
  64. pt_userguide ( UgSktFirstFeatureCreate.c )
  65. pt_userguide ( UgSktFirstFeatureRevCreate.c )
  66. pt_userguide ( UgSktRevolveProtrusion.c )
  67. pt_userguide ( UgSktRevolveSurface.c )
  68. pt_userguide ( UgSktRevolveTemplate.c )
  69. pt_userguide ( UgSktRevolveThinCut.c )
  70. pt_userguide ( UgGeomChildDisp.c )
  71. pt_userguide ( UgGeomInterferCheck.c )
  72. pt_userguide ( UgGeomInterferCheck.c )
  73. pt_userguide ( UgGraphZoomAtPoint.c )
  74. pt_userguide ( UgSimprepCreate.c )