|
Menüeintrag |
---|
Drafting -> Wire to BSpline |
Arbeitsbereich |
Draft, Arch |
Standardtastenkürzel |
None |
Siehe auch |
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)