FreeCAD Python
Functions
importDXF Namespace Reference

Detailed Description

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)
 

Function Documentation

◆ calcBulge()

def importDXF.calcBulge (   v1,
  bulge,
  v2 
)
calculates intermediary vertex for curved segments.
algorithm from http://www.afralisp.net/lisp/Bulges1.htm

◆ drawSpline()

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