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(). |
createFromFile |
Create a CAMTemplate from a file on disk, i.e. Import the template file. Invalid files will produce errors |
createFromOperations |
Create a CAMTemplate from a list of Operations |
createFromXML |
Creates a CAMTemplate from an XML string. Invalid template XML will produce errors |
createHoleTemplateFromOperations |
Create a hole CAMTemplate from a list of hole operations. Hole templates may be used in Hole Recognition |
save |
Save the CAMTemplate to a file |