| apply |
Add an MachineInteractionPair. This will overwrite any existing MachineInteractionPair with the same item1 and item2. |
| classType |
Static function that all classes support that returns the type of the class as a string. The returned string matches the string returned by the objectType property. For example if you have a reference to an object and you want to check if it's a SketchLine you can use myObject.objectType == fusion.SketchLine.classType(). |
| createMachineInteractionPair |
Create a MachineInteractionPair that will control how the two items interact. |
| createMachineItem |
Create a MachineItem. |
| item |
Get the MachineInteractionPair at index in this collection. |
| resetMachineInteractionPairs |
Restore all MachineInteractionPairs to their defaults. |
| staticTypeId |
Identifying name for all elements of this type. Pass this to the itemByType or itemById methods of MachineElements to filter to elements of this type. |