PrintSetting.duplicatePrintSettingItem Method
Parent Object:
PrintSettingDefined in namespace "adsk::cam" and the header file is <Cam/PrintSetting/PrintSetting.h>
Description
Duplicates the PrintSetting item of the specified body preset.
Syntax
"printSetting_var" is a variable referencing a PrintSetting object.returnValue = printSetting_var.duplicatePrintSettingItem(name)
|
"printSetting_var" is a variable referencing a PrintSetting object.
#include <Cam/PrintSetting/PrintSetting.h>
returnValue = printSetting_var->duplicatePrintSettingItem(name);
|
Return Value
PrintSettingItem |
Returns the specified parameters or throws exception in the case where there is no parameters with the specified id. |
Parameters
name |
string |
The body preset id of the parameters that has to be duplicated. |
Version
Introduced in version April 2023