API 설명서 > Selection > Object ProSelection > Function ProSelectionUvParamSet
Function ProSelectionUvParamSet
Description
Sets the UV-parameters to a selection object.
NOTE:
This applies to surface selections only.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSelection.h>
ProSelectionUvParamSet
(
ProSelection selection
/* (In)
The selection object
*/
ProUvParam uv_param
/* (In)
The UV-parameters
*/
)
Returns
The function successfully set the UV-parameters
The supplied inputs were incorrect.
Sample Code References
User Guide References
도움이 되셨나요?