setting cursor ON or OFF
how to set cursor ON or OFF?
0
Comments
-
In older versions of Bricscad you could (setvar "colorx" 256) (setvar "colory" 256) (setvar "colorz" 256) but they "fixed" this so that 256 is no longer accepted. This worked for a black background. I never tried it with other background colors.
In Autocad you could use vla-put-ModelCrosshairColor and vla-put-LayoutCrosshairColor, but these are not implemented in Bricscad.
There is no easy way to do this in V22 Bricscad that I have found.
0