TheSwamp

CAD Forums => CAD General => Topic started by: ELOQUINTET on February 04, 2004, 01:03:53 PM

Title: non printing layer creation
Post by: ELOQUINTET on February 04, 2004, 01:03:53 PM
how do i modify this button so the layer that is created is non plotting?
thanks


^C^C(command "-layer" "n" "VIEWPORT" "c" "WHITE" "VIEWPORT" ) ;setvar clayer "VIEWPORT";
Title: non printing layer creation
Post by: Dommy2Hotty on February 04, 2004, 01:09:47 PM
^C^C(command "-layer" "n" "VIEWPORT" "c" "WHITE" "VIEWPORT" "p" "n" "VIEWPORT" ) ;setvar clayer "VIEWPORT";