CAM.allMachines Property
Parent Object:
CAMDefined in namespace "adsk::cam" and the header file is <Cam/CAM/CAM.h>
Description
Gets an array containing all the machines in the document.
Syntax
"cAM_var" is a variable referencing a CAM object.
# Get the value of the property. propertyValue = cAM_var.allMachines
|
"cAM_var" is a variable referencing a CAM object.
#include <Cam/CAM/CAM.h>
// Get the value of the property. std::vector<Ptr<Machine>> propertyValue = cAM_var->allMachines();
|
Property Value
This is a read only property whose value is an array of type
Machine.
Version
Introduced in version April 2023