home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Monster Media 1994 #1
/
monster.zip
/
monster
/
ACAD
/
PURGECL.ZIP
/
XCLSAMP.XCL
< prev
Wrap
Text File
|
1994-02-01
|
3KB
|
109 lines
//
// XCLSAMP.XCL
//
// This is a sample exclusion file to preserve specific layers,
// linetypes, shapes, dimstyles, styles and blocks. The location
// of this file can be set by setting the PG_XPATH environment
// variable or by using the -xp= switch on the command line:
//
// Environment Variable:
// ---------------------
// c:> set PG_XPATH=C:\ACAD12\PURGECL\XCL\XCLSAMP.XCL or
// c:> set PG_XPATH=XCLSAMP.XCL (current directory)
//
// Command Line:
// -------------
// PURGECL -xp=C:\ACAD12\PURGECL\XCL\XCLSAMP.XCL ...
//
// Comments may be added on the beginning of any line by prefacing
// the comment by // (note that these are forward slashes).
//
// Before specifying the names of the table entry to exclude, a
// table type must be specified and prefixed by a colon (:). Any
// entry that hasn't had a table type previously set will be ignored
// and flagged on screen and in the logfile as such. The following
// table types are allowed (note that these are singular; no 's'
// on the end):
//
// LAYER
// LINETYPE
// STYLE
// DIMSTYLE
// SHAPE
// BLOCK
//
// Any entries that were binded from an xref must be entered with
// its full name. Consider layer IBEAMS binded from xref file
// STRUCT35.DWG. The layer entry must be STRUCT35$0$IBEAMS; not
// IBEAMS. The actual names can be determined by performing
// (for example) LAYERS ? inside AutoCAD.
//
// The order of entries is not important. Leading spaces or tabs
// may be used to enhance readability. The maximum entry length is
// 43 (xrefname + $ + number + $ + entryname = 8 + 1 + 1 + 1 + 32)
//
// Remember that the -bl, -la, -lt, -st, -sh, -ds switches can
// be used to preserve ALL entries...
//
// This is the first table type - if this wasn't here, the layers
// specified would be ignored. Let's not purge layers firstlayer and
// secondlayer:
:LAYER
firstlayer
secondlayer
// The entry for continuous is not required; PurgeCL won't purge the
// base settings (layer 0, linetype continuous, style standard,
// dimstyle unnamed) by default:
:LINETYPE
continuous
phantom2
// Assume all styles need to be purged; just leave the ':STYLES' header
// completely out. However, leaving it in won't hurt anything.
:STYLES
// Let's say that dimstyle STEELDIM was attached by binding xref STEEL14.DWG
// and that it is the third dimstyle starting from 0. The first entry won't
// do anything. The second is correct and will preserve the dimstyle:
:DIMSTYLE
steeldim
steel14$2$steeldim
// Shapes are specified by filename only; entering the name of the actual
// shape (CAP for example) is invalid. This applies to shape files loaded
// in the drawing by the LOAD command or from an xref attach. In either
// case, just specify the file path and name. The extension .shx must be
// supplied.
:SHAPE
c:\acad12\sample\es.shx
// Blocks follow the same rules as above
:BLOCK
stair_detail_7392
xref1$0$firstblock