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

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

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 → Paste

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)

Undo Tool

ICON: Undo.png

MENU: Edit → Undo

KEYBOARD SHORTCUT: Ctrl+Z

FUNCTION: Undoes the last operation

PYTHON COMMAND: None

Redo Tool

ICON: Redo.png

MENU: Edit → Redo

KEYBOARD SHORTCUT: Ctrl+Y

FUNCTION: Redoes the last operation

PYTHON COMMAND: None

Help

ICON: Help.png

MENU: Help → View Online Help

KEYBOARD SHORTCUT: Ctrl+Shift+H

FUNCTION: Opens online EM.Cube documentation in your browser

PYTHON COMMAND: None

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: End Key

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

PYTHON COMMAND: None

Perspective View

ICON: View-perspective tn.png

MENU: View → Set View → Perspective View

KEYBOARD SHORTCUT: Home Key

FUNCTION: Sets an isometric view of the physical structure on an XY-plane

PYTHON COMMAND: None

Top View

ICON: View-top tn.png

MENU: View → Set View → Top View

KEYBOARD SHORTCUT: None

FUNCTION: Projects the physical structure onto the XY-plane from the top

PYTHON COMMAND: None

Bottom View

ICON: View-bottom tn.png

MENU: View → Set View → Bottom View

KEYBOARD SHORTCUT: None

FUNCTION: Projects the physical structure onto the XY-plane from the bottom

PYTHON COMMAND: None

Front View

ICON: View-front tn.png

MENU: View → Set View → Front View

KEYBOARD SHORTCUT: None

FUNCTION: Projects the physical structure onto the ZX-plane from the front

PYTHON COMMAND: None

Back View

ICON: View-back tn.png

MENU: View → Set View → Bottom View

KEYBOARD SHORTCUT: None

FUNCTION: Projects the physical structure onto the ZX-plane from the back

PYTHON COMMAND: None

Right View

ICON: View-right tn.png

MENU: View → Set View → Right View

KEYBOARD SHORTCUT: None

FUNCTION: Projects the physical structure onto the YZ-plane from the right

PYTHON COMMAND: None

Left View

ICON: View-left tn.png

MENU: View → Set View → Left View

KEYBOARD SHORTCUT: None

FUNCTION: Projects the physical structure onto the YZ-plane from the left

PYTHON COMMAND: None


 

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