1 | The Rhino Interface

Modeling in 3D is the process of creating a mathematical representation of an object’s surface or outer skin. The resulting model is displayed on your screen as a two-dimensional image. Rhino provides tools for creating, displaying, and manipulating these surfaces.

Rhino’s interface is centered around four main components:

  • Command Access (1, 2, 3)
  • Modeling Aids (4, 5)
  • Panels (6)
  • Viewports (7)

The default arrangement is shown below:

Command Access

Rhino is a command-driven program. In other words, all actions are activated by named commands such as Line or Rotate . Essentially, it is how you instruct Rhino how to build, edit, and analyze geometry. In the image above, it refers to all elements marked in red.

Tip
To learn more about a command, use the Command Help Panel or run the command and press to open its help topic. To cancel a command, press the key.

There are three main ways of running commands in Rhino:

1 Menus

2 Command Window (Prompt)

3 Toolbars

The commands are the same, independent of how you run them. You may find one method easier than another.

Modeling Aids

Modeling Aids facilitate precision modeling in Rhino. There are two main elements:

4 Osnaps

5 Status Bar

The Osnap Control allows you to activate and deactivate Object Snaps. These magnetic points help you snap new geometry to existing geometry at a precise location. They guarantee the precision necessary to create a model for exporting or manufacturing. For example, use the Cen OSnap to snap the start of a line to the center of an existing circle.

The Status Bar displays the current coordinate system, the cursor location, file unit, and quick access to layers and Modeling Aids settings.

Modeling Aids include Grid Snap, Ortho, SmartTrack, and Gumball. These tools activate modes that help you place or edit geometry in the viewport with precision. We will learn more about them in the Accurate Modeling chapter.

Panels

6 Panels offers various services that help us deal with objects, layers, views, and many other actions. Essentially, they are a management tool. Rhino’s default user interface comes with the following open panels:

Change the active panel by clicking on the tabs to the right of the panel.

Change the active panel by clicking on the tabs to the right of the panel.

Viewports

7 Viewports are windows into your model. They let you visualize and navigate around the geometry you create in 3D space. Rhino opens with four viewports by default:

  • (orthogonal projection)
  • (orthogonal projection)
  • (orthogonal projection)
  • (perspective projection)

Default_Viewports

More on the Rhino UI

Using Templates

A template is a 3DM file that is a starting point for a new Rhino model. Rhino’s default templates have units appropriate for the model size, default layers, and a standard four-viewport layout.

To start a new Rhino document:

  1. Run the New command.
  2. Select an existing 3DM file from the list.
  3. Click Open.

Rhino New File

A new file with units and grid spacing defined by the template you chose will be created. For example, if you’re a jeweler based in Europe, you can select the Small Objects - Millimeters.3dm template. If you’re an interior designer based in North America, you might opt for Large Objects - Feet, Feet & Inches.3dm.

Create a custom template containing specific information and settings that you commonly reuse in all projects. You may create a layer hierachy, colors, materials, lights, and even geometry. It’s a shortcut to the start of any project. These templates can be shared across a team.

To create a custom template:

  1. Run the New command and choose a 3DM file best adapted to your modeling needs.
  2. Modify the Layer structure and properties.
  3. Modify any settings in DocumentProperties
  4. Add geometry, materials, lights or any other object type.
  5. Run the SaveAsTemplate command. It will be available anytime you run the New command.
Make it the Default Template
You can make your custom template the default 3dm file when Rhino opens by checking the “Use this file when Rhino starts” checkbox in the “Open Template File” dialog box.

 

 

Your First Rhino Exercise

In this exercise you will start a new file and learn how to run common commands like Curve , Cone or Undo

Run a Command from the Menu

Most Rhino commands are located in the menus. We will create a basic solid, starting the command from the menu.

  1. Run the New command.

  2. Select the Small Objects - Millimeters.3dm template.

  3. On the Solid menu, start the Cone command.

  4. At the Base of cone… prompt, in the , click the left mouse button to pick the center point for the base of the cone anywhere in that view.

  5. At the End of cone prompt, drag the mouse up and down. Watch what happens in the different views.

  6. Click anywhere in the or to set the tip of the cone.

The Command Prompt
When running a command, it is important to keep an eye on the Command Prompt. Rhino will communicate what it expects in the Command Prompt.

Run a Command from a Toolbar Icon

Toolbars enable you to run commands by clicking buttons. Most commands have an icon.

Create a freeform curve from an icon:

  1. Hover over the Curve command from the Main Toolbar. You’ll notice a Tooltip appears. It describes the function of the icon. You can run two commands: One with the mouse’s left-click and a second with the right-click.

  2. Click with the left mouse button to run the Curve

  3. At the Start of curve… prompt, in the viewport, click the mouse to start the curve.

  4. At the Next point… prompt, continue clicking a couple more points in the same view.

  5. At the Next point… prompt, move the mouse into the viewport and click a few more points along the Y axis (green axis).

  6. Right-click, press , or press the spacebar to end the command.

  7. Look at the result in the .

  8. Admire your work!! Rotate the view by right-clicking and dragging the mouse.

Run a Command from the Command Line

You can start a command by typing the command name. All commands can be executed by typing them into the Command Prompt .

Create a sphere by typing the command name in the Command Line Prompt:

  1. With the Command Prompt clear (if there is text at the command prompt, press the key), type Sphere and press .

  2. At the Center of sphere… prompt, in the viewport, left-click the mouse anywhere in the viewport to pick the center point for the sphere.

  3. At the Radius… prompt, in the viewport, move the mouse away from the center point and click to place a second point. This point determines the radius of the sphere.

Notice how the sphere is shown in Wireframe. This is a display mode that draws objects using wires, called edges and isocurves. The object is completely transparent.

  1. In the viewport, click on the arrow of the viewport title and select Shaded. The sphere will now appear colored in grey, along with the edges and isocurve display.

Auto-Complete Command List
When you type the first letter of a command, a list of possible commands appears. The command most used in the past automatically completes on the command line.

The Command Window

The command window is divided into the Command History and the Command Prompt.

Image_Name

Command History

Command Prompt or Command Line

The Command History displays the previous commands and prompts. Essentially it records most of the activity that happens in Rhino. Maximize it by pressing the key. The Command History cannot be edited.

The Command Prompt is where you type command names, set options, enter distances and angles for drawing, and read the prompts for the commands. It is the way Rhino communicates with you. When Rhino needs you to select objects, enter a point or information, it prompts you through the Command Prompt .

As you start to build objects, prompts become increasingly important since they tell you what to do next.

Command Options

Options give you alternate methods for using the command. For example, when you draw a circle, the circle is normally drawn from center to radius. The Circle command has several options, such as 2Points, which allow you to draw the circle by clicking two points that determine the diameter instead.

Command options are displayed in the Command Prompt in parentheses.

To activate an option:

  • Type the option name
  • Type the underlined letter in the option
  • Click the option with the mouse

Image_Name

Repeat the Last Command

Many tasks in Rhino are repetitive. You might want to Move several objects or Fillet multiple corners.

To repeat commands:

  • Press when no command is active.
  • Press the spacebar.
  • Click the right-mouse button in a viewport.

Some commands such as Undo and Delete do not repeat. Instead, the command prior to these commands is repeated. This prevents you from accidentally undoing too many commands or deleting objects accidentally. Also, you often want to repeat the command you were using before undoing a mistake.

To suit your own way of working, you can define the list of commands that do not repeat by running the Options command in the General page: Never repeat these commands.

Most Recently Used
The Most-Recently-Used commands is the list of the last 20 commands used in the Rhino session. You can access it by right-clicking on the Command Prompt.

Undo a Command

If you did something you did not want to do, you can undo your actions by:

If you wish to redo an action, you can:

Cancel a Command

Whenever you run the wrong command or do something wrong in the command procedure, you can cancel the active command in several ways:

  • Press the key on your keyboard. The command line is cleared and returns to the Command prompt.
  • Click a toolbar button or click another command on a menu. The current command is canceled immediately, and the chosen command runs.

Docking UI Windows

Panels, toolbars, and other UI elements can be moved around in the interface. For example, the Command Window is docked at the top of the interface. To float or undock it, you can drag it by the gripper on the left side. To dock it back, drag the command window title bar around. As you drag it, blue shaded squares appear at locations where the window can be dropped.

Image_Name

Finding Help

If you get stuck on how a command works, the Rhino Help file is the major resource for detailed information on specific commands. You can access it in several ways:

Rhino Support
Find the answers to frequently asked questions on our Rhino Support page or get advice from other proficient users on our Forum.