Making a planar object always parallel to view?

Hello all,

Is it possible to set a planar object such that it is automatically oriented parallel to view? There is an option in Text that makes the text always parallel to view, but is there a way to for the same thing but for an object which is not text?

You could set the CPlane to view.

Hello - no, there is no way to do this in plain Rhino. There are scripts that will try to align planar objects to the current camera plane but nothing that maintains this orientation.

-Pascal

A workaround could be to put the planar object into a layout and use a detail to orient the sceneā€¦

Thank you!