Glossary of EM.Cube's Basic File, Edit & View Operations

From Emagtech Wiki
Revision as of 21:05, 4 August 2016 by Kazem Sabet (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

New Project

ICON: New.png

MENU: File → New Project...

KEYBOARD SHORTCUT: Ctrl+N

FUNCTION: Starts a new blank EM.Cube project

PYTHON COMMAND: None

Open Project

ICON: Open.png

MENU: File → Open Project...

KEYBOARD SHORTCUT: Ctrl+O

FUNCTION: Opens an existing EM.Cube project

PYTHON COMMAND: None

Save Project

ICON: Save.png

MENU: File → Save Project...

KEYBOARD SHORTCUT: Ctrl+S

FUNCTION: Saves the current EM.Cube project

PYTHON COMMAND: None

Save Project As

ICON: Save.png

MENU: File → Save Project As...

KEYBOARD SHORTCUT: Ctrl+W

FUNCTION: Saves the current EM.Cube project under a different name

PYTHON COMMAND: None

Print

ICON: Print.png

MENU: File → Print...

KEYBOARD SHORTCUT: Ctrl+P

FUNCTION: Prints the contents of the main window on the specified printer

PYTHON COMMAND: None

Cut Tool

ICON: Cut.png

MENU: Edit → Cut...

KEYBOARD SHORTCUT: Ctrl+X

FUNCTION: Removes the selection from the project workspace and places it in the Windows clipboard

PYTHON COMMAND: None

Copy Tool

ICON: Copy.png

MENU: Edit → Copy...

KEYBOARD SHORTCUT: Ctrl+C

FUNCTION: Copies the selection into the Windows clipboard

PYTHON COMMAND: None

Paste Tool

ICON: Paste.png

MENU: Edit → Copy...

KEYBOARD SHORTCUT: Ctrl+C

FUNCTION: Places the contents of the Windows clipboard on the project workspace

PYTHON COMMAND: None

Delete Tool

ICON: Delete.png

MENU: Edit → Delete...

KEYBOARD SHORTCUT: Delete Key

FUNCTION: Deletes the selection from the project workspace

PYTHON COMMAND: delete(node_name)




Select Tool

ICON: Select-tool tn.png

MENU: View → Normal View

KEYBOARD SHORTCUT: Esc Key

FUNCTION: Returns to the normal select mode

PYTHON COMMAND: None

Pan View Tool

ICON: Pan-tool tn.png

MENU: View → Pan View

KEYBOARD SHORTCUT: Shift+RMB

FUNCTION: Moves the viewport around while the mouse is dragged

PYTHON COMMAND: None

Rotate View Tool

ICON: Rotate-tool tn.png

MENU: View → Rotate View

KEYBOARD SHORTCUT: RMB

FUNCTION: Rotates the viewport about the origin of the world coordinate system (WCS) while the mouse is dragged

NOTES, SPECIAL CASES OR EXCEPTIONS: The axis of rotation in the case of rotate view mode is different than the axis of rotation using the RMB shortcut.

PYTHON COMMAND: None

Zoom Tool

ICON: Zoom-tool tn.png

MENU: View → Zoom → Dynamic

KEYBOARD SHORTCUT: Ctrl+RMB or Mouse Scroll Wheel

FUNCTION: Zooms into or out of the project workspace while the mouse is dragged up or down, respectively

PYTHON COMMAND: None

Zoom To Extents Tool

ICON: Zoom-to-extent tn.png

MENU: View → Zoom → Extents

KEYBOARD SHORTCUT: Ctrl+E

FUNCTION: Automatically zooms to fit the whole physical structure into the main window

PYTHON COMMAND: zoom_extents()

Zoom To Extents Tool

ICON: Zoom-to-extent tn.png (right-click)

MENU: View → Zoom → Extents All

KEYBOARD SHORTCUT: Ctrl+Shift+E

FUNCTION: Automatically zooms to fit the whole physical structure into all four viewports in the four-port view mode

PYTHON COMMAND: None

Zoom Window Tool

ICON: Zoom-to-area tn.png

MENU: View → Zoom → Window

KEYBOARD SHORTCUT: None

FUNCTION: Draws a window to define the zoom boundaries

PYTHON COMMAND: None

Zoom To Selected Tool

ICON: Zoom-to-selected tn.png

MENU: View → Zoom → Selected

KEYBOARD SHORTCUT: None

FUNCTION: Automatically zooms to fit the highlighted object into the main window

PYTHON COMMAND: None

Undo View Change / Redo View Change

ICON: Undo-view-change tn.png

MENU: View → Undo View Change, View → Redo View Change

KEYBOARD SHORTCUT: None

FUNCTION: Reverts the viewport to the previous view angle and distance

PYTHON COMMAND: None

Split Viewport

ICON: Four-port-view tn.png

MENU: View → Split Viewport

KEYBOARD SHORTCUT: None

FUNCTION: Displays a four-port view of the project workspace

PYTHON COMMAND: None

Merge Viewport

ICON: Single-port-view tn.png

MENU: View → Merge Viewport

KEYBOARD SHORTCUT: Home Key

FUNCTION: Merges the four-port view into the normal single-port view

PYTHON COMMAND: None


Seven standard views are available and can also be accessed from the View menu:

View-perspective tn.png PERSPECTIVE VIEW

or select View >Set View >Perspective View
Sets an isometric view of the structure on an XY-plane.

View-front tn.png FRONT VIEW

or select View >Set View >Front View
Projects the structure on to an ZX-plane

View-back tn.png BACK VIEW

or select View >Set View >Back View
Projects the structure on to an ZX-plane

View-top tn.png TOP VIEW

or select View >Set View >Top View
Projects the structure on to an XY-plane.

View-bottom tn.png BOTTOM VIEW

or select View >Set View >Bottom View
Projects the structure on to an XY-plane.

View-left tn.png LEFT VIEW

or select View >Set View >Left View
Projects the structure on to an YZ-plane.

View-right tn.png RIGHT VIEW

or select View >Set View >Right View
Projects the structure on to an YZ-plane.

 

Back icon.png Back to Getting Started with EM.Cube