MachineQuery.execute Method
Parent Object: MachineQueryDefined in namespace "adsk::cam" and the header file is <Cam/Machine/MachineQuery.h>
Description
Executes the query for specific machines based on the query's properties.
Syntax
"machineQuery_var" is a variable referencing a MachineQuery object.
|
Return Value
Type | Description |
Machine[] | Returns a list of `Machine`. Each returned machine matches this query. |