|
Menu location |
---|
View → Fit Selection |
Workbenches |
All |
Default shortcut |
None |
Introduced in version |
- |
See also |
None |
Faceți Zooms până toae obiectele selectate din arborescența vizualizătilro sunt vizibile în vizualizarea 3D.
The Std ViewFitSelection command zooms and pans the camera so that all selected objects fit inside the active 3D view. This command is useful if for some reason objects are beyond the boundaries of the current 3D View or can't easily be found using 3D navigation.
Click pe or choose View → Standard views →
Fit selection din meniul principal.
Comanda este de asemenea disponibilă făcând cilc drapta în vizualizarea 3D (și neavânde nimic preselectat).
See also: Autogenerated API documentation and FreeCAD Scripting Basics.
The SendMsgToActiveView
method of the FreeCADGui object can be used to zoom the active view to fit selection.
import FreeCADGui
FreeCADGui.SendMsgToActiveView("ViewSelection")