Std ViewDockUndockFullscreen: Difference between revisions

From FreeCAD Documentation
No edit summary
(Removed 'In Progress'.)
Line 1: Line 1:
<languages/>
<languages/>

{{Page in progress}}

<translate>
<translate>


Line 27: Line 24:
==Introduction==
==Introduction==


[[3D_view|3D views]] can be undocked from the main [[Interface|FreeCAD interface]] and moved to a different display for example.
[[3D_view|3D views]] can be undocked from the [[Main_view_area|Main view area]] and moved to a different display for example.


</translate>
</translate>
Line 38: Line 35:
===Description===
===Description===


The '''Docked''' menu option docks the active [[3D_view|3D view]] inside the main FreeCAD interface.
The '''Docked''' menu option docks the active [[3D_view|3D view]] inside the [[Main_view_area|Main view area]].


===Usage===
===Usage===
Line 52: Line 49:
===Description===
===Description===


The '''Undocked''' menu option undocks the active [[3D_view|3D view]] from the main FreeCAD interface.
The '''Undocked''' menu option undocks the active [[3D_view|3D view]] from the [[Main_view_area|Main view area]].


===Usage===
===Usage===

Revision as of 19:57, 7 April 2020

Std ViewDockUndockFullscreen

Menu location
View → Document window → Docked/Undocked
Workbenches
All
Default shortcut
V D / V U
Introduced in version
-
See also
Std ViewFullscreen, Std MainFullscreen

Introduction

3D views can be undocked from the Main view area and moved to a different display for example.

An undocked 3D view

Docked

Description

The Docked menu option docks the active 3D view inside the Main view area.

Usage

  1. Activate an undocked 3D view.
  2. There are several ways to invoke the option:
    • If there are no docked 3D views: select the View → Document window → Docked option from the menu.
    • Select the Document window → Docked option from the 3D view context menu.
    • Use the keyboard shortcut: V then D.

Undocked

Description

The Undocked menu option undocks the active 3D view from the Main view area.

Usage

  1. Activate a docked 3D view.
  2. There are several ways to invoke the option:
    • Select the View → Document window → Undocked option from the menu.
    • Select the Document window → Undocked option from the 3D view context menu.
    • Use the keyboard shortcut: V then U.

Notes

  • Multiple 3D views for the same document can be created with the Std ViewCreate command.
  • 3D views can also be docked and undocked with the Std ViewFullscreen command.