draftmake.make_bspline Namespace Reference

Functions

def make_bspline (pointslist, closed=False, placement=None, face=None, support=None)
 

Variables

 makeBSpline = make_bspline
 

Function Documentation

◆ make_bspline()

def draftmake.make_bspline.make_bspline (   pointslist,
  closed = False,
  placement = None,
  face = None,
  support = None 
)
make_bspline(pointslist, [closed], [placement])

Creates a B-Spline object from the given list of vectors.

Parameters
----------
pointlist : [Base.Vector]
    List of points to create the polyline.
    Instead of a pointslist, you can also pass a Part Wire.
    TODO: Change the name so!

closed : bool
    If closed is True or first and last points are identical, 
    the created BSpline will be closed.

placement : Base.Placement
    If a placement is given, it is used.

face : Bool
    If face is False, the rectangle is shown as a wireframe, 
    otherwise as a face.   

support : 
    TODO: Describe

Variable Documentation

◆ makeBSpline

draftmake.make_bspline.makeBSpline = make_bspline