Draft BSpline/ro


Draft BSpline.png Draft BSpline

poziția meniului
Draft -> BSpline
Workbenches
Draft, Arch
scurtătură
B S
A se vedea, de asemenea,
Draft Wire


Description

The BSpline tool creates a B-Spline curve from several points in the current work plane. It takes the linewidth and color previously set on the Tasks tab. The BSpline tool behaves exactly like the Draft Wire tool.

Draft bspline example.jpg

How to use

  1. Press the Draft BSpline.png Draft BSpline button, or press B then S keys
  2. Click a first point on the 3D view, or type a coordinate
  3. Click additional point on the 3D view, or type a coordinate
  4. Press F or C, or double-click the last point, or click on the first point to finish or close the spline. If the spline is closed, it will also be a face, even if it appears as wireframe.

Options

Properties

Scripting

The BSpline tool can by used in macros and from the python console by using the following function:

makeBSpline (pointslist,[closed],[placement]) 

Example:

import FreeCAD,Draft
p1 = FreeCAD.Vector(0,0,0)
p2 = FreeCAD.Vector(1,1,0)
p3 = FreeCAD.Vector(2,0,0)
Draft.makeBSpline([p1,p2,p3],closed=True) 
Online version: "http://www.freecadweb.org/wiki/index.php?title=Draft_BSpline/ro&oldid=209058"

Navigation menu