|
Menü konumu |
---|
Drafting -> Wire to BSpline |
Workbenches |
Draft, Arch |
Varsayılan kısayol |
Hiçbiri |
Ayrıca bkz |
Hiçbiri |
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)