Std: Przełącz tryb nawigacja / edycja

From FreeCAD Documentation
Revision as of 16:52, 29 August 2022 by Kaktus (talk | contribs) (Created page with "''Przykład demonstrujący polecenie:''")

Std: Przełącz tryb nawigacji

Lokalizacja w menu
Widok → Przełącz tryb nawigacji / edycji
Środowisko pracy
wszystkie
Domyślny skrót
Esc
Wprowadzono w wersji
-
Zobacz także
brak

Opis

Polecenie Przełącz tryb nawigacji jest przeznaczone do pewnych operacji inspekcji i pewnych interaktywnych operacji edycji siatki. Operacje te są dość wymagające i dlatego polegają na trybie edycji, podczas którego większość opcji nawigacyjnych jest wyłączona. Za pomocą tego polecenia można tymczasowo przełączyć się z trybu edycji do trybu nawigacji, a po zmianie widoku 3D, przełączyć się z powrotem do trybu edycji.

Nie należy mylić tego polecenia z poleceniem Std: Edycja.

Użycie

Przykład demonstrujący polecenie:

  1. Switch to the Mesh Workbench.
  2. Select the Meshes → Regular solid... option from the menu.
  3. The Regular Solid dialog box opens.
  4. Choose Ellipsoid from the dropdown list.
  5. Press the Create button.
  6. Press the Close button to close the dialog box.
  7. Select the mesh object.
  8. Press the Mesh PolyCut button.
  9. Pick points in the 3D view to define a polygon that overlaps one half of the mesh.
  10. Right-click and choose Inner from the context menu.
  11. The result is an open mesh with a boundary.
  12. Make sure the mesh is still selected.
  13. Select the Meshes → Add triangle option from the menu to invoke the Mesh AddFacet command.
  14. If you hover over a boundary point a yellow marker will appear and a left-click will select it.
  15. Optionally select two more points and add a triangle to the mesh.
  16. You are now in edit mode and it is impossible to rotate or pan the 3D view, although zooming still works.
  17. Invoke the Std ToggleNavigation command to switch to navigation mode:
    • Select the View → Toggle navigation/Edit mode option from the menu.
    • Or use the keyboard shortcut: Esc.
  18. Now you can rotate and pan the 3D view, but you cannot pick points to add triangles.
  19. Invoke the Std ToggleNavigation command to switch back to edit mode:
    • Select the View → Toggle navigation/Edit mode option from the menu.
    • Or use the keyboard shortcut: Esc.
  20. You can again pick points and add triangles.
  21. Right-click in the 3D view and choose Finish from the context menu to end the Mesh AddFacet command.