Category Selection, Object ProSelection

Function ProSelectionPoint3dGet


Description
Retrieves the coordinates of the selected point in the member coordinate system.
Replacement in Object TOOLKIT: pfcSelection::Point
Synopsis
#include <ProSelection.h>
ProErrorProSelectionPoint3dGet(
ProSelection selection
/* (In)
The selection object
*/
ProPoint3d point
/* (Out)
The point coordinates
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe selection or depth is NULL.
PRO_TK_INVALID_PTRThe selection argument is an invalid pointer.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Techniques of Conversion and Mixing
  2. User Interface: Selection: The Selection Object
  3. User Interface: Selection: Unpacking a ProSelection Object

Sample Code References:

  1. pt_examples ( TestDrag.c )
  2. pt_examples ( TestSolid.c )
  3. pt_examples ( TestSolid.c )
  4. pt_examples ( TestSolid.c )
  5. pt_examples ( TestDtmPln.c )
  6. pt_examples ( TestGeom.c )
  7. pt_examples ( TestDrwView.c )
  8. pt_examples ( TestDtlentity.c )
  9. pt_examples ( TestRay.c )
  10. pt_examples ( TestSymDefMenu.c )
  11. pt_examples ( TestSymDefMenu.c )
  12. pt_examples ( TestGtol.c )
  13. pt_examples ( UtilSect.c )
  14. pt_examples ( TestSelect.c )
  15. pt_examples ( TestSelect.c )
  16. pt_examples ( TestRule.c )
  17. pt_userguide ( UgDrawingDimensions.c )
  18. pt_userguide ( UserSelectSurface.c )
  19. pt_userguide ( UgGraphZoomAtPoint.c )
  20. pt_userguide ( UgXsecMassProps.c )