API 文档 > Selection > Object ProSelection > Function ProSelectionPoint3dSet
Function ProSelectionPoint3dSet
Description
Uses user-provided ProPoint3d to set the selected-point of the ProSelection.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSelection.h>
ProSelectionPoint3dSet
(
/* (In)
User-provided ProPoint3d.
*/
ProSelection* p_prosel
/* (In)
Pointer to user-provided ProSelection.
*/
)
Returns
The function successfully set the selected-point of the ProSelection.
One of the arguments is NULL.
Sample Code References
这对您有帮助吗?