|
Menyplacering |
---|
Drafting -> Wire to BSpline |
Arbetsbänk(ar) |
Draft, Arch |
Standard genväg |
None |
Se även |
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)