Category Selection, Object ProSelection

Function ProSelectionUvParamGet


Description
Gets the UV-parameters from a selection object.
Replacement in Object TOOLKIT: pfcSelection::Params
pfcSelection::TParam
Synopsis
#include <ProSelection.h>
ProErrorProSelectionUvParamGet(
ProSelection selection
/* (In)
The selection object
*/
ProUvParam uv_param
/* (In)
The UV-parameters
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the UV-paramters.
PRO_TK_BAD_INPUTSThe supplied inputs were incorrect.

Manual References:

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

Sample Code References:

  1. pt_examples ( TestGeom.c )
  2. pt_examples ( TestGeom.c )
  3. pt_examples ( TestMeasure.c )
  4. pt_examples ( UtilGeom.c )
  5. pt_examples ( TestSymDefMenu.c )
  6. pt_examples ( TestSymDefMenu.c )
  7. pt_examples ( UtilSect.c )
  8. pt_examples ( TestSelect.c )
  9. pt_userguide ( Ug3DSection.c )