RhinoDersleri.com
Rapid modeling with rhinoceros
Default modeling window in Rhino is perspective window. You have to learn how to create your models in this view. This view gives a complete control on your model. If you are tired of maximizing this window everytime rhino starts you can use that simple script on start.
Simply paste this code in the text box on Tools > Options > Run on startup
_SetMaximizedViewport Perspective _Enter _-ViewportProperties _Lens 35 _Enter
First line makes perspective view maximized and the second line sets lens for that view.
You can also make use that code in a rhinoscript (*.rvb) file.
And then add this script to your startup scripts as seen below.
Happy modeling!
April 6, 2009 - 8:19 pm
Posted in Uncategorized | No comments
Related titlesHow to start Rhino in perspective view (0)
March 20, 2009 - 9:18 am
Posted in Grasshopper | No comments
Lars Renklint has been exploring how to generate these infinite continuous surfaces using Grasshopper.
You can view video here.
Related titlesHow to model an RSS icon in rhino (0)How to run a rhinoscript file (0)How to start Rhino in perspective view (0)Grasshopper workshop materials for architecture (0)Cross supports with Grasshopper (0)Distance logic with Grasshopper (0)How to model tri panel [...]
February 10, 2009 - 8:26 pm
Posted in Featured, Tutorials | No comments
A tutorial on how to model a 3d Rss icon in rhino.
Included commands: Extrude, Fillet, FilletEdge, BooleanDifference ..
February 2, 2009 - 7:59 pm
Posted in Scripting, Tips & Tricks | No comments
A Rhinoscript file has to be loaded before run. Just follow those steps to run a rhinoscript: