Curves BSplineToConsole

Other languages:

This documentation is not finished. Please help and contribute documentation.

GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.

Curves BSplineToConsole

Menu location
Misc. → BSpline to Console
Workbenches
Curves
Default shortcut
None
Introduced in version
-
See also
None

Description

The Curves BSplineToConsole tool creates a Python script to (re-)create the selected B-spline or Bézier geometries.

Usage

  1. Select one or more Bezier or BSpline curves or surfaces in the 3D View.
  2. There are several ways to invoke the tool:
    • Press the BSpline to Console button.
    • Select the Misc. → BSpline to Console option from the menu.
  3. A BSplineCurve object is created for each selected curve, and a BSplineSurface object for each selected surface, and a related Python script to (re)create each curve or surface can be found in the Python console.

Properties

See also: Property editor.

Both BSplineCurve object and BSplineSurface object are derived from a Part::Spline object and have no additional properties