|
poziția meniului |
---|
Drafting -> Wire to BSpline |
Workbenches |
Draft, Arch |
scurtătură |
nici unul |
A se vedea, de asemenea, |
nici unul |
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)