In Sketchup I have a “perpend” plugin that will build a surface perpendicular to a selected line in space. How would I do that in Rhino?
e.g. If I wanted to create a circle perpendicular at it’s center to a curve, and I wanted to do this in Perspective view, what would be the best approach? The circle in the image is not perpendicular. I tried setting the cplane to the curve but that did not work.
There is a built in mode for drawing a circle around a curve. If you are just trying to draw circles that are perpendicular to a curve, This would be the easiest method. Here are the steps
in the command line, type in circle
additionally, you can also select circle from the tool bar.
inside the command line, select Around Curve
additionally, you can type a and hit enter for the same effect.
Select the curve you wish to draw you circle around.
Select the point along the curve at which you wish to draw a circle perpendicular.
Drag and click for the radius
additionally, the radius can be typed in.
alternatively, after the fact, assuming you draw your curve that needs to be oriented with its origin at 0,0,0 (either top,front or other orthogonal view, but then pick the curve in that view):
as a macro / alias:
_OrientOnCrv _pause 0 _pause _Perpendicular --> and pick point on curve