Public Member Functions | |
| def | Activated (self) |
| def | Execute (cls, job, path, dialog=None) |
| def | GetJob (self) |
| def | GetResources (self) |
| def | IsActive (self) |
| def | SaveDialog (cls, job, dialog) |
Command to export a template of a given job. Opens a dialog to select the file to store the template in. If the template is stored in Path's file path (see preferences) and named in accordance with job_*.json it will automatically be found on Job creation and be available for selection.
| def PathScripts.PathJobCmd.CommandJobTemplateExport.Activated | ( | self | ) |
References PathScripts.PathJobCmd.CommandJobTemplateExport.GetJob(), and PathScripts.PathJobCmd.CommandJobTemplateExport.SaveDialog().
Referenced by ArchStructure.CommandStructuralSystem.Activated(), draftguitools.gui_arcs.Arc.finish(), draftguitools.gui_beziers.BezCurve.finish(), draftguitools.gui_beziers.CubicBezCurve.finish(), draftguitools.gui_ellipses.Ellipse.finish(), draftguitools.gui_lines.Line.finish(), draftguitools.gui_mirror.Mirror.finish(), draftguitools.gui_move.Move.finish(), draftguitools.gui_polygons.Polygon.finish(), draftguitools.gui_rectangles.Rectangle.finish(), draftguitools.gui_rotate.Rotate.finish(), draftguitools.gui_splines.BSpline.finish(), draftguitools.gui_texts.Text.finish(), draftguitools.gui_points.Point.finish(), draftguitools.gui_shapestrings.ShapeString.finish(), draftguitools.gui_arcs.Arc_3Points.getPoint(), and ArchPanel.CommandPanel.getPoint().
| def PathScripts.PathJobCmd.CommandJobTemplateExport.Execute | ( | cls, | |
| job, | |||
| path, | |||
dialog = None |
|||
| ) |
| def PathScripts.PathJobCmd.CommandJobTemplateExport.GetJob | ( | self | ) |
| def PathScripts.PathJobCmd.CommandJobTemplateExport.GetResources | ( | self | ) |
| def PathScripts.PathJobCmd.CommandJobTemplateExport.IsActive | ( | self | ) |
| def PathScripts.PathJobCmd.CommandJobTemplateExport.SaveDialog | ( | cls, | |
| job, | |||
| dialog | |||
| ) |
References ClipperLib::Clipper.Execute(), PathScripts.PathJobCmd.CommandJobCreate.Execute(), PathScripts.PathJobCmd.CommandJobTemplateExport.Execute(), AdaptivePath::Adaptive2d.Execute(), ClipperLib::ClipperOffset.Execute(), Import::FeatureImportIges.Execute(), and Import::FeatureImportStep.Execute().
Referenced by PathScripts.PathJobCmd.CommandJobTemplateExport.Activated().