Draft WireToBSpline/ro


Draft WireToBSpline.png Draft WireToBSpline

poziția meniului
Drafting -> Wire to BSpline
Workbenches
Draft, Arch
scurtătură
nici unul
A se vedea, de asemenea,
nici unul


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/ro&oldid=136322"

Navigation menu