Rhinoceros

From NavykI
Revision as of 08:39, 12 June 2014 by 192.168.11.23 (talk) (New Commands)

Jump to: navigation, search

Rhino3D is a 3D surface modeling application.


Manuals, Training and Support

Digital


Paper

  • Rhinoceros 3.0 User's Guide
  • Inside Rhinoceros 4
  • What's New in Rhino 4
  • Rhino 4.0 Upgrade Training Manual

Unit settings

Rhino option.jpg


Export settings: DWG format

RHINO 3

Export Rhino3.jpg


RHINO 4

Export Rhino4.jpg

Export Rhino4 second tab.JPG

Export settings: 3DM file format

For exporting surfaces to ShipConstructor Hull the 3DM file format is used. Save these files as Rhino 3 3D Models (Rhino 4 3D Models are not accepted by ShipConstructor).

Export.jpg

Preparing surfaces for expansion in ShipConstructor Hull and creating a solid model

Use the following layers:

  • Marking lines - Layer for all the lines which must be marked on the plate. Layer color green. Used for export to ShipConstructor Hull.
  • Trim lines - Layer for all the lines used to trim surfaces. Layer color cyan.
  • Surfaces (or Hull, Superstructure, etc.) - Layer for the original, unmodified, surfaces from the surface model.
  • PL04 ST (example) - Layer for all the trimmed surfaces with these properties, ready for export to ShipConstructor Hull. Color conform plate thickness (see Link title), layer color to be black, surfaces to have the correct color (otherwise in ShipConstructor Hull the color must be set again). Used for expansion in ShipConstructor Hull
  • Solids - Layer for the solids created from the prepared surfaces. Used for exporting curved plates to AutoCad and creating a DWF file.

New Tricks

Displacement of object/surface on a certain object/surface plane:

  • It is useful if you have an objet/surface that you want to displace it on an already defined object/surface
  • Go to: Transform->Orient->3 Points
  • Select desired object1/surface1 needed to be displaced
  • Choose 3 points on this object1/surface1 so that you define the plane of choice (Reference Points)
  • Choose 3 points on the object2/surface2 that you wish to place the first object1/surface1 (Target Points)

Gradient background colors

Select Options > View > Display modes > Shaded (for example) > Viewport settings > background then choose gradient 2 colors.


Useful Commands

  • _SetObjectDisplayMode

Copy paste it into your rhino command. It allows you to have a ghosted or wireframe object, in any view mode (shaded, wireframe, ghosted, etc..)

It is useful as: - trying to see the frames through the ghosted hull without changing to ghosted view mode - trying to see inside the interior, without hiding parts, or changing to ghosted view mode

You can set it to different modes (wireframe, xray, ghosted, shaded, rendered)

If you wish to make a button here is what you need to copy paste in there:

_SetObjectDisplayMode _Pause _M _Ghosted

For the other types change the "Ghosted" to whatever you need.

It works also with Workession modes

  • Worksession

It works in the same manner as Xref in AutoCAD Useful to work with small amount of objects, while referencing others. In this way, you can split the work by assemblies (for interior), or to have one rhino file with hull objects and another rhino file with structure objects.