Visualizza: Attiva/disattiva la modalità modifica

From FreeCAD Documentation
Revision as of 14:30, 8 April 2023 by Marco T (talk | contribs) (Created page with "Il comando '''Attiva/disattiva la modalità modifica''' è destinato a determinate operazioni di ispezione ed a determinate operazioni interattive di modifica della mesh. Queste operazioni sono abbastanza "onerose" e quindi si basano su una modalità di modifica durante la quale la maggior parte delle opzioni di navigazione sono disabilitate. Con questo comando è possibile passare temporaneamente dalla modalità di modifica alla modalità di navigazione e, dopo aver mod...")
Other languages:

Attiva/disattiva la modalità modifica

Posizione nel menu
Visualizza → Attiva/disattiva la modalità modifica
Ambiente
Tutti
Avvio veloce
Esc
Introdotto nella versione
-
Vedere anche
Nessuno

Descrizione

Il comando Attiva/disattiva la modalità modifica è destinato a determinate operazioni di ispezione ed a determinate operazioni interattive di modifica della mesh. Queste operazioni sono abbastanza "onerose" e quindi si basano su una modalità di modifica durante la quale la maggior parte delle opzioni di navigazione sono disabilitate. Con questo comando è possibile passare temporaneamente dalla modalità di modifica alla modalità di navigazione e, dopo aver modificato la Vista 3D, tornare alla modalità di modifica.

Do not confuse this command with the Std Edit command.

Usage

An example to demonstrate the command:

  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.