Rhino 6 documentation bugs

You are correct. When the user can rotate the parallel view, there is almost no difference between the parallel mode and the perspective mode, so I call it perspective mode. Maybe you should invent new name to describe this mode.

Yes, I can also stand on my head if I practice it for a few minutes. Creative Rhino programmers can invent easier keyboard shortcuts. Tab key is rarely used. Combining it with Ctrl or Shift would work well. Maybe double-clicking Ctrl key or Shift key is practicable? The CapsLock is nearby but it is not used in any Rhino keyboard shortcuts.

Try these steps:

  1. Change the Top viewport to use Perspective mode.
  2. Do the trick of RMB rotate, press Ctrl+Shift. It will toggle between Parallel and Perspective modes.
  3. Use the 4View command to reset the Top viewport.
  4. Do it again in the Top viewport. Projection mode toggling still happens.
  5. Let the Top viewport stay with Parallel mode.
  6. Save and reopen the model.
  7. Projection mode toggling does not happen in the Top viewport.

It is a bug that may not be worth a fix because no one really uses it. Let developers spend their time on fixing issues that are more important.

For more bugs in Rhino Help
Please follow the steps below to create youtrack issues. The issues will be submitted to me and I’ll notice and look into them. Thanks.

  1. Create a New Issue.
  2. Select Rhino if it is not.
  3. Select Help for Subsystem.
  4. Add the summary.
  5. Write the description. (Images can be inserted by pasting from Windows Clipboard.)
  6. Click Create.

I have just sent one documentation bug to the youtrack ( DOC-240 ). I am not sure where to report a papercut, so I am reporting it here. The problem is illustrated in the left side of the following screenshot.


Pictures and short videos are explained with text placed above the pictures and videos. It is not clear whether the text is describing the picture (or video) above the text or below the text. The Rhino user has to waste about 10 seconds to figure it out. The solution is illustrated in the riright side of the screenshot. The improved documentation format can be implemented with the help of HTML tables.

Thanks, @andrew.nowicki. If Project: Rhino and Subsystem: Help were selected, the issue would be submitted to me.
image

The options, descriptions, and video clips were originally placed in a table.

I removed the table when I recently updated the v7 topic. One of the reasons is the width of the help panel. For example, the Polyline topic needs 400 pixels to display the video clips.
image
As you can see, option descriptions are not wrapped properly. More pixels will be required if a command has an option with a very long name (not rarely seen in Rhino). With your "improved format’, the option names and descriptions may display off the screen completely.

How about I add more space before the option names like this?

It sounds reasonable, but you should explore other options as well. Twenty years ago I used HR (horizontal line code) in my HTML files. Now these lines can be customized as shown below.

I tried hr. I don’t think it looks better then adding extra space.

Rhino 6 documentation of knots is posted here: https://docs.mcneel.com/rhino/6/help/en-us/popup_moreinformation/knot.htm
I already mentioned that this documentation is incomprehensible. Fortunately, a few months ago Rajaa Issa wrote good web page about knots and posted it here: https://developer.rhino3d.com/guides/general/essential-mathematics/parametric-curves-surfaces/
I believe that you should either make a link to Rajaa Issa web page in the knot documentation, or (if you have time) you should import essential data from her web page into the Rhino documentation.

NURBS demos are worth thousands of words - they explain how the knots influence the shape of NURBS curve. There are two NURBS demos on the Internet. Online demo is here: http://nurbscalculator.in/
Downloadable demo is here: NURBS.rar (320.7 KB)

I’ll have a look. Thanks.