Setup.modifyUtility Method
Parent Object:
SetupDefined in namespace "adsk::cam" and the header file is <Cam/CAM/Setup.h>
Description
Get ModifyUtility for the current operation by given utility type.
Syntax
"setup_var" is a variable referencing a Setup object.returnValue = setup_var.modifyUtility(utility)
|
"setup_var" is a variable referencing a Setup object.
#include <Cam/CAM/Setup.h>
returnValue = setup_var->modifyUtility(utility);
|
Return Value
ModifyUtility |
Returns ModifyUtility for specific type or null if the type is not compatible with the operation. |
Parameters
Version
Introduced in version September 2023