Draft AddPoint/en


Draft AddPoint.png {{{Name/en}}}

Menu location
Draft → Add Point
Workbenches
Draft, Arch
Default shortcut
None
See also
None


Description

This tools allows you to add additional points to Wires and BSplines.

How to use

  1. Select a wire or a BSpline
  2. Press the Draft AddPoint.png Draft AddPoint button
  3. Click a point on the 3D view, or type a coordinate

Options

Scripting

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 
Online version: "http://www.freecadweb.org/wiki/index.php?title=Draft_AddPoint/en&oldid=170335"

Navigation menu