PathScripts.post.example_post Namespace Reference

Functions

def export (objectslist, filename, argstring)
 
def parse (inputstring)
 

Variables

 now = datetime.datetime.now()
 
 pythonopen = open
 
string TOOLTIP
 

Function Documentation

◆ export()

def PathScripts.post.example_post.export (   objectslist,
  filename,
  argstring 
)

◆ parse()

def PathScripts.post.example_post.parse (   inputstring)

Variable Documentation

◆ now

PathScripts.post.example_post.now = datetime.datetime.now()

◆ pythonopen

PathScripts.post.example_post.pythonopen = open

◆ TOOLTIP

string PathScripts.post.example_post.TOOLTIP
Initial value:
1= """
2This is an example postprocessor file for the Path workbench. It is used
3to save a list of FreeCAD Path objects to a file.
4
5Read the Path Workbench documentation to know how to convert Path objects
6to GCode.
7"""