Std SendToPythonConsole

From FreeCAD Documentation
Revision as of 22:24, 10 February 2020 by FuzzyBot (talk | contribs) (Updating to match new version of source page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Std SendToPythonConsole

Menu location
Edit or right-click context menu → Send to Python Console
Workbenches
All
Default shortcut
None
Introduced in version
-
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