API 文件集 > External objects > Object ProSeldat > Function ProSeldatSelboxesSet
Function ProSeldatSelboxesSet
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:
Synopsis
#include <ProExtobjSel.h>
ProSeldatSelboxesSet
(
/* (In)
The selection data
*/
ProSelbox* sel_boxes
/* (In)
The list of selection boxes
*/
int box_num
/* (In)
The number of selection boxes
*/
)
Returns
The function successfully set the information.
One or more of the arguments are invalid.
The function could not set the specified information.
See Also
Sample Code References
這是否有幫助?