PathScripts.post.opensbp_pre Namespace Reference

Functions

def insert (filename, docname)
 
def open (filename)
 
def parse (inputstring)
 

Variables

tuple AXIS
 
 pythonopen = open
 
string SPEEDS = "XY", "Z", "A", "B"
 

Function Documentation

◆ insert()

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().

◆ open()

def PathScripts.post.opensbp_pre.open (   filename)

◆ parse()

def PathScripts.post.opensbp_pre.parse (   inputstring)

Variable Documentation

◆ AXIS

tuple PathScripts.post.opensbp_pre.AXIS
Initial value:
1= (
2 "X",
3 "Y",
4 "Z",
5 "A",
6 "B",
7)

◆ pythonopen

PathScripts.post.opensbp_pre.pythonopen = open

◆ SPEEDS

string PathScripts.post.opensbp_pre.SPEEDS = "XY", "Z", "A", "B"