Parallel view command line bug?

Hi,
Why there is no parallel view option on the command line.

“TwoPointPerspective” is actually the name of a standard view, like “Perspective”. SetView is for setting the standard views by their names, not projections, which are a viewport property.

To change the active view to parallel projection without going through the Properties panel, you can use a macro:
_ViewportProperties _Projection _Parallel _EnterEnd

1 Like

I agree with hesro - I would remove perspective and two-point perspective options from the SetView command.

To repeat: “perspective” is not only a projection, it is also the name of a standard Rhino view. Therefore it should be included in SetView. What is less known is that “Two point perspective” is also a standard view name.