PrintSetting.setDefaultPrintSettingItem Method

Parent Object: PrintSetting
Defined in namespace "adsk::cam" and the header file is <Cam/PrintSetting/PrintSetting.h>

Description

Defaults the PrintSetting item of the specified body preset. Throws exception when name not found.

Syntax

"printSetting_var" is a variable referencing a PrintSetting object.
returnValue = printSetting_var.setDefaultPrintSettingItem(name)
"printSetting_var" is a variable referencing a PrintSetting object.

#include <Cam/PrintSetting/PrintSetting.h>

returnValue = printSetting_var->setDefaultPrintSettingItem(name);

Parameters

Name Type Description
name string The body preset id of the parameters that has to be defaulted.

Version

Introduced in version April 2023