Category Selection, Object ProSelection

Function ProSelectionUvParamSet


Description
Sets the UV-parameters to a selection object.

NOTE:

This applies to surface selections only.

Replacement in Object TOOLKIT: pfcSelection::SelTableCell
pfcSelection::Params
pfcSelection::TParam
Synopsis
#include <ProSelection.h>
ProErrorProSelectionUvParamSet(
ProSelection selection
/* (In)
The selection object
*/
ProUvParam uv_param
/* (In)
The UV-parameters
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the UV-parameters
PRO_TK_BAD_INPUTSThe supplied inputs were incorrect.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Techniques of Conversion and Mixing
  2. Drawings: Detail Attachments and Leaders
  3. User Interface: Selection: The Selection Object
  4. User Interface: Selection: Unpacking a ProSelection Object
  5. User Interface: Selection: Building a ProSelection Object

Sample Code References:

  1. pt_examples ( TestSelect.c )