| 
    FreeCAD Python
    
   | 
 
DXF file importer & exporter.
This module provides support for importing and exporting Autodesk DXF files
Functions | |
| def | calcBulge (v1, bulge, v2) | 
| def | drawSpline (spline, forceShape=False) | 
| def importDXF.calcBulge | ( | v1, | |
| bulge, | |||
| v2 | |||
| ) | 
calculates intermediary vertex for curved segments. algorithm from http://www.afralisp.net/lisp/Bulges1.htm
| def importDXF.drawSpline | ( | spline, | |
forceShape = False  | 
        |||
| ) | 
returns a Part Shape from a dxf spline as there is currently no Draft premitive to handle splines the result is a non-parametric curve
 1.8.15