Share

PrintSetting.getDefaultPrintSettingItem Method

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

Description

Gets the default 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.getDefaultPrintSettingItem()

Return Value

Type Description
PrintSettingItem Returns the default parameters.

Version

Introduced in version April 2023

Was this information helpful?