Jump to content

Template:SolidWorks Navigation

From FreeCAD Documentation
{{{Select_name}}} {{{Zoom_name}}} {{{Rotate_view_name}}} {{{Pan_name}}}
{{{Shift}}}+ {{{Ctrl}}}+
{{{Select_text}}} {{{Zoom_text}}} {{{Rotate_view_text}}} {{{Pan_text}}}

This template creates the table that shows the SolidWorks navigation style.

The text has to be given in the specific fields. In this way the template can be translated into different languages.

Example:

{{SolidWorks_Navigation
|Select_name=Select
|Zoom_name=Zoom
|Rotate_view_name=Rotate view
|Pan_name=Pan

|Ctrl={{KEY|Ctrl}}
|Shift={{KEY|Shift}}

|Select_text=Press the left mouse button over an object you want to select.

|Zoom_text=Use the mouse wheel to zoom in and out.

Alternatively, hold {{KEY|Shift}} and the middle mouse button, then move the pointer.

Clicking the middle mouse button re-centers the view on the location of the cursor.

|Rotate_view_text=Hold the middle mouse button, then move the pointer.

|Pan_text=Hold {{KEY|Ctrl}} and the middle mouse button, then move the pointer.
}}

Result:

Select Zoom Rotate view Pan
Shift+ Ctrl+
Press the left mouse button over an object you want to select. Use the mouse wheel to zoom in and out.

Alternatively, hold Shift and the middle mouse button, then move the pointer.

Clicking the middle mouse button re-centers the view on the location of the cursor.

Hold the middle mouse button, then move the pointer. Hold Ctrl and the middle mouse button, then move the pointer.