Std SendToPythonConsole

From FreeCAD Documentation
Revision as of 14:28, 11 March 2020 by Roy 043 (talk | contribs) (Minor edits to GuiCommand. Fixed Docnav.)

Std SendToPythonConsole

Menu location
Edit → Send to Python Console
Workbenches
All
Default shortcut
-
Introduced in version
0.19
See also
-

Description

This command creates a variable named "obj" in the FreeCAD Python Console that references the currently selected object. If a subshape of the object is also selected, a "shp" variable will also be created, referencing the object shape, and an "elt" variable referencing the selected subshape (edge, face, or vertex)

Usage

Notes

Limitations

Scripting