Make2D Viewport

Is it possible to ‘make2d’ of what is visible only in the current viewport? Also without having to select anything.

I think the closest you can get is to run SelVisible before running make2D. It will not give you partial selections though/ automatic clipping

Hello - see if this script works for what you want to do -

DrawVP.py (791 Bytes)

And for good measure, just the selection part, which may come in handy as well:

SelVP.py (793 Bytes)

To use the Python script use RunPythonScript, or a macro:

_-RunPythonScript "Full path to py file inside double-quotes"

-Pascal