Draft WireToBSpline/ru


Draft WireToBSpline.png Draft WireToBSpline

Расположение в меню
Черчение → Направляющая в BSpline
Верстаки
Draft, Arch
Быстрые клавиши
отсутствуют
См. также
...


Description

This tool converts Wires to BSplines, and vice-versa.

Draft Wire2BSpline example.jpg

How to use

  1. Select a wire or a BSpline
  2. Press the Draft WireToBSpline.png Draft WireToBSpline button

Options

Scripting

Not available, but creating a new object with the points from another one is easy, for example:

import FreeCAD,Draft
points = FreeCAD.ActiveDocument.ActiveObject.Points
Draft.makeBSpline(points) 
import FreeCAD,Draft
points = FreeCAD.ActiveDocument.ActiveObject.Points
Draft.makeWire(points) 
Online version: "http://www.freecadweb.org/wiki/index.php?title=Draft_WireToBSpline/ru&oldid=206572"

Navigation menu