|
Menu location |
---|
Drafting → Wire to BSpline |
Workbenches |
Draft, Arch |
Default shortcut |
None |
See also |
None |
This tool converts Wires to BSplines, and vice-versa.
Not available, but creating a new object with the points from another one is easy, for example:
import FreeCAD,Draft points = FreeCAD.ActiveDocument.ActiveObject.Points Draft.makeBSpline(points)
import FreeCAD,Draft points = FreeCAD.ActiveDocument.ActiveObject.Points Draft.makeWire(points)