|
poziția meniului |
---|
Draft -> Add Point |
Workbenches |
Draft, Arch |
scurtătură |
nici unul |
A se vedea, de asemenea, |
nici unul |
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