PrintSetting.syncWithMachine Method

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

Description

Synchronizes the print setting with the given machine, making extruder parameter options dependent on the available extruders in the machine.

Syntax

"printSetting_var" is a variable referencing a PrintSetting object.
returnValue = printSetting_var.syncWithMachine(machine)
"printSetting_var" is a variable referencing a PrintSetting object.

#include <Cam/PrintSetting/PrintSetting.h>

returnValue = printSetting_var->syncWithMachine(machine);

Parameters

Name Type Description
machine Machine

Version

Introduced in version March 2024