|
Menüeintrag |
---|
Draft -> Add Point |
Arbeitsbereich |
Draft, Arch |
Standardtastenkürzel |
None |
Siehe auch |
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