Description | |||||||||||
Sets the selection data with a list of selection boxes. The selection boxes are specified in the local coordinates of the external object. The transformation matrix of the display data transforms them to model coordinates. See the function ProDispdatTrfSet() for more information on the transformation. | |||||||||||
Replacement in Object TOOLKIT: | wfcExternalObject::AddData | ||||||||||
wfcExternalObject::ModifyData | |||||||||||
Synopsis | |||||||||||
#include <ProExtobjSel.h> | |||||||||||
ProError | ProSeldatSelboxesSet | ( | |||||||||
ProWExtobjdata sel_data | |||||||||||
/* (In) | |||||||||||
The selection data | |||||||||||
*/ | |||||||||||
ProSelbox* sel_boxes | |||||||||||
/* (In) | |||||||||||
The list of selection boxes | |||||||||||
*/ | |||||||||||
int box_num | |||||||||||
/* (In) | |||||||||||
The number of selection boxes | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|
|||||||||||
See Also | |||||||||||
ProDispdatTrfSet |