|
Menu location |
---|
Draft → Add Point |
Workbenches |
Draft, Arch |
Default shortcut |
None |
See also |
None |
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