Share

Machine.equivalentTo Method

Parent Object: Machine
Defined 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)

Return Value

Type Description
boolean True if the machines are equivalent

Parameters

Name Type Description
machine Machine The machine to compare this one to

Version

Introduced in version April 2023

Was this information helpful?