Std Affichage de la sélection

From FreeCAD Documentation
Revision as of 20:34, 9 April 2020 by FuzzyBot (talk | contribs) (Updating to match new version of source page)

Std Affiche la sélection

Emplacement du menu
Affichage → Vues Standards → Affiche la sélection
Ateliers
Tous
Raccourci par défaut
vs
Introduit dans la version
-
Voir aussi
Std Tout afficher

Description

Effectue un zoom jusqu'à ce que tous les objets sélectionnés dans l'arborescence soient affichés dans la vue 3D.

The Std ViewFitSelection command zooms and pans the camera so that all selected objects fit inside the active 3D view.

Utilisation

Cliquez sur ou faire Affichage → Vues standards → Affiche la sélection dans le menu supérieur.

  1. Select one or more objects.
  2. There are several ways to invoke the command:
    • Press the Std ViewFitSelection button.
    • Select the View → Standard views → Fit selection option from the menu.
    • Select the Fit selection option from the 3D view context menu.
    • Use the keyboard shortcut: V then S.


Scripting

See also: FreeCAD Scripting Basics.

To change the view to 'fit selection' the SendMsgToActiveView method of the FreeCADGui object can be used. This method is not available if FreeCAD is in console mode.

import FreeCADGui

FreeCADGui.SendMsgToActiveView('ViewSelection')