MachineLibrary.createQuery Method
Parent Object: MachineLibraryDefined in namespace "adsk::cam" and the header file is <Cam/Machine/MachineLibrary.h>
Description
Creates a new MachineQuery that is used to query the library for machines matching the query.
Syntax
"machineLibrary_var" is a variable referencing a MachineLibrary object. |
Return Value
| Type | Description |
| MachineQuery | Returns a new MachineQuery. The query is predefined by given parameter. |
Parameters
| Name | Type | Description |
| location | LibraryLocations | The location specifies the LibraryLocations where to search for in the machine library. |
| vendor | string | The vendor specifies the vendor of the machine. The default empty vendor applies to all machines. This is an optional argument whose default value is "". |
| model | string | The model specifies the model of the machine. The default empty model applies to all machines. This is an optional argument whose default value is "". |
