Creates a new Rhino model based on a template.
Steps:
-
Select a template on which to base your model file.
-
Click the Use this file when Rhino starts checkbox to make Rhino use the selected template as a default next time you create a new model.
-
Click the No Template checkbox to start Rhino using the internal defaults.
A template is a 3DM file that includes all the information that is stored in a Rhino 3DM file: geometry, grid settings, viewport layout, layers, units, and tolerances.
For example, if you want Rhino to use inches as default units, use the New command to open the template you want to change, change the units
to inches and use the SaveAsTemplate
command to overwrite the changes to the template.
If you do not have a default template file specified in the current user section of the registry, you will have to choose a startup template.
If the “Ask every time Rhino starts” checkbox is not selected, the default template file will be set to the one selected file and will be used when Rhino starts from then on.
File Locations
The installer puts user-modifiable files in subfolders of:
C:\Documents and Settings\All Users\Application Data\McNeel\…
so that they are accessible and modifiable by all users. This includes templates and toolbar collections
.
-New
File > New Standard > New
File > New
Keyboard Shortcut: Ctrl + N Related topics… |
Opens an existing Rhino or other supported format file.
Steps:
-
Select a file type.
-
Select or type a filename.
-
Click the Open button
Note: When Rhino reads polygon mesh formats, the polygon mesh objects in the original file are not converted to NURBS objects; they remain polygon meshes in Rhino; they are not converted to NURBS
objects.
Open Rhino With Shortcut
Using shortcuts, you can open Rhino using a number of options.
Options
/<schemename>
Opens with the saved scheme.
/nosplash
Start Rhino with no splash screen. View the splash screen with the About command.
/safemode
Starts Rhino in safe mode
.
/language=<nnnn>
language=1041 starts in Japanese, 1033 in English, etc. See: http://www.microsoft.com/globaldev/reference/lcid-all.mspx
modelname.3dm
The path and name of a model to open.
Schemes
Save and restore Rhino workspace settings.
To save and restore Rhino workspace settings use a scheme
The scheme saves:
-
Command defaults
-
Dialog box positions
-
All settings in the Rhino Options pages such as aliases, appearance and colors settings, mouse settings, render settings, shortcut keys
-
Recently-used file list
-
Toolbar layout
To save schemes
-
Make a Windows desktop shortcut to Rhino like this:
-
“C:\Program Files\Rhino3.exe” /scheme=”WhiteBackground”
-
Set up Rhino with your white background colors and exit.
-
Start Rhino from this shortcut.
-
Rhino will find and store all it’s settings in:
HKEY_CURRENT_USER\Software\McNeel\Rhinoceros\3.0\Scheme: WhiteBackground\…
-
Make another shortcut:
-
“C:\Program Files\Rhino3.exe” /scheme=”BlackBackground”
-
Set up Rhino with your black background colors and exit.
-
Start Rhino from this shortcut.
-
Rhino will find and store all it’s settings in:
HKEY_CURRENT_USER\Software\McNeel\Rhinoceros\3.0\Scheme: BlackBackground\…
-Open
Standard > Open File > Open STL Tools > Open
File > Open
Keyboard Shortcut: Ctrl + O Related topics… |
Merges all objects from file into the current model.
Steps:
-
Select a file type.
-
Type a filename.
-
Click the Open button.
Notes
-
Rhino imports objects to the model on their original layers and creates the layers if they do not already exist.
-
If the imported file type does not contain layer information (such as when you Save
a file using the Geometry only option), the objects are placed on the current layer.
Standard > Import/Merge (Right click) File > Import/Merge (Right click) STL Tools > Import/Merge (Right click)
File > Import Related topics… |