Functions | |
| def | insert (filename, docname) |
| def | open (filename) |
| def | parse (inputstring) |
Variables | |
| tuple | AXIS |
| pythonopen = open | |
| string | SPEEDS = "XY", "Z", "A", "B" |
| def PathScripts.post.opensbp_pre.insert | ( | filename, | |
| docname | |||
| ) |
called when freecad imports a file This insert expects parse to return a list of strings each string will become a separate path
References PathScripts.post.opensbp_pre.parse(), and PathScripts.post.opensbp_pre.pythonopen.
Referenced by PathScripts.post.opensbp_pre.open().
| def PathScripts.post.opensbp_pre.open | ( | filename | ) |
References PathScripts.post.opensbp_pre.insert().
| def PathScripts.post.opensbp_pre.parse | ( | inputstring | ) |
Referenced by PathScripts.post.opensbp_pre.insert().
| tuple PathScripts.post.opensbp_pre.AXIS |
| PathScripts.post.opensbp_pre.pythonopen = open |
Referenced by PathScripts.post.opensbp_pre.insert().
| string PathScripts.post.opensbp_pre.SPEEDS = "XY", "Z", "A", "B" |