Geometry Visibility Filter

Hello,

I am wondering if there’s a way to turn on and off the visibility of objects in the model or layout spaces by geometry type? For example, if I only wanted to see curves, I can toggle off other geometry types to hide them from view. Perhaps something similar to the Selection Filter?

-Jeremy

1 Like

just in case you are looking for an actual solution in the mean time, something like that could be achieved with the specific selection commands like SelCrv, then use the dashed form of -Show and -Hide and name it c (for curve for instance) the same for SelPolysrf, SelSrf and SelPt and whatnot.

make a macro for these and put them into a command with a short cut and/or make a toolbar with all these collected.

also it helps when you keep curves and surfaces separated via layers so that you can show hide these in one go.

1 Like

Thanks Encephalon. I have learned to have geometry types as the layers. E.g., C, BN, S, SS, B, H; for curves, bounds, surfaces, solid surfaces, Blocks, and hatches. Then I can filter by these names, and turn all off… It’s a workaround solution.

-Jeremy