Draft AddPoint/tr


Draft AddPoint.png Draft AddPoint

Menü konumu
Draft -> Add Point
Workbenches
Draft, Arch
Varsayılan kısayol
Hiçbiri
Ayrıca bkz
Hiçbiri


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/tr&oldid=135995"

Navigation menu