Highlighting Selected Objects In 3D, Other Than Wireframe
I'm trying to get selected objects to highlight (glow), as shown in a Microvellum University video "Modifying Custom Products …". I happen to be in Xray view (shown below). I've played with the Bricscad settings: hightlight, highlighteffects & highlightcolors, with no luck. Being that Bricscad is the platform MV uses, I would presume this would be a BricsCAD solution, then again it may be a MV issue. Any help would be greatly appreciated.
Thank you.
0
Comments
-
it is possible to persistently highlight objects -
1. type (redraw(car(entsel)) 3) and select an entity
2. unhighlight by typing (redraw(car(entsel))4) , or use the REGEN command
For more objects use the lisp program at :0

