|
Menyplacering |
---|
Draft -> Add Point |
Arbetsbänk(ar) |
Draft, Arch |
Standard genväg |
None |
Se även |
None |
Contents |
This tools allows you to add additional points to Wires and BSplines.
Not available, but adding additional points to Wires and BSplines is easy, for example:
import FreeCAD,Draft points = FreeCAD.ActiveDocument.ActiveObject.Points points.append(FreeCAD.Vector(2,2,0)) FreeCAD.ActiveDocument.ActiveObjects.Points = points