PrintSetting.deletePrintSettingItem Method
Parent Object: PrintSettingDefined in namespace "adsk::cam" and the header file is <Cam/PrintSetting/PrintSetting.h>
Description
Deletes the PrintSettingItem of the specified body preset. Throws an exception when the name does not match any available PrintSettingItems or when trying to delete the default PrintSettingItem.
Syntax
"printSetting_var" is a variable referencing a PrintSetting object.
|
Parameters
Name | Type | Description |
name | string | The body preset id of the parameters that has to be deleted. |