Jump to content

Curves ToConsole

From FreeCAD Documentation

Curves ToConsole

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

Description[edit | edit source]

The Curves ToConsole tool gives access to the selected objects in the Python console.

Usage[edit | edit source]

  1. Select one or more objects in the 3D view or in the Tree view.
  2. There are several ways to invoke the tool:
    • Press the Objects to Console button
    • Select the Misc. → Objects to Console option from the menu
  3. A list of commands that give access to the objects in the selection, and their actually selected sub-objects is displayed in the Python console.

Notes[edit | edit source]

  • This tool only lists commands in the Python console, it doesn't create any object.