change block hatch / layer |
Command: "change block hatch / layer" You can change or swap the components (lines, polylines etc. and hatchings) of blocks already inserted in your drawing with regard to layer and hatching pattern. You can manage the configuration files using the command "Open config files" from the SYSCAD 20XX and Config toolbox. These configuration files are saved in the SYSCAD subdirectory CFG. Example: change layers and hatches
example: delete objects
description of the commands: #SOB -> search objects (LWPOLYLINIE, LINE, CIRCLE , ARC ...) #SLA -> search objects on a specific layer #SHA -> search hatches with a specific hatch pattern #SFN -> search objects with a specific color number #SLT -> search objects with a specific line type
#LAN -> new layer #HAN -> new hatch pattern #HSK -> new scale factor of the hatch pattern #HDW -> new angle of the hatch pattern #LOL -> delete objects from a specific layyer (command #LOL,1) #LIB -> new line width of the specific objects
You could swap with one definition file the layer name and the hatch layer also: example: #SOB,LWPOLYLINE #SLA,SYS_AL_CONT #LAN,AL_CONT #SOB,HATCH #SLA,SYS_AL_SOLID #HAN,ANSI32 #HSK,0.5 #HDW,0.0 #LAN,AL_HATCH
#SOB,LWPOLYLINE #SLA,AL_CONT #LAN,SYS_AL_CONT #SOB,HATCH #SLA,AL_HATCH #HAN,SOLID #LAN,SYS_AL_SOLID
|