Machine.equivalentTo Method
Parent Object:
MachineDefined in namespace "adsk::cam" and the header file is <Cam/Machine/Machine.h>
Description
Checks if the machine is equivalent to this one.
Syntax
"machine_var" is a variable referencing a Machine object.returnValue = machine_var.equivalentTo(machine)
|
"machine_var" is a variable referencing a Machine object.
#include <Cam/Machine/Machine.h>
returnValue = machine_var->equivalentTo(machine);
|
Return Value
boolean |
True if the machines are equivalent |
Parameters
machine |
Machine |
The machine to compare this one to |
Version
Introduced in version April 2023