|
Menüeintrag |
---|
Draft -> Punkt entfernen |
Arbeitsbereich |
Draft, Arch |
Standardtastenkürzel |
None |
Siehe auch |
None |
This tools allows you to remove points from Wires and BSplines.
Not available, but removing points from Wires and BSplines is easy, for example:
import FreeCAD,Draft points = FreeCAD.ActiveDocument.ActiveObject.Points points.pop(0) FreeCAD.ActiveDocument.ActiveObjects.Points = points