Std SceneInspector/es: Difference between revisions

From FreeCAD Documentation
(Created page with "==Descripción==")
 
(Created page with "==Utilización==")
Line 20: Line 20:
The '''Std SceneInspector''' command opens a dialog box displaying an overview of all nodes in the [[Scenegraph|scenegraph]] of the active [[3D_view|3D view]]. It is more a utility for programmers than for average users. It can be used to find out why the rendering is slow or why something isn't rendered properly.
The '''Std SceneInspector''' command opens a dialog box displaying an overview of all nodes in the [[Scenegraph|scenegraph]] of the active [[3D_view|3D view]]. It is more a utility for programmers than for average users. It can be used to find out why the rendering is slow or why something isn't rendered properly.


==Usage==
==Utilización==


# Select the {{MenuCommand|Tools → [[Image:Std_SceneInspector.svg|16px]] Scene inspector...}} option from the menu.
# Select the {{MenuCommand|Tools → [[Image:Std_SceneInspector.svg|16px]] Scene inspector...}} option from the menu.

Revision as of 07:00, 14 July 2021

Std SceneInspector

Menu location
Tools → Scene inspector...
Workbenches
All
Default shortcut
None
Introduced in version
-
See also
None

Descripción

The Std SceneInspector command opens a dialog box displaying an overview of all nodes in the scenegraph of the active 3D view. It is more a utility for programmers than for average users. It can be used to find out why the rendering is slow or why something isn't rendered properly.

Utilización

  1. Select the Tools → Scene inspector... option from the menu.
  2. The Scene inspector dialog box opens.
  3. The dialog box is modeless, meaning it can stay open while you continue working in FreeCAD.
  4. Optionally press the Refresh to update the overview.
  5. Press the Close button to close the dialog box.