Files

6992 lines
211 KiB
Plaintext

// ACAD.MNU Version 13.0 for Release 13 Windows/NT
//
// Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1994
// by Autodesk, Inc.
//
// Permission to use, copy, modify, and distribute this software
// for any purpose and without fee is hereby granted, provided
// that the above copyright notice appears in all copies and
// that both that copyright notice and the limited warranty and
// restricted rights notice below appear in all supporting
// documentation.
//
// AUTODESK PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
// AUTODESK SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
// MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. AUTODESK, INC.
// DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
// UNINTERRUPTED OR ERROR FREE.
//
// Use, duplication, or disclosure by the U.S. Government is subject to
// restrictions set forth in FAR 52.227-19 (Commercial Computer
// Software - Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
// (Rights in Technical Data and Computer Software), as applicable.
//
// Input to menu compiler mc(.exe) for acad.mnu. See mc.doc.
//
// NOTE: AutoCAD looks for an ".mnl" (Menu Lisp) file whose name is
// the same as that of the menu file, and loads it if
// found. If you modify this menu and change its name, you
// should copy acad.mnl to <yourname>.mnl, since the menu
// relies on AutoLISP routines found there.
//
//
// Macro definition(s) to be expanded by mc(.exe):
//
//
// Default AutoCAD Release 13 NAMESPACE declaration:
//
***MENUGROUP=ACAD
//
// Begin AutoCAD Button Menus
//
***BUTTONS1
;
$p0=*
^C^C
^B
^O
^G
^D
^E
^T
***BUTTONS2
$p0=*
***AUX1
;
$p0=*
^C^C
^B
^O
^G
^D
^E
^T
***AUX2
$p0=*
//
// Begin AutoCAD Pull-down Menus
//
***POP0
[POPUP]
[ZOOM]'_rtzoom
[PAN]'_rtpan
[From]_from
[--]
[Endpoint]_endp
[Midpoint]_mid
[Intersection]_int
[Apparent Intersection]_appint
[Center]_center
[Quadrant]_qua
[Perpendicular]_per
[Tangent]_tan
[Node]_nod
[Insertion]_ins
[Nearest]_nea
[Quick,]_qui^Z
[--]
[None]_non
[--]
[Construction-Aid]^C^C$S=konsts $i= $i=konst $i=*
[Layer-Manager]^C^Cprg laym;laym
[DDEDIT]_ddedit
[DDMODIFY]_ddmodify
[DDCHANGE]_ddchprop
[Properties]_ddatte
[Distance]_dist
[List]_list
***POP1
ID_File [&File]
ID_New [&New...\tCtrl+N]^C^C_new
ID_Open [&Open...\tCtrl+O]^C^C_open
ID_Save [&Save\tCtrl+S]^C^C_qsave
ID_Saveas [Save &As...]^C^C_saveas
[--]
ID_Print [&Print...\tCtrl+P]^C^C_plot
[--]
ID_Import [&Import...]^C^C_import
ID_Export [&Export...]^C^C_export
ID_Ioopts [->Op&tions]
ID_Wmfopt [WMF Op&tions...]^C^C_wmfopts
ID_Psqual [PostScript &Quality]'_psquality
ID_Psdisp [PostScript &Display]'_psdrag
[--]
ID_Psprol [<-&PostScript Prolog]'_psprolog
[--]
ID_Mngt [->&Management]
ID_Unlock [&Unlock File...]^C^C_files
ID_Audit [&Audit]^C^C_audit
ID_Recov [<-&Recover...]^C^C_recover
[--]
ID_MRU [Drawing History]
[--]
ID_Exit [E&xit]^C^C_quit
***POP2
ID_Edit [&Edit]
ID_Undo [&Undo\tCtrl+Z]_u
ID_Redo [&Redo]^C^C_redo
[--]
ID_Cut [Cu&t\tCtrl+X]'_cutclip
ID_Copy [&Copy\tCtrl+C]'_copyclip
ID_Copylnk [Copy &View]^C^C_copylink
ID_Paste [&Paste\tCtrl+V]'_pasteclip
ID_Pastesp [Paste &Special...]_pastespec
[--]
ID_Ddmodi [P&roperties...]^C^C(ai_propchk)
[--]
ID_Links [&Links...]^C^C_olelinks
ID_Insobj [&Insert Object...]^C^C_insertobj
***POP3
ID_View [&View]
ID_Redraw [Redraw &View]'_redraw
ID_Redall [Redraw &All]'_redrawall
[--]
ID_TbZoom [->&Zoom]
ID_Zooin [&In]'_zoom;2x
ID_Zooout [&Out]'_zoom;.5x
[--]
ID_Zoowin [&Window]'_zoom;_w
ID_Zooall [&All]^C^C_zoom;_all
ID_Zoopre [&Previous]'_zoom;_p
ID_Zoosca [&Scale]'_zoom
ID_Zoodyn [&Dynamic]'_zoom;_d
ID_Zoocen [&Center]'_zoom;_c
ID_Zoolef [&Left]'_zoom;_l
ID_Zoolim [Li&mits]'_zoom ^P(getvar "limmin") (getvar "limmax") ^P
ID_Zooext [&Extents]^C^C_zoom;_e
ID_Zoovma [<-&Vmax]'_zoom;_vmax
ID_TbPan [->&Pan]
ID_Panpic [&Point]'_pan
[--]
ID_Panlef [&Left]'_pan ^P(trans (list (* 0.5 (getvar "viewsize")) 0) 0 1) ;^P
ID_Panrig [&Right]'_pan ^P(trans (list (* -0.5 (getvar "viewsize")) 0) 0 1) ;^P
ID_Panup [&Up]'_pan ^P(trans (list 0 (* -0.5 (getvar "viewsize"))) 0 1) ;^P
ID_Pandow [&Down]'_pan ^P(trans (list 0 (* 0.5 (getvar "viewsize"))) 0 1) ;^P
[--]
ID_Panupl [Up/L&eft]'_pan ^P(trans (list (* 0.5 (getvar "viewsize")) (* -0.6 (getvar "viewsize"))) 0 1) ;^P
ID_Panupr [Up/R&ight]'_pan ^P(trans (list (* -0.5 (getvar "viewsize")) (* -0.6 (getvar "viewsize"))) 0 1) ;^P
ID_Pandol [Down/Le&ft]'_pan ^P(trans (list (* 0.5 (getvar "viewsize")) (* 0.6 (getvar "viewsize"))) 0 1) ;^P
ID_Pandor [<-Down/Righ&t]'_pan ^P(trans (list (* -0.5 (getvar "viewsize")) (* 0.6 (getvar "viewsize"))) 0 1) ;^P
[--]
ID_Namview [&Named Views...]^C^C_ddview
ID_3DViewp [->$(if,$(and,$(eq,$(getvar,tilemode),0),$(eq,$(getvar,cvport),1)),~,)3D V&iewpoint Presets]
[->&Plan View]
ID_Plan [&Current]^C^C_plan ;
ID_Planw [&World]^C^C_plan _w;
ID_Planu [<-&Named]^C^C_plan _u
[--]
ID_Viewto [$(if,$(and,$(eq,$(getvar,tilemode),0),$(eq,$(getvar,cvport),1)),~,)&Top]^C^C_vpoint _non *0,0,1
ID_Viewbo [$(if,$(and,$(eq,$(getvar,tilemode),0),$(eq,$(getvar,cvport),1)),~,)&Bottom]^C^C_vpoint _non *0,0,-1
ID_Viewle [$(if,$(and,$(eq,$(getvar,tilemode),0),$(eq,$(getvar,cvport),1)),~,)&Left]^C^C_vpoint _non *-1,0,0
ID_Viewri [$(if,$(and,$(eq,$(getvar,tilemode),0),$(eq,$(getvar,cvport),1)),~,)&Right]^C^C_vpoint _non *1,0,0
ID_Viewfr [$(if,$(and,$(eq,$(getvar,tilemode),0),$(eq,$(getvar,cvport),1)),~,)&Front]^C^C_vpoint _non *0,-1,0
ID_Viewba [$(if,$(and,$(eq,$(getvar,tilemode),0),$(eq,$(getvar,cvport),1)),~,)Bac&k ]^C^C_vpoint _non *0,1,0
[--]
ID_Viewsw [$(if,$(and,$(eq,$(getvar,tilemode),0),$(eq,$(getvar,cvport),1)),~,)&SW Isometric]^C^C_vpoint _non *-1,-1,1
ID_Viewse [$(if,$(and,$(eq,$(getvar,tilemode),0),$(eq,$(getvar,cvport),1)),~,)S&E Isometric]^C^C_vpoint _non *1,-1,1
ID_Viewne [$(if,$(and,$(eq,$(getvar,tilemode),0),$(eq,$(getvar,cvport),1)),~,)&NE Isometric]^C^C_vpoint _non *1,1,1
ID_Viewnw [<-$(if,$(and,$(eq,$(getvar,tilemode),0),$(eq,$(getvar,cvport),1)),~,)N&W Isometric]^C^C_vpoint _non *-1,1,1
ID_3DVpt [->$(if,$(and,$(eq,$(getvar,tilemode),0),$(eq,$(getvar,cvport),1)),~,)3D Vi&ewpoint]
ID_3DVptr [&Rotate...]^C^C_ddvpoint
ID_3DVptt [&Tripod]^C^C_vpoint ;
ID_3DVptv [<-&Vector]^C^C_vpoint
ID_3DDv [$(if,$(and,$(eq,$(getvar,tilemode),0),$(eq,$(getvar,cvport),1)),~,)3D D&ynamic View]^C^C_dview
[--]
ID_Vietms [$(if,$(getvar,tilemode),!.)&Tiled Model Space]^C^C'_tilemode 1
ID_Viefms [$(if,$(and,$(eq,$(getvar,tilemode),0),$(!=,$(getvar,cvport),1)),!.)&Floating Model Space]^C^C^P(ai_fms) ^P
ID_Vieps [$(if,$(and,$(eq,$(getvar,tilemode),0),$(=,$(getvar,cvport),1)),!.)Paper &Space]^C^C_tilemode 0 _pspace
[--]
ID_TVp [->$(if,$(getvar,tilemode),,~)Tile&d Viewports]
ID_TVpl [&Layout...]^P(ai_tiledvp_chk T) ^P
[--]
ID_TVp1 [&1 Viewport]^C^C_vports _si
ID_TVp2 [&2 Viewports]^C^C_vports 2
ID_TVp3 [&3 Viewports]^C^C_vports 3
ID_TVp4 [&4 Viewports]^C^C_vports 4
[--]
ID_TVpr [&Restore]^C^C_vports _r
ID_TVpd [&Delete]^C^C_vports _d
ID_TVpj [&Join]^C^C_vports _j
[--]
ID_TVps [<-&Save]^C^C_vports _s
ID_FVp [->$(if,$(getvar,tilemode),~)Floatin&g Viewports]
ID_FVp1 [&1 Viewport]^C^C_mview
ID_FVp2 [&2 Viewports]^C^C_mview _2
ID_FVp3 [&3 Viewports]^C^C_mview _3
ID_FVp4 [&4 Viewports]^C^C_mview _4
[--]
ID_FVpr [&Restore]^C^C_mview _r
[--]
ID_FVpon [Viewports O&n]^C^C_mview _ON
ID_FVpoff [Viewports O&ff]^C^C_mview _OFF
ID_FVph [&Hideplot]^C^C_mview _h
[--]
ID_FVsetup [<-MV &Setup]^C^C_mvsetup
[--]
ID_Ucsp [Preset &UCS...]^C^C_dducsp
ID_Dducs [Named U&CS...]^C^C_dducs
ID_Ucsset [->&Set UCS]
ID_Ucsw [&World]^C^C_ucs _w
ID_Ucsori [Ori&gin]^C^C_ucs _o
ID_Ucszav [Z &Axis Vector]^C^C_ucs _zaxis
ID_Ucs3pt [&3 Point]^C^C_ucs _3
ID_Ucsobj [&Object]^C^C_ucs _ob
ID_Ucsvie [&View]^C^C_ucs _v
ID_Ucsxar [&X Axis Rotate]^C^C_ucs _x
ID_Ucsyar [&Y Axis Rotate]^C^C_ucs _y
ID_Ucszar [&Z Axis Rotate]^C^C_ucs _z
ID_Ucspre [&Previous]^C^C_ucs _p
[--]
ID_Ucsres [&Restore]^C^C_ucs _r
ID_Ucssav [&Save]^C^C_ucs _s
ID_Ucsdel [&Delete]^C^C_ucs _d
[--]
ID_Ucslis [<-&List]^C^C_ucs _?
***POP4
ID_Data [&Data]
ID_Objcre [&Object Creation...]'_ddemodes
[--]
ID_Layers [&Layers...]'_ddlmodes
ID_Vlc [->$(if,$(getvar,tilemode),~)&Viewport Layer Controls]
ID_Vlcf [&Freeze]^C^C_vplayer _f
ID_Vlct [&Thaw]^C^C_vplayer _t
[--]
ID_Vlcr [&Reset]^C^C_vplayer _r
ID_Vlcn [&New Freeze]^C^C_vplayer _n
ID_Vlcd [&Default Visibility]^C^C_vplayer _v
[--]
ID_Vlcl [<-&List]^C^C_vplayer _? \;
[--]
ID_Color [&Color]'_ddcolor
ID_Linety [Li&netype...]'_ddltype
ID_Mlstyle [&Multiline Style...]^C^C_mlstyle
ID_TexSty [&Text Style]'_style
ID_DimSty [&Dimension Style...]^C^C_ddim
ID_Shape [&Shape File...]^C^C_load
[--]
ID_Units [Un&its...]'_ddunits
ID_Limits [Dr&awing Limits]'_limits
ID_Time [Tim&e]^C^C_time
ID_Status [Stat&us]^C^C_status
[--]
ID_Rename [&Rename...]^C^C_ddrename
ID_Purge [->&Purge]
ID_Purla [&Layers]^C^C_purge _la
ID_Purlt [Li&netypes]^C^C_purge _lt
ID_Purmls [&Multiline Styles]^C^C_purge _m
ID_Purts [&Text Styles]^C^C_purge _st
ID_Purds [&Dimension Styles]^C^C_purge _d
ID_Purs [&Shapes]^C^C_purge _sh
ID_Purblk [&Blocks]^C^C_purge _b
[--]
ID_Purall [<-&All]^C^C_purge _a
***POP5
ID_Options [&Options]
ID_Dwgaids [&Drawing Aids...]'_ddrmodes
ID_Osndd [Running &Object Snap...]'_ddosnap
ID_Cordis [&Coordinate Display]^D
[--]
ID_Ddselec [&Selection...]'_ddselect
ID_Ddgrips [&Grips...]'_ddgrips
[--]
ID_Ucs [->&UCS]
ID_Ucsi [$(if,$(or,$(eq,$(getvar,ucsicon),1),$(eq,$(getvar,ucsicon),3)),!.)&Icon]$M=$(if,+
$(or,$(eq,$(getvar,ucsicon),1),$(eq,$(getvar,ucsicon),3)),^C^C_ucsicon _off,^C^C_ucsicon _on)
ID_Ucsor [$(if,$(or,$(eq,$(getvar,ucsicon),2),$(eq,$(getvar,ucsicon),3)),!.)Icon Ori&gin]$M=$(if,+
$(or,$(eq,$(getvar,ucsicon),2),$(eq,$(getvar,ucsicon),3)),^C^C_ucsicon _No,+
$(if,$(eq,$(getvar,ucsicon),1),^C^C_ucsicon _OR,^C^C_ucsicon _OR _ucsicon _on))
[--]
ID_Ucsf [<-$(if,$(getvar,ucsfollow),!.)&Follow]^P(ai_onoff "UCSFOLLOW") ^P
ID_Disopt [->&Display]
ID_Dosolf [$(if,$(getvar,fillmode),!.)S&olid Fill]^P(ai_onoff "FILLMODE") ^P
ID_Dosplfr [$(if,$(getvar,splframe),!.)Spl&ine Frame]^P(ai_onoff "SPLFRAME") ^P
ID_Doattds [->&Attribute Display]
ID_Doattdn [$(if,$(eq,$(getvar,attmode),1),!.)&Normal]^C^C_attdisp _n
ID_Doattdo [$(if,$(eq,$(getvar,attmode),2),!.)O&n]^C^C_attdisp _on
ID_Doattdf [<-$(if,$(eq,$(getvar,attmode),0),!.)O&ff]^C^C_attdisp _off
ID_Doddpt [&Point Style...]'_ddptype
[--]
ID_Doft [$(if,$(and,$(getvar,textfill),$(eq,$(getvar,qtextmode),0)),!.)&Filled Text]^C^C_qtext _off _textfill 1
ID_Doot [$(if,$(and,$(eq,$(getvar,textfill),0),$(eq,$(getvar,qtextmode),0)),!.)&Outline Text]^C^C_qtext _off _textfill 0
ID_Dotf [$(if,$(eq,$(getvar,qtextmode),1),!.)&Text Frame Only]^C^C_qtext _on
[--]
ID_Dotq [<-Text &Quality]^C^C_textqlty
ID_Lintyps [->Li&netypes]
ID_Ltsgls [&Global Linetype Scale]^C^C_ltscale
ID_Ltpss [$(if,$(getvar,psltscale),!.)&Paper Space Linetype Scale]^P(ai_onoff "PSLTSCALE") ^P
[--]
ID_Ltgen [<-$(if,$(getvar,plinegen),!.)&Linetype Generation]^P(ai_onoff "PLINEGEN") ^P
[--]
ID_Prefs [&Preferences...]^C^C_preferences
ID_Config [&Configure]^C^C_config
ID_Rconfi [&Render Configure...]^C^C_rconfig
ID_Tablet [->&Tablet]
ID_Tabon [$(if,$(getvar,tabmode),!.)O&n]^C^C_tablet _on
ID_Taboff [$(if,$(eq,$(getvar,tabmode),0),!.)O&ff]^C^C_tablet _off
[--]
ID_Tabcal [Ca&librate]^C^C_tablet _cal
ID_Tabcfg [<-&Configure]^C^C_tablet _cfg
[--]
ID_Savtim [&Auto Save Time]^C^C_savetime
ID_Sysvar [->S&ystem Variables]
ID_Sysvarl [&List]^C^C_setvar ? *
ID_Sysvars [<-&Set]^C^C_setvar
***POP6
ID_Tools [&Tools]
ID_Appld [A&pplications...]^C^C_appload
ID_Script [&Run Script...]^C^C_script
[--]
ID_Tpal [->&Toolbars]
ID_SSG-Steel-R650 [SSG-Steel-R&650]^C^C_toolbar;ACAD.TB_SSG-Steel-R650;_show
ID_SSG-Steel-R400 [SSG-Steel-R&400/R175]^C^C_toolbar;ACAD.TB_SSG-Steel-R400;_show
ID_SSG-Steel-ADD [SSG-Steel-A&DDITIONAL]^C^C_toolbar;ACAD.TB_SSG-Steel-ADD;_show
ID_SSG-Steel-Groups [SSG-Steel-&Groups]^C^C_toolbar;ACAD.TB_SSG-Steel-Groups;_show
ID_SSG-Aluminum [SSG-&Alu]^C^C_toolbar;ACAD.TB_SSG-Alu;_show
ID_SSG-Veyor [SSG-&Veyor]^C^C_toolbar;ACAD.TB_SSG-Veyor;_show
ID_SSG-HFS2100 [SSG-&HFS2100]^C^C_toolbar;ACAD.TB_SSG-HFS2100;_show
ID_SSG-Power_Free [SSG-&Power_Free]^C^C_toolbar;ACAD.TB_SSG-Power_Free;_show
ID_SSG-STR-DRT [SSG-Structure-&DRT]^C^C_toolbar;ACAD.TB_SSG-STR-DRT;_show
ID_SSG-STR-Profil [SSG-Structure-&Profil]^C^C_toolbar;ACAD.TB_SSG-STR-Profil;_show
ID_SSG-STR-Steel [SSG-Structure-&Steel]^C^C_toolbar;ACAD.TB_SSG-STR-Steel;_show
ID_SSG-STR-HFS [SSG-Structure for HFS2100]^C^C_toolbar;ACAD.TB_SSG-STR-HFS;_show
ID_SSG-STR-Power_Free [SSG-Structure for Power and &Free]^C^C_toolbar;ACAD.TB_SSG-STR-Power_Free;_show
[--]
ID_PanZoom [Dynamic&ZoomPan]^C^C_toolbar;ACAD.TB_TOOL_RTPANZM;_show
ID_TbCreate [Dra&w]^C^C_toolbar;ACAD.TB_DRAW;_show
ID_TbModify [&Modify]^C^C_toolbar;ACAD.TB_MODIFY;_show
ID_TbDims [&Dimensioning]^C^C_toolbar;ACAD.TB_DIMENSIONING;_show
ID_TbSolids [&Solids]^C^C_toolbar;ACAD.TB_SOLIDS;_show
ID_TbSurfac [Sur&faces]^C^C_toolbar;ACAD.TB_SURFACES;_show
ID_TbXref [E&xternal Reference]^C^C_toolbar;ACAD.TB_EXTERNAL_REFERENCE;_show
ID_TbAttrib [&Attribute]^C^C_toolbar;ACAD.TB_ATTRIBUTE;_show
ID_TbRender [R&ender]^C^C_toolbar;ACAD.TB_RENDER;_show
ID_TbExtdb [Ex&ternal Database]^C^C_toolbar;ACAD.TB_EXTERNAL_DATABASE;_show
ID_TbMisc [M&iscellaneous]^C^C_toolbar;ACAD.TB_MISCELLANEOUS;_show
[--]
ID_TbSelect [Select Ob&jects]^C^C_toolbar;ACAD.TB_SELECT_OBJECTS;_show
ID_TbOsnap [&Object Snap]^C^C_toolbar;ACAD.TB_OBJECT_SNAP;_show
ID_TbPoiFil [&Point Filters]^C^C_toolbar;ACAD.TB_POINT_FILTERS;_show
ID_TbUcs [&UCS]^C^C_toolbar;ACAD.TB_UCS;_show
ID_TbView [&View]^C^C_toolbar;ACAD.TB_VIEW;_show
[--]
ID_TbObjpro [Object P&roperties]^C^C_toolbar;ACAD.TB_OBJECT_PROPERTIES;_show
ID_Stdtbar [Standard Tool&bar]^C^C_toolbar;ACAD.STANDARD_TOOLBAR;_show
[--]
ID_TbClall [<-&Close All]^C^C_toolbar;ALL;_hide
ID_Aerial [&Aerial View]'_dsviewer
ID_TxtWin [Text &Window]'_textscr
[--]
ID_Slides [->Sli&de]
ID_Sldvie [&View...]^C^C_vslide
ID_Sldsav [<-&Save...]^C^C_mslide
ID_Images [->Ima&ge]
ID_Imgvie [&View...]^C^C_replay
ID_Imgsav [<-&Save...]^C^C_saveimg
[--]
ID_Spell [&Spelling...]^C^C_spell
ID_Cal [Calc&ulator]'_cal
[--]
ID_Cusmnu [Customize &Menus...]^C^C_menuload
ID_Custb [Customize Tool&bars...]^C^C_tbconfig
[--]
ID_Reinit [Reinitiali&ze...]^C^C_reinit
ID_Compile [Compi&le...]^C^C_compile
***POP7
ID_Help [&Help]
ID_Helpcts [&Contents...]'_help
ID_Helpsrc [&Search for Help on...]^P(help "" "" "help_partialkey") ^P
ID_Helphow [&How to Use Help...]^P(help "" "" "help_helponhelp") ^P
[--]
ID_Whatnew [&What's New in Release 13...]^P(playtbk "whatsnew") ^P
ID_Qtour [&Quick Tour...]^P(playtbk "quiktour") ^P
ID_Lrnacad [&Learning AutoCAD...]^P(help "tutorial.hlp") ^P
[--]
ID_About [&About AutoCAD...]^C^C_about
***POP8
[SSG-PARTS]
[->STEEL-RAIL...]
[Radius-650 Vol1...]^C^C$i=p10stahl1 $i=*
[Radius-650 Vol2...]^C^C$i=p10stahl5 $i=*
[Radius-400 and 175...]^C^C$i=p10stahl2 $i=*
[Door-Solutions/Small-Parts...]^C^C$i=p10stahl3 $i=*
[<-Special-Parts...]^C^C$i=p10sonder $I=*
[ST/STL(PROPOSAL)...]^C^C$i=p10stahl4 $I=*
[->G R O U P S...]
[**GR Switches...]^C^C(load (strcat lw "/acadsst/layout/l_bg_wb"));l_bg_wb
[**GR Crossing...]^C^C(load (strcat lw "/acadsst/layout/l_bg_wec"));l_bg_wec
[**BG KW+STB...]^C^C(load (strcat lw "/acadsst/layout/l_bg_kw"));l_bg_kw
[**BG W90+ST/Special...]^C^C(load (strcat lw "/acadsst/layout/l_bg_w90"));l_bg_w90
[**BG W45+ST/Special...]^C^C(load (strcat lw "/acadsst/layout/l_bg_w45"));l_bg_w45
[**BG DRW+ST/Special...]^C^C(load (strcat lw "/acadsst/layout/l_bg_drw"));l_bg_drw
[<-**BG STB 180 Degrees...]^C^C(load (strcat lw "/acadsst/layout/l_bg_2b"));l_bg_2b
[->ALU-RAIL...]
[AP - Radius 550]^C^C(load (strcat lw "/acadsst/alu/alu_k1"));alu_k1
[AP - Radius 400]^C^C(load (strcat lw "/acadsst/alu/alu_k2"));alu_k2
[AP - WB Distance 200]^C^C(load (strcat lw "/acadsst/alu/alu_k3"));alu_k3
[AP - WB Distance 180]^C^C(load (strcat lw "/acadsst/alu/alu_k4"));alu_k4
[AP - Curves]^C^C(load (strcat lw "/acadsst/alu/alu_k5"));alu_k5
[AP - SW/DSW/SW3 and Curves...]^C^C(load (strcat lw "/acadsst/alu/alu_k6"));alu_k6
[AP - P/M/E-Components...]^C^C$i=p10alu6 $i=*
[AP - AP(Proposal)+Adapter...]^C^C$i=p10alu7 $i=*
[--]
[APS - Radius 550]^C^C(load (strcat lw "/acadsst/alu/alu_k1A"));alu_k1A
[APS - Radius 400]^C^C(load (strcat lw "/acadsst/alu/alu_k2A"));alu_k2A
[APS - WB Distance 200]^C^C(load (strcat lw "/acadsst/alu/alu_k3A"));alu_k3A
[APS - WB Distance 180]^C^C(load (strcat lw "/acadsst/alu/alu_k4A"));alu_k4A
[APS - Curves]^C^C(load (strcat lw "/acadsst/alu/alu_k5A"));alu_k5A
[APS - SW/DSW/SW3 and Curves...]^C^C(load (strcat lw "/acadsst/alu/alu_k6A"));alu_k6A
[APS - P/M/E-Components...]^C^C$i=p10alu6A $i=*
[<-APS - AP(Proposal)+Adapter...]^C^C$i=p10alu7A $i=*
[->HFS 2100...]
[CARUSEL...]^C^C(load (strcat lw "/acadsst/hfs/rad_lisp"));rad_lisp
[RAILS...]^C^C(load (strcat lw "/acadsst/hfs/laufprof"));laufprof
[STEELBAND...]^C^C(load (strcat lw "/acadsst/hfs/st_band"));st_band
[DRIVE...]^C^C(load (strcat lw "/acadsst/hfs/motor"));motor
[WHEELS...]^C^C(load (strcat lw "/acadsst/hfs/rad"));rad
[SWITCHES...]^C^C(load (strcat lw "/acadsst/hfs/weiche"));weiche
[CONVEYOR...]^C^C$i=p8hfs3 $i=*
[SPECIAL MODULS...]^C^C$i=p8hfs4 $i=*
[LOADING/UNLOADING...]^C^C$i=p8hfs5 $i=*
[CONVEYOR FOR HANGER...]^C^C$i=p8hfs6 $i=*
[SCANNER FOR TROLLEY...]^C^C$i=p8hfs7 $i=*
[SCANNER FOR GMTS...]^C^C$i=p8hfs8 $i=*
[<-TROLLEY/ADD.EQUIPMENT...]^C^C$i=p8hfs9 $i=*
[->STRUCTURE...]
[COLUMN...]^C^C(load (strcat lw "/acadsst/hfs/hg_saul"));hg_saul
[HANGER...]^C^C(load (strcat lw "/acadsst/hfs/hg_abh"));hg_abh
[PROFIL FOR STRUCTURE...]^C^C(load (strcat lw "/acadsst/hfs/hg_prof"));hg_prof
[WHEEL-WHEEL STRUCTURE...]^C^C(load (strcat lw "/acadsst/hfs/hg_r_r"));hg_r_r
[<-WHEEL-STRAIGHT STRUCTURE...]^C^C(load (strcat lw "/acadsst/hfs/hg_r_g"));hg_r_g
[->PROCESS CONTROL]
[SENSOR/AKTOR]^C^C(load (strcat lw "/acadsst/steuerg/elektro"));elektro
[KLEMMKASTEN]^C^C(load (strcat lw "/acadsst/steuerg/klkasten"));klkasten
[<-CABEL CHANELL]^C^C(load (strcat lw "/acadsst/steuerg/pritsche"));pritsche
[->VEYOR]
[KF,TEF,PFE,SF...]^C^C$i=p10tef $i=*
[<-Friction-Wheelveyor...]^C^C$i=p10reibrad $i=*
[LOADING-BOOMS...]^C^C$i=p10verlade $i=*
[->DRT-STRUCTURE...]
[1" SL]^C^C(load (strcat lw "/acadsst/rohr/d_sl1zl"));d_sl1zl
[2" SL]^C^C(load (strcat lw "/acadsst/rohr/d_sl2zl"));d_sl2zl
[->Arms for 2" SL...]
[SL 1-arm (Proposal)]^C^C^P(setq ebene "d-3" eb_farbe "3" symname (strcat lw "/acadsst/rohr/" "d_sl1arm"));sympl_dr
[SL 2-arm (Proposal)]^C^C^P(setq ebene "d-3" eb_farbe "3" symname (strcat lw "/acadsst/rohr/" "d_sl2a18"));sympl_dr
[<-SL 3-arm (Proposal)]^C^C^P(setq ebene "d-3" eb_farbe "3" symname (strcat lw "/acadsst/rohr/" "d_sl3arm"));sympl_dr
[Hanger...]^C^C(load (strcat lw "/acadsst/rohr/d_abhang"));d_abhang
[Fix to Wall...]^C^C(load (strcat lw "/acadsst/rohr/d_wandel"));d_wandel
[Fix to Wall Special...]^C^C(load (strcat lw "/acadsst/rohr/d_kowi"));d_kowi
[DRT 80 (Proposal)]^C^C^P(command "_layer" "_m" "d-1" "_co" "1" "d-1" "_set" "d-1");;
[RT 80/80 (Proposal)]^C^C^P(command "_layer" "_m" "d-5" "_co" "5" "d-5" "_set" "d-5");;
[<-AR (Proposal)]^C^C^P(setq ebene "d-3" eb_farbe "3" symname (strcat lw "/acadsst/rohr/" "d_argese"));symplac
[PROFIL-STRUCTURE...]^C^C$i=p10profil $i=*
[STEEL-STRUCTURE...]^C^C$i=p10st_ger $i=*
[--]
[->RAILS...]
[ST/STL]^C^C(load (strcat lw "/acadsst/layout/schraub"));SCHRAUB
[AP/APG/APS]^C^C(load (strcat lw "/acadsst/alu/alu_prof"));ALU_PROF
[<-DRT/RT]^C^C(load (strcat lw "/acadsst/rohr/DRT_ROHR"));DRT_ROHR
[->TEXTIL...]
[->RS...]
[RS-912]^C^C$i=p10te_rs1 $i=*
[RS-960]^C^C$i=p10te_rs2 $i=*
[<-RS-1008]^C^C$i=p10te_rs3 $i=*
[->FLYER...]
[36-SPINDEL]^C^C$i=p10te_fl1 $i=*
[48-SPINDEL]^C^C$i=p10te_fl2 $i=*
[60-SPINDEL]^C^C$i=p10te_fl3 $i=*
[72-SPINDEL]^C^C$i=p10te_fl4 $i=*
[84-SPINDEL]^C^C$i=p10te_fl5 $i=*
[96-SPINDEL]^C^C$i=p10te_fl6 $i=*
[108-SPINDEL]^C^C$i=p10te_fl7 $i=*
[<-<-120-SPINDEL]^C^C$i=p10te_fl8 $i=*
[->LAGERMODULS...]
[COLOUMNS]^C^C(load (strcat lw "/acadsst/module/saeulen"));saeule
[<-WAREHOUSEBLOCKS]
[->WORKSTATIONS...]
[CUTTING]
[FIXIERUNG]
[EINRICHTEREI]
[VORFERTIGUNG]
[MONTAGE]
[ENDFERTIGUNG]
[PRESSING...]^C^C$i=p10bug $i=*
[<-CONTROL]
[->AUTOMATISIERUNG]
[->Schaltgeraete-Antriebe-Ausloeser Teil1]
[Elektrom-magn.Antriebe]^C^C$i=p4auto11 $i=*
[Schaltglieder-Oeffner]^C^C$i=p4auto12 $i=*
[Schaltglieder-Schliesser]^C^C$i=p4auto13 $i=*
[Schaltglieder-Wechsler]^C^C$i=p4auto14 $i=*
[Schaltglieder]^C^C$i=p4auto15 $i=*
[Schalter]^C^C$i=p4auto16 $i=*
[Sicherungen]^C^C$i=p4auto17 $i=*
[Steckverbinder]^C^C$i=p4auto18 $i=*
[Sonstige Schaltzeichen]^C^C$i=p4auto19 $i=*
[Initiatoren]^C^C$i=p4auto110 $i=*
[Umformer]^C^C$i=p4auto111 $i=*
[<-Gleichrichter]^C^C$i=p4auto112 $i=*
[->Schaltgeraete-Antriebe-Ausloeser Teil2]
[Hauptschuetze]^C^C$i=p4auto21 $i=*
[Steuerschuetze]^C^C$i=p4auto22 $i=*
[Drosseln]^C^C$i=p4auto23 $i=*
[Klemmen]^C^C$i=p4auto24 $i=*
[Leitungen]^C^C$i=p4auto25 $i=*
[Texte]^C^C$i=p4auto26 $i=*
[Motorschutzschalter]^C^C $i=p4auto27 $i=*
[Starkstromschaltglieder]^C^C$i=p4auto28 $i=*
[Schuetze]^C^C$i=p4auto29 $i=*
[<-Transformatoren]^C^C$i=p4auto210 $i=*
[->Maschinen]
[Drehstrom-Induktionsmaschinen]^C^C$i=p4auto31 $i=*
[<-Einphasen-Induktionsmaschinen]^C^C$i=p4auto32 $i=*
[->Messinstrumente/Messgeraete/Zaehler]
[Messwerke]^C^C$i=p4auto41 $i=*
[Zaehler]^C^C$i=p4auto42 $i=*
[<-Spannungs-Stromwandler]^C^C$i=p4auto43 $i=*
[->Installationsplaene]
[Einspeisungen]^C^C$i=p4auto51 $i=*
[<-Allgemeine Zeichen]^C^C$i=p4auto52 $i=*
[->Steuerleitungen]
[3x1]^C^C^P(command "_layer" "_m" "KABEL-3x1" "_co" "1" "KABEL-3x1" "_set" "KABEL-3x1");;
[4x1]^C^C^P(command "_layer" "_m" "KABEL-4x1" "_co" "2" "KABEL-4x1" "_set" "KABEL-4x1");;
[5x1]^C^C^P(command "_layer" "_m" "KABEL-5x1" "_co" "3" "KABEL-5x1" "_set" "KABEL-5x1");;
[7x1]^C^C^P(command "_layer" "_m" "KABEL-7x1" "_co" "4" "KABEL-7x1" "_set" "KABEL-7x1");;
[12x1]^C^C^P(command "_layer" "_m" "KABEL-12x1" "_co" "5" "KABEL-12x1" "_set" "KABEL-12x1");;
[18x1]^C^C^P(command "_layer" "_m" "KABEL-18x1" "_co" "6" "KABEL-18x1" "_set" "KABEL-18x1");;
[25x1]^C^C^P(command "_layer" "_m" "KABEL-25x1" "_co" "7" "KABEL-25x1" "_set" "KABEL-25x1");;
[4x1.5]^C^C^P(command "_layer" "_m" "KABEL-4x1_5" "_co" "7" "KABEL-4x1_5" "_set" "KABEL-4x1_5");;
[5x1.5]^C^C^P(command "_layer" "_m" "KABEL-5x1_5" "_co" "1" "KABEL-5x1_5" "_set" "KABEL-5x1_5");;
[12x1.5]^C^C^P(command "_layer" "_m" "KABEL-12x1_5" "_co" "2" "KABEL-12x1_5" "_set" "KABEL-12x1_5");;
[<-<-18x1.5]^C^C^P(command "_layer" "_m" "KABEL-18x1_5" "_co" "3" "KABEL-18x1_5" "_set" "KABEL-18x1_5");;
***POP9
[SSG-UTILITIES]
[Construction-Aid]$S=konsts $i= $i=konst $i=*
[->Layer-Manager ]
[...?...]^C^C^P(if (not laymanag)(load (strcat lw "/acadsst/menu/laymr13")));(laymanag 2 0);
[SET]^C^C^P(if (not laymanag)(load (strcat lw "/acadsst/menu/laymr13")));(laymanag 3 0);
[--]
[COPY GROUP]^C^C^P(if (not laymanag)(load (strcat lw "/acadsst/menu/laymr13")));(laymanag 4 0);
[MOVE GROUP]^C^C^P(if (not laymanag)(load (strcat lw "/acadsst/menu/laymr13")));(laymanag 5 0);
[MOVE ELEMENT]^C^C^P(if (not laymanag)(load (strcat lw "/acadsst/menu/laymr13")));(laymanag 6 0);
[MOVE ALL]^C^C^P(if (not laymanag)(load (strcat lw "/acadsst/menu/laymr13")));(laymanag 7 0);
[--]
[ON LAYER ]^C^C^P(if (not laymanag)(load (strcat lw "/acadsst/menu/laymr13")));(laymanag 8 0);
[OFF LAYER]^C^C^P(if (not laymanag)(load (strcat lw "/acadsst/menu/laymr13")));(laymanag 9 0);
[THAW LAYER]^C^C^P(if (not laymanag)(load (strcat lw "/acadsst/menu/laymr13")));(laymanag 10 0);
[--]
[FREEZE LAYER]^C^C^P(if (not laymanag)(load (strcat lw "/acadsst/menu/laymr13")));(laymanag 11 0);
[<-FREEZE ALL LAYER]^C^C^P(if (not laymanag)(load (strcat lw "/acadsst/menu/laymr13")));(laymanag 12 0);
[--]
[->SELECT COLOR]
[L 1 - RED]C^CLAYER SETZ (nth 1 v-lay);;
[L 2 - YELLOW]^C^CLAYER SETZ (nth 2 v-lay);;
[L 3 - GREEN]^C^CLAYER SETZ (nth 3 v-lay);;
[L 4 - CYAN]^C^CLAYER SETZ (nth 4 v-lay);;
[L 5 - BLUE]^C^CLAYER SETZ (nth 5 v-lay);;
[L 6 - MAGENTA]^C^CLAYER SETZ (nth 6 v-lay);;
[L 7 - WHITE]^C^CLAYER SETZ (nth 7 v-lay);;
[L 8 - GRAY]^C^CLAYER SETZ (nth 8 v-lay);;
[L 9 - RED-DASH ]^C^CLAYER SETZ (nth 9 v-lay);;
[<-L 10- BROWN-DOT]^C^CLAYER SETZ (nth 10 v-lay);;
[->LAYER-GROUPS]
[L-Group list]^C^C^P(if (not C:laymach)(load "dinlay"));^Playlist;
[L-Group make]^C^C^P(if (not C:laymach)(load "dinlay"));^Playmach;
[L-Group set]^C^C^P(if (not C:laymach)(load "dinlay"));^Playset;
[L-Group freeze]^C^C^P(if (not C:laymach)(load "dinlay"));^Playaus;
[L-Gruppe tauen]^C^C^P(if (not C:laymach)(load "dinlay"));^Playein;
[<-Move to L-Group]^C^C^P(if (not C:laymach)(load "dinlay"));^Playwe;
[->LAYER-EDIT]
[Layer-change (Type in)]^C^C^P(if (not c:o2la) (load "altlayer")) o2la
[Layer-set (Type in)]^C^CLAYER;M;\;;
[Layer-delete (Type in)]^C^C^P(if (not c:dellayA) (load "dellayer")) dellayA
[<-Global-Layer change]^C^C^P(load "g_lay_ch");
[->/BBLOCK]
[Block]^C^C_block
[Block with Properties]^C^C(load (strcat lw "/acadsst/menu/mbl"));mbl;
[XPLODE]^C^C^P(if (not c:xplode) (load "xplode"));XPLODE ^P
[WBLOCK ]^C^CWBLOCK;
[Automatically WBLOCK]^C^C(if (not c:wb) (load (strcat lw "/acadsst/zier3d/" "m3d_17")));wb;
[BLOCK scale back]^C^C(if (not c:zblock) (load (strcat lw "/acadsst/menu/" "zblock")));zblock;
[BLOCK-Manager]^C^Cprg;blkm;blkm
[BLOCK from 2D->3D ]^C^C(if (not c:redef) (load (strcat lw "/acadsst/zier3d/" "m3d_11")));redef;
[<-BLOCKS replace (swaplist.dta)]^C^C(if (not c:swap) (load (strcat lw "/acadsst/zier3d/" "m3d_10")));swap;
[--]
[->DECORATIONS...]
[Heads,Logos...]^C^C(load (strcat lw "/acadsst/koepfe/koepfe"));koepfe
[->SECTIONS...]
[Machines...]C^C$i=p10maschh $i=*
[Trolleys...]^C^C$i=p10betrh $i=*
[Mouse...]^C^C$i=p10maeuse $i=*
[<-Garments...]^C^C$i=p10klamh $i=*
[->2-D DECORATIONS...]
[Machines,Diverse...]^C^C$i=p10masch2d $i=*
[Trolleys...]^C^C$i=p10betr2d $i=*
[<-Mouse,Arrows...]^C^C$i=p10maus2d $i=*
[->ISO-DECORATIONS...]
[Machines...]^C^C$i=p10masch2_5d $i=*
[Trolleys...]^C^C$i=p10betr2_5d $i=*
[Garments...]^C^C$i=p10klam2_5d $i=*
[<-Mouse...]^C^C$i=p10maus2_5d $i=*
[->3-D DECORATIONS...]
[Machines...]^C^C$i=p10masch3d $i=*
[Trolleysl...]^C^C$i=p10betr3d $i=*
[HFS 2100...]^C^C$i=p8hfs3d $i=*
[Garments...]^C^C$i=p10klam3d $i=*
[<-<-Mouse...]^C^C$i=p10maus3d $i=*
[DIN-SHEETS...]^C^C^P(load (strcat lw "/acadsst/menu/dinform"));dinform;
[BUILDING GRIDS...]^C^C$I=RAUMPL $I=*
[->FURNITURE...]
[->TABLES...]
[RECTANGLE...]^C^C^P(load (strcat lw "/acadsst/zier2d/tisch_r"));tisch_r;
[TRAPEZ...]^C^C^P(load (strcat lw "/acadsst/zier2d/tisch_tr"));tisch_tr;
[CIRLE/HEXA...]^C^C^P(load (strcat lw "/acadsst/zier2d/tisch_el"));tisch_el;
[DROP...]^C^C^P(load (strcat lw "/acadsst/zier2d/tisch_o"));tisch_o;
[3/4 CIRCLE...]^C^C^P(load (strcat lw "/acadsst/zier2d/tisch34k"));tisch34k;
[<-OTHERS...]^C^C$I=TISCHE $I=*
[->CONNECTIONS...]
[WINKELPLATTEN...]^C^C$I=VERBIND1 $I=*
[TRAPEZPLATTEN...]^C^C$I=VERBIND2 $I=*
[HALBTRAPEZPLATTEN...]^C^C$I=VERBIND3 $I=*
[<-VERBINDUNGSPLATTEN...]^C^C$I=VERBIND4 $I=*
[->COUNTER...]
[TASCHENABLAGEN...]^C^C$I=THEKE1 $I=*
[<-THEKENAUFSAETZE...]^C^C$I=THEKE2 $I=*
[CONTAINER...]^C^C$I=CONTAINER $I=*
[->CABINETS...]
[FLUEGELTUERSCHRAENKE...]^C^C$I=SCHRANK1 $I=*
[SCHIEBETUERSCHRAENKE...]^C^C$I=SCHRANK2 $I=*
[QUERROLLADENSCHRAENKE...]^C^C$I=SCHRANK3 $I=*
[<-HAENGEREGISTRATURSCHRAENKE...]^C^C$I=SCHRANK4 $I=*
[->FILOS...]
[ANSATZTISCHE...]^C^C$I=FILOS1 $I=*
[CONTAINER MIT PLATTE...]^C^C$I=FILOS2 $I=*
[SCHRANK MIT PLATTE...]^C^C$I=FILOS3 $I=*
[<-VERKETTUNGSPLATTEN...]^C^C$I=FILOS4 $I=*
[<-EDV/CHAIRS/OTHERS...]^C^C$I=ANDERE $I=*
[PARTLIST-PROPOSAL]^C^C^P(if(not c:stueckl)(load "stueckl"));^Pstueckl;
[SHOW ATTRIBUTS]^C^Cddatte
[POSITION/PARTLIST]^C^C(load (strcat lw "/acadsst/menu/position"));position
[EXTRACT ATTRIBUTS]^C^Cddattext
//
// Begin AutoCAD ToolBars
//
***TOOLBARS
**STANDARD_TOOLBAR
ID_Stdtbar [_Toolbar("Standard Toolbar", _Top, _Show, 0, 38, 1)]
ID_New [_Button("New", ICON_16_NEW, ICON_32_NEW)]^C^C_new
ID_Open [_Button("Open", ICON_16_OPEN, ICON_32_OPEN)]^C^C_open
ID_Save [_Button("Save", ICON_16_SAVE, ICON_32_SAVE)]^C^C_qsave
[--]
ID_Print [_Button("Print", ICON_16_PRINT, ICON_32_PRINT)]^C^C_plot
ID_Spell [_Button("Spelling", ICON_16_SPELL, ICON_32_SPELL)]^C^C_spell
[--]
ID_Cut [_Button("Cut", ICON_16_CUT, ICON_32_CUT)]'_cutclip
ID_Copy [_Button("Copy", ICON_16_COPY, ICON_32_COPY)]'_copyclip
ID_Paste [_Button("Paste", ICON_16_PASTE, ICON_32_PASTE)]'_pasteclip
[--]
ID_Undo [_Button("Undo", ICON_16_UNDO, ICON_32_UNDO)]_u
ID_Redo [_Button("Redo", ICON_16_REDO, ICON_32_REDO)]^C^C_redo
[--]
ID_TbToolwi [_Flyout("Tool Windows", ICON_16_TOOLBA, ICON_32_TOOLBA, _OtherIcon, ACAD.TB_TOOL_WINDOWS)]
[--]
ID_TbSelect [_Flyout("Select Objects", ICON_16_SELECT, ICON_32_SELECT, _OtherIcon, ACAD.TB_SELECT_OBJECTS)]
ID_Group [_Button("Object Group", ICON_16_GROUP, ICON_32_GROUP)]^C^C_group
[--]
ID_TbOsnap [_Flyout("Object Snap", ICON_16_OSNAP, ICON_32_OSNAP, _OtherIcon, ACAD.TB_OBJECT_SNAP)]
ID_TbPoifil [_Flyout("Point Filters", ICON_16_PTFX, ICON_32_PTFX, _OtherIcon, ACAD.TB_POINT_FILTERS)]
[--]
ID_TbUcs [_Flyout("UCS", ICON_16_UCS, ICON_32_UCS, _OtherIcon, ACAD.TB_UCS)]
ID_TbView [_Flyout("View", ICON_16_DDVIEW, ICON_32_DDVIEW, _OtherIcon, ACAD.TB_VIEW)]
[--]
ID_TbRedraw [_Flyout("Redraw", ICON_16_REDRAW, ICON_32_REDRAW, _OtherIcon, ACAD.TB_REDRAW)]
ID_TbPan [_Flyout("Pan", ICON_16_PAN, ICON_32_PAN, _OtherIcon, ACAD.TB_PAN)]
[--]
ID_Zooin [_Button("Zoom In", ICON_16_ZOOIN, ICON_32_ZOOIN)]'_zoom;2x
ID_Zooout [_Button("Zoom Out", ICON_16_ZOOOUT, ICON_32_ZOOOUT)]'_zoom;.5x
ID_Zoowin [_Button("Zoom Window", ICON_16_ZOOWIN, ICON_32_ZOOWIN)]'_zoom;_w
ID_TbZoom [_Flyout("Zoom", ICON_16_ZOOM, ICON_32_ZOOM, _OtherIcon, ACAD.TB_ZOOM)]
[--]
ID_TbSpace [_Flyout("Space", ICON_16_VIETMS, ICON_32_VIETMS, _OtherIcon, ACAD.TB_SPACE)]
[--]
ID_Help [_Button("Help", ICON_16_HELP, ICON_32_HELP)]'_?
ID_RtPanZm [_Toolbar("Real-Time", _Floating, _Show, 75, 100, 1)]
ID_RtPan [_Button("Real-Time Pan", 1_RTPAN.BMP, 3_RTPAN.BMP)]'_rtpan
ID_RtZoom [_Button("Real-Time Zoom", 1_RTZOOM.BMP, 3_RTZOOM.BMP)]'_rtzoom
**TB_TOOL_RTPANZM
ID_RtPanZm [_Toolbar("Real-Time", _Floating, _Show, 75, 100, 1)]
ID_RtPan [_Button("Real-Time Pan", 1_RTPAN.BMP, 3_RTPAN.BMP)]'_rtpan
ID_RtZoom [_Button("Real-Time Zoom", 1_RTZOOM.BMP, 3_RTZOOM.BMP)]'_rtzoom
**TB_TOOL_WINDOWS
ID_TbToolwi [_Toolbar("Tool Windows", _Floating, _Hide, 2, 80, 5)]
ID_Aerial [_Button("Aerial View", ICON_16_AERIAL, ICON_32_AERIAL)]'_dsviewer
ID_TbDraw [_Button("Draw Toolbar", ICON_16_TOODRA, ICON_32_TOODRA)]^C^C_toolbar;ACAD.TB_DRAW;_show
ID_TbModify [_Button("Modify Toolbar", ICON_16_TOOMOD, ICON_32_TOOMOD)]^C^C_toolbar;ACAD.TB_MODIFY;_show
ID_TbDims [_Button("Dimensioning Toolbar", ICON_16_TOODIM, ICON_32_TOODIM)]^C^C_toolbar;ACAD.TB_DIMENSIONING;_show
ID_TbSolids [_Button("Solids Toolbar", ICON_16_TOOSOL, ICON_32_TOOSOL)]^C^C_toolbar;ACAD.TB_SOLIDS;_show
ID_TbSurfac [_Button("Surfaces Toolbar", ICON_16_TOOSUR, ICON_32_TOOSUR)]^C^C_toolbar;ACAD.TB_SURFACES;_show
ID_TbXref [_Button("External Reference Toolbar", ICON_16_TOOXRE, ICON_32_TOOXRE)]^C^C_toolbar;ACAD.TB_EXTERNAL_REFERENCE;_show
ID_TbAttrib [_Button("Attribute Toolbar", ICON_16_TOOATT, ICON_32_TOOATT)]^C^C_toolbar;ACAD.TB_ATTRIBUTE;_show
ID_TbRender [_Button("Render Toolbar", ICON_16_TOOREN, ICON_32_TOOREN)]^C^C_toolbar;ACAD.TB_RENDER;_show
ID_TbExtdb [_Button("External Database Toolbar", ICON_16_TOOASE, ICON_32_TOOASE)]^C^C_toolbar;ACAD.TB_EXTERNAL_DATABASE;_show
ID_TbObjpro [_Button("Object Properties Toolbar", ICON_16_TOOPRO, ICON_32_TOOPRO)]^C^C_toolbar;ACAD.TB_OBJECT_PROPERTIES;_show
ID_Stdtbar [_Button("Standard Toolbar", ICON_16_TOOSTA, ICON_32_TOOSTA)]^C^C_toolbar;ACAD.STANDARD_TOOLBAR;_show
**TB_SELECT_OBJECTS
ID_TbSelect [_Toolbar("Select Objects", _Floating, _Hide, 2, 80, 5)]
ID_Selwin [_Button("Select Window", ICON_16_SELWIN, ICON_32_SELWIN)]$M=$(if,$(getvar,cmdactive),,_select;)_w
ID_Selcro [_Button("Select Crossing", ICON_16_SELCRO, ICON_32_SELCRO)]$M=$(if,$(getvar,cmdactive),,_select;)_c
ID_Selgro [_Button("Select Group", ICON_16_SELGRO, ICON_32_SELGRO)]$M=$(if,$(getvar,cmdactive),,_select;)_g
ID_Selpre [_Button("Select Previous", ICON_16_SELPRE, ICON_32_SELPRE)]$M=$(if,$(getvar,cmdactive),,_select;)_p
ID_Sellas [_Button("Select Last", ICON_16_SELLAS, ICON_32_SELLAS)]$M=$(if,$(getvar,cmdactive),,_select;)_l
ID_Selall [_Button("Select All", ICON_16_SELALL, ICON_32_SELALL)]$M=$(if,$(getvar,cmdactive),,_select;)_ALL
ID_Selwp [_Button("Select Window Polygon", ICON_16_SELWP, ICON_32_SELWP)]$M=$(if,$(getvar,cmdactive),,_select;)_wp
ID_Selcp [_Button("Select Crossing Polygon", ICON_16_SELCP, ICON_32_SELCP)]$M=$(if,$(getvar,cmdactive),,_select;)_cp
ID_Selfen [_Button("Select Fence", ICON_16_SELFEN, ICON_32_SELFEN)]$M=$(if,$(getvar,cmdactive),,_select;)_f
ID_Seladd [_Button("Select Add", ICON_16_SELADD, ICON_32_SELADD)]$M=$(if,$(getvar,cmdactive),,_select;)_a
ID_Selrem [_Button("Select Remove", ICON_16_SELREM, ICON_32_SELREM)]$M=$(if,$(getvar,cmdactive),,_select;)_r
ID_Filter [_Button("Selection Filters", ICON_16_FILTER, ICON_32_FILTER)]'_filter
**TB_OBJECT_SNAP
ID_TbOsnap [_Toolbar("Object Snap", _Floating, _Hide, 100, 100, 1)]
ID_Osnfro [_Button("Snap From", ICON_16_OSNFRO, ICON_32_OSNFRO)]$M=$(if,$(getvar,cmdactive),,_osnap;)_from
ID_Osnend [_Button("Snap to Endpoint", ICON_16_OSNEND, ICON_32_OSNEND)]$M=$(if,$(getvar,cmdactive),,_osnap;)_endp
ID_Osnmid [_Button("Snap to Midpoint", ICON_16_OSNMID, ICON_32_OSNMID)]$M=$(if,$(getvar,cmdactive),,_osnap;)_mid
ID_Osnint [_Button("Snap to Intersection", ICON_16_OSNINT, ICON_32_OSNINT)]$M=$(if,$(getvar,cmdactive),,_osnap;)_int
ID_Osnapp [_Button("Snap to Apparent Intersection", ICON_16_OSNAPP, ICON_32_OSNAPP)]$M=$(if,+
$(getvar,cmdactive),,_osnap;)_appint
ID_Osncen [_Button("Snap to Center", ICON_16_OSNCEN, ICON_32_OSNCEN)]$M=$(if,$(getvar,cmdactive),,_osnap;)_cen
ID_Osnqua [_Button("Snap to Quadrant", ICON_16_OSNQUA, ICON_32_OSNQUA)]$M=$(if,$(getvar,cmdactive),,_osnap;)_qua
ID_Osnper [_Button("Snap to Perpendicular", ICON_16_OSNPER, ICON_32_OSNPER)]$M=$(if,$(getvar,cmdactive),,_osnap;)_per
ID_Osntan [_Button("Snap to Tangent", ICON_16_OSNTAN, ICON_32_OSNTAN)]$M=$(if,$(getvar,cmdactive),,_osnap;)_tan
ID_Osnnod [_Button("Snap to Node", ICON_16_OSNNOD, ICON_32_OSNNOD)]$M=$(if,$(getvar,cmdactive),,_osnap;)_nod
ID_Osnins [_Button("Snap to Insertion", ICON_16_OSNINS, ICON_32_OSNINS)]$M=$(if,$(getvar,cmdactive),,_osnap;)_ins
ID_Osnnea [_Button("Snap to Nearest", ICON_16_OSNNEA, ICON_32_OSNNEA)]$M=$(if,$(getvar,cmdactive),,_osnap;)_nea
ID_Osnqui [_Button("Snap to Quick", ICON_16_OSNQUI, ICON_32_OSNQUI)]$M=$(if,$(getvar,cmdactive),,_osnap;)_quick,^Z
ID_Osnnon [_Button("Snap to None", ICON_16_OSNNON, ICON_32_OSNNON)]$M=$(if,$(getvar,cmdactive),,_osnap;)_non
ID_Osndd [_Button("Running Object Snap", ICON_16_OSNAP, ICON_32_OSNAP)]'_ddosnap
ID_Cal [_Button("Calculator", ICON_16_CAL, ICON_32_CAL)]'_cal
**TB_POINT_FILTERS
ID_TbPoiFil [_Toolbar("Point Filters", _Floating, _Hide, 100, 150, 1)]
ID_Ptfx [_Button("_.X_", ICON_16_PTFX, ICON_32_PTFX)].x
ID_Ptfy [_Button("_.Y_", ICON_16_PTFY, ICON_32_PTFY)].y
ID_Ptfz [_Button("_.Z_", ICON_16_PTFZ, ICON_32_PTFZ)].z
ID_Ptfxy [_Button("_.XY_", ICON_16_PTFXY, ICON_32_PTFXY)].xy
ID_Ptfxz [_Button("_.XZ_", ICON_16_PTFXZ, ICON_32_PTFXZ)].xz
ID_Ptfyz [_Button("_.YZ_", ICON_16_PTFYZ, ICON_32_PTFYZ)].yz
**TB_UCS
ID_TbUcs [_Toolbar("UCS", _Floating, _Hide, 100, 150, 1)]
ID_Ucsp [_Button("Preset UCS", ICON_16_UCSP, ICON_32_UCSP)]^C^C_dducsp
ID_Dducs [_Button("Named UCS", ICON_16_DDUCS, ICON_32_DDUCS)]^C^C_dducs
ID_Ucsw [_Button("World UCS", ICON_16_UCSW, ICON_32_UCSW)]^C^C_ucs _w
ID_Ucsori [_Button("Origin UCS", ICON_16_UCSORI, ICON_32_UCSORI)]^C^C_ucs _o
ID_Ucszav [_Button("Z Axis Vector UCS", ICON_16_UCSZAV, ICON_32_UCSZAV)]^C^C_ucs _zaxis
ID_Ucs3pt [_Button("3 Point UCS", ICON_16_UCS3PT, ICON_32_UCS3PT)]^C^C_ucs _3
ID_Ucsobj [_Button("Object UCS", ICON_16_UCSOBJ, ICON_32_UCSOBJ)]^C^C_ucs _ob
ID_Ucsvie [_Button("View UCS", ICON_16_UCSVIE, ICON_32_UCSVIE)]^C^C_ucs _v
ID_Ucsxar [_Button("X Axis Rotate UCS", ICON_16_UCSXAR, ICON_32_UCSXAR)]^C^C_ucs _x
ID_Ucsyar [_Button("Y Axis Rotate UCS", ICON_16_UCSYAR, ICON_32_UCSYAR)]^C^C_ucs _y
ID_Ucszar [_Button("Z Axis Rotate UCS", ICON_16_UCSZAR, ICON_32_UCSZAR)]^C^C_ucs _z
ID_Ucspre [_Button("Previous UCS", ICON_16_UCSPRE, ICON_32_UCSPRE)]^C^C_ucs _p
ID_Ucsres [_Button("Restore UCS", ICON_16_UCSRES, ICON_32_UCSRES)]^C^C_ucs _r
ID_Ucssav [_Button("Save UCS", ICON_16_UCSSAV, ICON_32_UCSSAV)]^C^C_ucs _s
**TB_VIEW
ID_TbView [_Toolbar("View", _Floating, _Hide, 100, 150, 1)]
ID_Dview [_Button("Named Views", ICON_16_DDVIEW, ICON_32_DDVIEW)]^C^C_ddview
ID_Vietop [_Button("Top View", ICON_16_VIETOP, ICON_32_VIETOP)]^C^C_vpoint _non *0,0,1
ID_Viebot [_Button("Bottom View", ICON_16_VIEBOT, ICON_32_VIEBOT)]^C^C_vpoint _non *0,0,-1
ID_Vielef [_Button("Left View", ICON_16_VIELEF, ICON_32_VIELEF)]^C^C_vpoint _non *-1,0,0
ID_Vierig [_Button("Right View", ICON_16_VIERIG, ICON_32_VIERIG)]^C^C_vpoint _non *1,0,0
ID_Viefro [_Button("Front View", ICON_16_VIEFRO, ICON_32_VIEFRO)]^C^C_vpoint _non *0,-1,0
ID_Viebac [_Button("Back View", ICON_16_VIEBAC, ICON_32_VIEBAC)]^C^C_vpoint _non *0,1,0
ID_Vieswi [_Button("SW Isometric View", ICON_16_VIESWI, ICON_32_VIESWI)]^C^C_vpoint _non *-1,-1,1
ID_Viesei [_Button("SE Isometric View", ICON_16_VIESEI, ICON_32_VIESEI)]^C^C_vpoint _non *1,-1,1
ID_Vienei [_Button("NE Isometric View", ICON_16_VIENEI, ICON_32_VIENEI)]^C^C_vpoint _non *1,1,1
ID_Vienwi [_Button("NW Isometric View", ICON_16_VIENWI, ICON_32_VIENWI)]^C^C_vpoint _non *-1,1,1
**TB_REDRAW
ID_TbRedraw [_Toolbar("Redraw", _Floating, _Hide, 100, 150, 1)]
ID_Redraw [_Button("Redraw View", ICON_16_REDRAW, ICON_32_REDRAW)]'_redraw
ID_Redall [_Button("Redraw All", ICON_16_REDALL, ICON_32_REDALL)]'_redrawall
**TB_PAN
ID_TbPan [_Toolbar("Pan", _Floating, _Hide, 100, 150, 1)]
ID_Panpic [_Button("Pan Point", ICON_16_PAN, ICON_32_PAN)]'_pan
ID_Panlef [_Button("Pan Left", ICON_16_PANLEF, ICON_32_PANLEF)]'_pan ^P(trans (list (* 0.5 (getvar "viewsize")) 0) 0 1) ;^P
ID_Panrig [_Button("Pan Right", ICON_16_PANRIG, ICON_32_PANRIG)]'_pan ^P(trans (list (* -0.5 (getvar "viewsize")) 0) 0 1) ;^P
ID_Panup [_Button("Pan Up", ICON_16_PANUP, ICON_32_PANUP)]'_pan ^P(trans (list 0 (* -0.5 (getvar "viewsize"))) 0 1) ;^P
ID_Pandow [_Button("Pan Down", ICON_16_PANDOW, ICON_32_PANDOW)]'_pan ^P(trans (list 0 (* 0.5 (getvar "viewsize"))) 0 1) ;^P
ID_Panupl [_Button("Pan Up Left", ICON_16_PANUPL, ICON_32_PANUPL)]'_pan ^P(trans (list (* 0.5 (getvar "viewsize")) +
(* -0.6 (getvar "viewsize"))) 0 1) ;^P
ID_Panupr [_Button("Pan Up Right", ICON_16_PANUPR, ICON_32_PANUPR)]'_pan ^P(trans (list (* -0.5 (getvar "viewsize")) +
(* -0.6 (getvar "viewsize"))) 0 1) ;^P
ID_Pandol [_Button("Pan Down Left", ICON_16_PANDOL, ICON_32_PANDOL)]'_pan ^P(trans (list (* 0.5 (getvar "viewsize")) +
(* 0.6 (getvar "viewsize"))) 0 1) ;^P
ID_Pandor [_Button("Pan Down Right", ICON_16_PANDOR, ICON_32_PANDOR)]'_pan ^P(trans (list (* -0.5 (getvar "viewsize")) +
(* 0.6 (getvar "viewsize"))) 0 1) ;^P
**TB_ZOOM
ID_TbZoom [_Toolbar("Zoom", _Floating, _Hide, 100, 150, 1)]
ID_Zooall [_Button("Zoom All", ICON_16_ZOOALL, ICON_32_ZOOALL)]^C^C_zoom;_all
ID_Zoopre [_Button("Zoom Previous", ICON_16_ZOOPRE, ICON_32_ZOOPRE)]'_zoom;_p
ID_Zoosca [_Button("Zoom Scale", ICON_16_ZOOSCA, ICON_32_ZOOSCA)]'_zoom
ID_Zoodyn [_Button("Zoom Dynamic", ICON_16_ZOODYN, ICON_32_ZOODYN)]'_zoom;_d
ID_Zoocen [_Button("Zoom Center", ICON_16_ZOOCEN, ICON_32_ZOOCEN)]'_zoom;_c
ID_Zoolef [_Button("Zoom Left", ICON_16_ZOOLEF, ICON_32_ZOOLEF)]'_zoom;_l
ID_Zoolim [_Button("Zoom Limits", ICON_16_ZOOLIM, ICON_32_ZOOLIM)]'_zoom;^P(getvar "limmin") (getvar "limmax") ^P
ID_Zooext [_Button("Zoom Extents", ICON_16_ZOOEXT, ICON_32_ZOOEXT)]^C^C_zoom;_e
ID_Zoovma [_Button("Zoom Vmax", ICON_16_ZOOVMA, ICON_32_ZOOVMA)]'_zoom;_vmax
**TB_SPACE
ID_TbSpace [_Toolbar("Space", _Floating, _Hide, 2, 80, 5)]
ID_Vietms [_Button("Tiled Model Space", ICON_16_VIETMS, ICON_32_VIETMS)]^C^C_tilemode 1
ID_Viefms [_Button("Floating Model Space", ICON_16_VIEFMS, ICON_32_VIEFMS)]^C^C^P(ai_fms) ^P
ID_Vieps [_Button("Paper Space", ICON_16_VIEPS, ICON_32_VIEPS)]^C^C_tilemode 0 _pspace
**TB_OBJECT_PROPERTIES
ID_TbObjpro [_Toolbar("Object Properties", _Top, _Show, 0, 100, 1)]
ID_Layers [_Button("Layers", ICON_16_LAYERS, ICON_32_LAYERS)]'_ddlmodes
[--]
ID_Layer [_Control(_Layer)]
[--]
ID_Color [_Control(_Color)]
[--]
ID_Linety [_Button("Linetype", ICON_16_LINETY, ICON_32_LINETY)]'_ddltype
[--]
ID_LType [_Control(_Linetype)]
[--]
ID_Objcre [_Button("Object Creation", ICON_16_OBJCRE, ICON_32_OBJCRE)]'_ddemodes
ID_Mlstyle [_Button("Multiline Style", ICON_16_MSTYLE, ICON_32_MSTYLE)]^C^C_mlstyle
[--]
ID_Ddmodi [_Button("Properties", ICON_16_MODIFY, ICON_32_MODIFY)]^C^C(ai_propchk)
[--]
ID_TbInq [_Flyout("Inquiry", ICON_16_LIST, ICON_32_LIST, _OtherIcon, ACAD.TB_INQUIRY)]
**TB_INQUIRY
ID_TbInq [_Toolbar("Inquiry", _Floating, _Hide, 10, 340, 1)]
ID_List [_Button("List", ICON_16_LIST, ICON_32_LIST)]^C^C_list
ID_Id [_Button("Locate Point", ICON_16_ID, ICON_32_ID)]'_id
ID_Dist [_Button("Distance", ICON_16_DIST, ICON_32_DIST)]'_dist
ID_Area [_Button("Area", ICON_16_AREA, ICON_32_AREA)]^C^C_area
ID_Masspr [_Button("Mass Properties", ICON_16_MASSPR, ICON_32_MASSPR)]^C^C_massprop
**TB_DRAW
ID_TbDraw [_Toolbar("Draw", _Floating, _Show, 1, 101, 5)]
ID_TbLine [_Flyout("Line", ICON_16_LINE, ICON_32_LINE, _OtherIcon, ACAD.TB_LINE)]
ID_TbPline [_Flyout("Polyline", ICON_16_PLINE, ICON_32_PLINE, _OtherIcon, ACAD.TB_PLINE)]
ID_TbArc [_Flyout("Arc", ICON_16_ARC3PT, ICON_32_ARC3PT, _OtherIcon, ACAD.TB_ARC)]
ID_TbCir [_Flyout("Circle", ICON_16_CIRCLE, ICON_32_CIRCLE, _OtherIcon, ACAD.TB_CIRCLE)]
ID_TbEll [_Flyout("Ellipse", ICON_16_ELLIPS, ICON_32_ELLIPS, _OtherIcon, ACAD.TB_ELLIPSE)]
ID_TbPgon [_Flyout("Polygon", ICON_16_POLYGO, ICON_32_POLYGO, _OtherIcon, ACAD.TB_POLYGON)]
ID_TbPoint [_Flyout("Point", ICON_16_POINT, ICON_32_POINT, _OtherIcon, ACAD.TB_POINT)]
ID_TbBlock [_Flyout("Block", ICON_16_BLOCK, ICON_32_BLOCK, _OtherIcon, ACAD.TB_BLOCK)]
ID_TbHatch [_Flyout("Hatch", ICON_16_BHATCH, ICON_32_BHATCH, _OtherIcon, ACAD.TB_HATCH)]
ID_TbText [_Flyout("Text", ICON_16_MTEXT, ICON_32_MTEXT, _OtherIcon, ACAD.TB_TEXT)]
**TB_LINE
ID_TbLine [_Toolbar("Line", _Floating, _Hide, 10, 120, 1)]
ID_Line [_Button("Line", ICON_16_LINE, ICON_32_LINE)]^C^C_line
ID_Xline [_Button("Construction Line", ICON_16_XLINE, ICON_32_XLINE)]^C^C_xline
ID_Ray [_Button("Ray", ICON_16_RAY, ICON_32_RAY)]^C^C_ray
**TB_PLINE
ID_Tbpline [_Toolbar("Polyline", _Floating, _Hide, 10, 140, 1)]
ID_Pline [_Button("Polyline", ICON_16_PLINE, ICON_32_PLINE)]^C^C_pline
ID_Poly3d [_Button("3D Polyline", ICON_16_3DPOLY, ICON_32_3DPOLY)]^C^C_3dpoly
ID_Mline [_Button("Multiline", ICON_16_MLINE, ICON_32_MLINE)]^C^C_mline
ID_Spline [_Button("Spline", ICON_16_SPLINE, ICON_32_SPLINE)]^C^C_spline
**TB_ARC
ID_Tbarc [_Toolbar("Arc", _Floating, _Hide, 10, 160, 1)]
ID_Arc3pt [_Button("3 Points", ICON_16_ARC3PT, ICON_32_ARC3PT)]^C^C_arc
ID_Arcsce [_Button("Arc Start Center End", ICON_16_ARCSCE, ICON_32_ARCSCE)]^C^C_arc \_c
ID_Arcsca [_Button("Arc Start Center Angle", ICON_16_ARCSCA, ICON_32_ARCSCA)]^C^C_arc \_c \_a
ID_Arcscl [_Button("Arc Start Center Length", ICON_16_ARCSCL, ICON_32_ARCSCL)]^C^C_arc \_c \_l
ID_Arcsea [_Button("Arc Start End Angle", ICON_16_ARCSEA, ICON_32_ARCSEA)]^C^C_arc \_e \_a
ID_Arcsed [_Button("Arc Start End Direction", ICON_16_ARCSED, ICON_32_ARCSED)]^C^C_arc \_e \_d
ID_Arcser [_Button("Arc Start End Radius", ICON_16_ARCSER, ICON_32_ARCSER)]^C^C_arc \_e \_r
ID_Arccse [_Button("Arc Center Start End", ICON_16_ARCCSE, ICON_32_ARCCSE)]^C^C_arc _c
ID_Arccsa [_Button("Arc Center Start Angle", ICON_16_ARCCSA, ICON_32_ARCCSA)]^C^C_arc _c \\_a
ID_Arccsl [_Button("Arc Center Start Length", ICON_16_ARCCSL, ICON_32_ARCCSL)]^C^C_arc _c \\_l
ID_Arccon [_Button("Arc Continue", ICON_16_ARCCON, ICON_32_ARCCON)]^C^C_arc ;
**TB_CIRCLE
ID_Tbcir [_Toolbar("Circle", _Floating, _Hide, 10, 180, 1)]
ID_Cirrad [_Button("Circle Center Radius", ICON_16_CIRRAD, ICON_32_CIRRAD)]^C^C_circle
ID_Cirdia [_Button("Circle Center Diameter", ICON_16_CIRDIA, ICON_32_CIRDIA)]^C^C_circle \_d
ID_Cir2pt [_Button("Circle 2 Point", ICON_16_CIR2PT, ICON_32_CIR2PT)]^C^C_circle _2p
ID_Cir3pt [_Button("Circle 3 Point", ICON_16_CIR3PT, ICON_32_CIR3PT)]^C^C_circle _3p
ID_Cirttr [_Button("Circle Tan Tan Radius", ICON_16_CIRTTR, ICON_32_CIRTTR)]^C^C_circle _ttr
ID_Donut [_Button("Donut", ICON_16_DONUT, ICON_32_DONUT)]^C^C_donut
**TB_ELLIPSE
ID_Tbell [_Toolbar("Ellipse", _Floating, _Hide, 10, 200, 1)]
ID_Ellips [_Button("Ellipse Center", ICON_16_ELLCEN, ICON_32_ELLCEN)]^C^C_ellipse;_c
ID_Ellcir [_Button("Ellipse Axis End", ICON_16_ELLAE, ICON_32_ELLAE)]^C^C_ellipse
ID_Ellarc [_Button("Ellipse Arc", ICON_16_ELLARC, ICON_32_ELLARC)]^C^C_ellipse;_a
**TB_POLYGON
ID_Tbpgon [_Toolbar("Polygon", _Floating, _Hide, 10, 220, 1)]
ID_Rectan [_Button("Rectangle", ICON_16_RECTAN, ICON_32_RECTAN)]^C^Crectang
ID_Polygo [_Button("Polygon", ICON_16_POLYGO, ICON_32_POLYGO)]^C^C_polygon
ID_Solid [_Button("2D Solid", ICON_16_SOLID, ICON_32_SOLID)]^C^C_solid
ID_Region [_Button("Region", ICON_16_REGION, ICON_32_REGION)]^C^C_region
ID_Bpoly [_Button("Boundary", ICON_16_BPOLY, ICON_32_BPOLY)]^C^C_boundary
**TB_POINT
ID_TbPoint [_Toolbar("Point", _Floating, _Hide, 10, 210, 1)]
ID_Point [_Button("Point", ICON_16_POINT, ICON_32_POINT)]*^C^C_point
ID_Divide [_Button("Divide", ICON_16_DIVIDE, ICON_32_DIVIDE)]^C^C_divide
ID_Measure [_Button("Measure", ICON_16_MEASUR, ICON_32_MEASUR)]^C^C_measure
**TB_BLOCK
ID_TbBlock [_Toolbar("Block", _Floating, _Hide, 10, 280, 1)]
ID_Dinser [_Button("Insert Block", ICON_16_DINSER, ICON_32_DINSER)]^C^C_ddinsert
ID_Block [_Button("Block", ICON_16_BLOCK, ICON_32_BLOCK)]^C^C_block
**TB_HATCH
ID_Tbhatch [_Toolbar("Hatch", _Floating, _Hide, 10, 240, 1)]
ID_Bhatch [_Button("Hatch", ICON_16_BHATCH, ICON_32_BHATCH)]^C^C_bhatch
ID_Psfill [_Button("PostScript Fill", ICON_16_PSFILL, ICON_32_PSFILL)]^C^C_psfill
**TB_TEXT
ID_Tbtext [_Toolbar("Text", _Floating, _Hide, 10, 230, 1)]
ID_Mtext [_Button("Text", ICON_16_MTEXT, ICON_32_MTEXT)]^C^C_mtext
ID_Dtext [_Button("Dtext", ICON_16_DTEXT, ICON_32_DTEXT)]^C^C_dtext
ID_Text [_Button("Single-Line Text", ICON_16_TEXT, ICON_32_TEXT)]^C^C_text
**TB_MODIFY
ID_TbModify [_Toolbar("Modify", _Floating, _Show, 1, 245, 5)]
ID_Move [_Button("Move", ICON_16_MOVE, ICON_32_MOVE)]$M=$(if,$(eq,+
$(substr,$(getvar,cmdnames),1,4),grip),_move,^C^C_move)
ID_TbCopy [_Flyout("Copy", ICON_16_COPYOB, ICON_32_COPYOB, _OtherIcon, ACAD.TB_COPY)]
ID_TbRotate [_Flyout("Rotate", ICON_16_ROTATE, ICON_32_ROTATE, _OtherIcon, ACAD.TB_ROTATE)]
ID_TbResize [_Flyout("Resize", ICON_16_SCALE, ICON_32_SCALE, _OtherIcon, ACAD.TB_RESIZE)]
ID_TbTrim [_Flyout("Trim", ICON_16_TRIM, ICON_32_TRIM, _OtherIcon, ACAD.TB_TRIM)]
ID_TbBreak [_Flyout("Break", ICON_16_BRE1PT, ICON_32_BRE1PT, _OtherIcon, ACAD.TB_BREAK)]
ID_TbSpledi [_Flyout("Special Edit", ICON_16_SPEEDI, ICON_32_SPEEDI, _OtherIcon, ACAD.TB_SPECIAL_EDIT)]
ID_TbFeatur [_Flyout("Feature", ICON_16_CHAMFE, ICON_32_CHAMFE, _OtherIcon, ACAD.TB_FEATURE)]
ID_Explode [_Flyout("Explode", ICON_16_EXPLOD, ICON_32_EXPLOD, _OtherIcon, ACAD.TB_EXPLODE)]
ID_Erase [_Button("Erase", ICON_16_ERASE, ICON_32_ERASE)]^C^C_erase
**TB_COPY
ID_TbCopy [_Toolbar("Copy", _Floating, _Hide, 10, 280, 1)]
ID_Copyob [_Button("Copy Object", ICON_16_COPYOB, ICON_32_COPYOB)]$M=$(if,$(eq,+
$(substr,$(getvar,cmdnames),1,4),grip),_copy,^C^C_copy)
ID_Offset [_Button("Offset", ICON_16_OFFSET, ICON_32_OFFSET)]^C^C_offset
ID_Mirror [_Button("Mirror", ICON_16_MIRROR, ICON_32_MIRROR)]$M=$(if,$(eq,+
$(substr,$(getvar,cmdnames),1,4),grip),_mirror,^C^C_mirror)
ID_Mir3d [_Button("3D Mirror", ICON_16_MIR3D, ICON_32_MIR3D)]^C^C_mirror3d
ID_Arrrec [_Button("Rectangular Array", ICON_16_ARRREC, ICON_32_ARRREC)]$M=$(if,$(eq,+
$(substr,$(getvar,cmdnames),1,4),grip),^C^C_array;_r,^C^C_select;\_array;_p;;_r)
ID_Arrpol [_Button("Polar Array", ICON_16_ARRPOL, ICON_32_ARRPOL)]$M=$(if,$(eq,+
$(substr,$(getvar,cmdnames),1,4),grip),^C^C_array;_p,^C^C_select;\_array;_p;;_p)
ID_Arr3dr [_Button("3D Rectangular Array", ICON_16_ARR3D, ICON_32_ARR3D)]$M=$(if,$(eq,+
$(substr,$(getvar,cmdnames),1,4),grip),^C^C_3darray;_r,^C^C_select;\_3darray;_p;;_r)
ID_Arr3dp [_Button("3D Polar Array", ICON_16_ARR3DP, ICON_32_ARR3DP)]$M=$(if,$(eq,+
$(substr,$(getvar,cmdnames),1,4),grip),^C^C_3darray;_p,^C^C_select;\_3darray;_p;;_p)
**TB_ROTATE
ID_TbRotate [_Toolbar("Rotate", _Floating, _Hide, 10, 300, 1)]
ID_Rotate [_Button("Rotate", ICON_16_ROTATE, ICON_32_ROTATE)]$M=$(if,$(eq,+
$(substr,$(getvar,cmdnames),1,4),grip),_rotate,^C^C_rotate)
ID_Rot3d [_Button("3D Rotate", ICON_16_ROT3D, ICON_32_ROT3D)]^C^C_rotate3d
ID_Align [_Button("Align", ICON_16_ALIGN, ICON_32_ALIGN)]^C^C_align
**TB_RESIZE
ID_TbResize [_Toolbar("Resize", _Floating, _Hide, 10, 300, 1)]
ID_Stretch [_Button("Stretch", ICON_16_STRETC, ICON_32_STRETC)]^C^C_stretch
ID_Scale [_Button("Scale", ICON_16_SCALE, ICON_32_SCALE)]$M=$(if,$(eq,+
$(substr,$(getvar,cmdnames),1,4),grip),_scale,^C^C_scale)
ID_Length [_Button("Lengthen", ICON_16_LENGTH, ICON_32_LENGTH)]^C^C_lengthen
ID_Change [_Button("Point", ICON_16_CHANGE, ICON_32_CHANGE)]^C^C_change
**TB_TRIM
ID_TbTrim [_Toolbar("Trim", _Floating, _Hide, 10, 320, 1)]
ID_Trim [_Button("Trim", ICON_16_TRIM, ICON_32_TRIM)]^C^C_trim
ID_Extend [_Button("Extend", ICON_16_EXTEND, ICON_32_EXTEND)]^C^C_extend
**TB_BREAK
ID_TbBreak [_Toolbar("Break", _Floating, _Hide, 10, 320, 1)]
ID_Bre1pt [_Button("1 Point", ICON_16_BRE1PT, ICON_32_BRE1PT)]^C^C_break \@
ID_Bre1ps [_Button("1 Point Select", ICON_16_BRE1PS, ICON_32_BRE1PS)]^C^C_break \_f \@
ID_Bre2pt [_Button("2 Points", ICON_16_BRE2PT, ICON_32_BRE2PT)]^C^C_break
ID_Bre2ps [_Button("2 Points Select", ICON_16_BRE2PS, ICON_32_BRE2PS)]^C^C_break \_f
**TB_SPECIAL_EDIT
ID_TbSpledi [_Toolbar("Special Edit", _Floating, _Hide, 10, 320, 1)]
ID_Pedit [_Button("Edit Polyline", ICON_16_PEDIT, ICON_32_PEDIT)]^C^C_pedit
ID_Mledit [_Button("Edit Multiline", ICON_16_MLEDIT, ICON_32_MLEDIT)]^C^C_mledit
ID_Spledi [_Button("Edit Spline", ICON_16_SPLEDI, ICON_32_SPLEDI)]^C^C_splinedit
ID_TexEdi [_Button("Edit Text", ICON_16_TEXEDI, ICON_32_TEXEDI)]^C^C_ddedit
ID_Hatedi [_Button("Edit Hatch", ICON_16_HATEDI, ICON_32_HATEDI)]^C^C_hatchedit
**TB_FEATURE
ID_TbFeatur [_Toolbar("Feature", _Floating, _Hide, 10, 320, 1)]
ID_Chamfe [_Button("Chamfer", ICON_16_CHAMFE, ICON_32_CHAMFE)]^C^C_chamfer
ID_Fillet [_Button("Fillet", ICON_16_FILLET, ICON_32_FILLET)]^C^C_fillet
**TB_EXPLODE
ID_TbExplode [_Toolbar("Explode", _Floating, _Hide, 10, 320, 1)]
ID_Explode [_Button("Explode", ICON_16_EXPLOD, ICON_32_EXPLOD)]^C^C_explode
ID_Union [_Button("Union", ICON_16_UNION, ICON_32_UNION)]^C^C_union
ID_Subtra [_Button("Subtract", ICON_16_SUBTRA, ICON_32_SUBTRA)]^C^C_subtract
ID_Inters [_Button("Intersection", ICON_16_INTERS, ICON_32_INTERS)]^C^C_intersect
**TB_DIMENSIONING
ID_TbDims [_Toolbar("Dimensioning", _Floating, _Hide, 20, 380, 1)]
ID_DimLin [_Button("Linear Dimension", ICON_16_DIMLIN, ICON_32_DIMLIN)]^C^C_dimlinear
ID_DimAli [_Button("Aligned Dimension", ICON_16_DIMALI, ICON_32_DIMALI)]^C^C_dimaligned
ID_TbDimRad [_Flyout("Radial Dimension", ICON_16_DIMRAD, ICON_32_DIMRAD, _OtherIcon, ACAD.TB_DIMRADIAL)]
ID_DimAng [_Button("Angular Dimension", ICON_16_DIMANG, ICON_32_DIMANG)]^C^C_dimangular
ID_DimOrd [_Flyout("Ordinate Dimensions", ICON_16_DIMORD, ICON_32_DIMORD, _OtherIcon, ACAD.TB_DIMORDINATE)]
ID_DimBas [_Button("Baseline Dimension", ICON_16_DIMBAS, ICON_32_DIMBAS)]^C^C_dimbaseline
ID_DimCon [_Button("Continue Dimension", ICON_16_DIMCON, ICON_32_DIMCON)]^C^C_dimcontinue
ID_DimCen [_Button("Center Mark", ICON_16_DIMCEN, ICON_32_DIMCEN)]^C^C_dimcenter
ID_DimLea [_Button("Leader", ICON_16_DIMLEA, ICON_32_DIMLEA)]^C^C_leader
ID_DimTol [_Button("Tolerance", ICON_16_TOLERA, ICON_32_TOLERA)]^C^C_tolerance
ID_TbDimText [_Flyout("Align Dimension Text", ICON_16_DIMHOM, ICON_32_DIMHOM, _OtherIcon, ACAD.TB_DIMTEXT)]
ID_DimSty [_Flyout("Dimension Style", ICON_16_DIMSTY, ICON_32_DIMSTY, _OtherIcon, ACAD.TB_DIMSTYLE)]
**TB_DIMRADIAL
ID_TbDimRad [_Toolbar("Radial Dimension", _Floating, _Hide, 20, 380, 1)]
ID_DimRad [_Button("Radius Dimension", ICON_16_DIMRAD, ICON_32_DIMRAD)]^C^C_dimradius
ID_DimDia [_Button("Diameter Dimension", ICON_16_DIMDIA, ICON_32_DIMDIA)]^C^C_dimdiameter
**TB_DIMORDINATE
ID_TbDimOrd [_Toolbar("Ordinate", _Floating, _Hide, 20, 380, 1)]
ID_DimOrd [_Button("Automatic", ICON_16_DIMORD, ICON_32_DIMORD)]^C^C_dimordinate
ID_DimOrx [_Button("X-Datum", ICON_16_DIMORX, ICON_32_DIMORX)]^C^C_dimordinate \_x
ID_DimOry [_Button("Y-Datum", ICON_16_DIMORY, ICON_32_DIMORY)]^C^C_dimordinate \_y
**TB_DIMTEXT
ID_TbDimText [_Toolbar("Align Dimension Text", _Floating, _Hide, 20, 380, 1)]
ID_DimHom [_Button("Home", ICON_16_DIMHOM, ICON_32_DIMHOM)]^C^C_dimtedit \_h
ID_DimTro [_Button("Rotate", ICON_16_DIMTRO, ICON_32_DIMTRO)]^C^C_dimtedit \_a
ID_DimTle [_Button("Left", ICON_16_DIMTLE, ICON_32_DIMTLE)]^C^C_dimtedit \_l
ID_DimTce [_Button("Center", ICON_16_DIMTCE, ICON_32_DIMTCE)]^C^C^P_SELECT \(ai_dim_cen);^P
ID_DimTri [_Button("Right", ICON_16_DIMTRI, ICON_32_DIMTRI)]^C^C_dimtedit \_r
**TB_DIMSTYLE
ID_DimSty [_Toolbar("Dimension Style", _Floating, _Hide, 20, 380, 1)]
ID_DimSty [_Button("Dimension Styles", ICON_16_DIMSTY, ICON_32_DIMSTY)]^C^C_ddim
ID_DimObl [_Button("Oblique Dimensions", ICON_16_DIMOBL, ICON_32_DIMOBL)]^C^C_dimedit _o
**TB_SOLIDS
ID_TbSolids [_Toolbar("Solids", _Floating, _Hide, 20, 380, 1)]
ID_TbBox [_Flyout("Box", ICON_16_BOX, ICON_32_BOX, _OtherIcon, ACAD.TB_BOX)]
ID_Sphere [_Button("Sphere", ICON_16_SPHERE, ICON_32_SPHERE)]^C^C_sphere
ID_TbCylind [_Flyout("Cylinder", ICON_16_CYLIND, ICON_32_CYLIND, _OtherIcon, ACAD.TB_CYLINDER)]
ID_TbCone [_Flyout("Cone", ICON_16_CONE, ICON_32_CONE, _OtherIcon, ACAD.TB_CONE)]
ID_TbWedge [_Flyout("Wedge", ICON_16_WEDGE, ICON_32_WEDGE, _OtherIcon, ACAD.TB_WEDGE)]
ID_Torus [_Button("Torus", ICON_16_TORUS, ICON_32_TORUS)]^C^C_torus
ID_Extrud [_Button("Extrude", ICON_16_EXTRUD, ICON_32_EXTRUD)]^C^C_extrude
ID_Revolv [_Button("Revolve", ICON_16_REVOLV, ICON_32_REVOLV)]^C^C_revolve
ID_Slice [_Button("Slice", ICON_16_SLICE, ICON_32_SLICE)]^C^C_slice
ID_Sectio [_Button("Section", ICON_16_SECTIO, ICON_32_SECTIO)]^C^C_section
ID_Interf [_Button("Interfere", ICON_16_INTERF, ICON_32_INTERF)]^C^C_interfere
ID_Amecon [_Button("AME Convert", ICON_16_AMECON, ICON_32_AMECON)]^C^C_ameconvert
**TB_BOX
ID_TbBox [_Toolbar("Box", _Floating, _Hide, 20, 380, 1)]
ID_Boxcen [_Button("Center", ICON_16_BOXCEN, ICON_32_BOXCEN)]^C^C_box _ce
ID_Boxcor [_Button("Corner", ICON_16_BOXCOR, ICON_32_BOXCOR)]^C^C_box
**TB_CYLINDER
ID_TbCylind [_Toolbar("Cylinder", _Floating, _Hide, 20, 380, 1)]
ID_Cylell [_Button("Elliptical", ICON_16_CYLELL, ICON_32_CYLELL)]^C^C_cylinder _e
ID_Cylcen [_Button("Center", ICON_16_CYLCEN, ICON_32_CYLCEN)]^C^C_cylinder
**TB_CONE
ID_TbCone [_Toolbar("Cone", _Floating, _Hide, 20, 380, 1)]
ID_Conell [_Button("Elliptical", ICON_16_CONELL, ICON_32_CONELL)]^C^C_cone _e
ID_Concen [_Button("Center", ICON_16_CONCEN, ICON_32_CONCEN)]^C^C_cone
**TB_WEDGE
ID_TbWedge [_Toolbar("Wedge", _Floating, _Hide, 20, 380, 1)]
ID_Wedcen [_Button("Center", ICON_16_WEDCEN, ICON_32_WEDCEN)]^C^C_wedge _ce
ID_Wedcor [_Button("Corner", ICON_16_WEDCOR, ICON_32_WEDCOR)]^C^C_wedge
**TB_SURFACES
ID_TbSurfac [_Toolbar("Surfaces", _Floating, _Hide, 10, 340, 1)]
ID_SurBox [_Button("Box", ICON_16_SURBOX, ICON_32_SURBOX)]^C^Cai_box
ID_SurWed [_Button("Wedge", ICON_16_SURWED, ICON_32_SURWED)]^C^Cai_wedge
ID_SurPyr [_Button("Pyramid", ICON_16_SURPYR, ICON_32_SURPYR)]^C^Cai_pyramid
ID_SurCon [_Button("Cone", ICON_16_SURCON, ICON_32_SURCON)]^C^Cai_cone
ID_SurSph [_Button("Sphere", ICON_16_SURSPH, ICON_32_SURSPH)]^C^Cai_sphere
ID_SurDom [_Button("Dome", ICON_16_SURDOM, ICON_32_SURDOM)]^C^Cai_dome
ID_SurDis [_Button("Dish", ICON_16_SURDIS, ICON_32_SURDIS)]^C^Cai_dish
ID_SurTor [_Button("Torus", ICON_16_SURTOR, ICON_32_SURTOR)]^C^Cai_torus
ID_3dface [_Button("3D Face", ICON_16_3DFACE, ICON_32_3DFACE)]^C^C_3dface
ID_Edge [_Button("Edge", ICON_16_EDGE, ICON_32_EDGE)]^C^C_edge
ID_3dmesh [_Button("3D Mesh", ICON_16_3DMESH, ICON_32_3DMESH)]^C^C_3dmesh
ID_Revsur [_Button("Revolved Surface", ICON_16_REVSUR, ICON_32_REVSUR)]^C^C_revsurf
ID_Tabsur [_Button("Extruded Surface", ICON_16_TABSUR, ICON_32_TABSUR)]^C^C_tabsurf
ID_Rulesu [_Button("Ruled Surface", ICON_16_RULESU, ICON_32_RULESU)]^C^C_rulesurf
ID_Edgesu [_Button("Edge Surface", ICON_16_EDGESU, ICON_32_EDGESU)]^C^C_edgesurf
**TB_EXTERNAL_REFERENCE
ID_TbXref [_Toolbar("External Reference", _Floating, _Hide, 10, 340, 1)]
ID_XreAtt [_Button("Attach", ICON_16_XREATT, ICON_32_XREATT)]^C^C_xref _a
ID_XreOve [_Button("Overlay", ICON_16_XREOVE, ICON_32_XREOVE)]^C^C_xref _o
ID_XreRel [_Button("Reload", ICON_16_XREREL, ICON_32_XREREL)]^C^C_xref _r
ID_XreDet [_Button("Detach", ICON_16_XREDET, ICON_32_XREDET)]^C^C_xref _d
ID_XreCli [_Button("Clip", ICON_16_XRECLI, ICON_32_XRECLI)]^C^C_xrefclip
ID_XrePat [_Button("Path", ICON_16_XREPAT, ICON_32_XREPAT)]^C^C_xref _p
ID_TbBind [_Flyout("Bind", ICON_16_BIND, ICON_32_BIND, _OtherIcon, ACAD.TB_BIND)]
ID_XreLis [_Button("List", ICON_16_XRELIS, ICON_32_XRELIS)]^C^C_xref _?
**TB_BIND
ID_TbBind [_Toolbar("Bind", _Floating, _Hide, 10, 340, 1)]
ID_Bind [_Button("All", ICON_16_BIND, ICON_32_BIND)]^C^C_xref _b *
ID_BinBlo [_Button("Block", ICON_16_BINBLO, ICON_32_BINBLO)]^C^C_xbind _b
ID_BinLay [_Button("Layer", ICON_16_BINLAY, ICON_32_BINLAY)]^C^C_xbind _la
ID_BinLin [_Button("Linetype", ICON_16_BINLIN, ICON_32_BINLIN)]^C^C_xbind _lt
ID_BinTex [_Button("Text Style", ICON_16_BINTEX, ICON_32_BINTEX)]^C^C_xbind _s
ID_BinDim [_Button("Dimension Style", ICON_16_BINDIM, ICON_32_BINDIM)]^C^C_xbind _d
**TB_ATTRIBUTE
ID_TbAttrib [_Toolbar("Attribute", _Floating, _Hide, 10, 340, 1)]
ID_AttDef [_Button("Define Attribute", ICON_16_ATTDEF, ICON_32_ATTDEF)]^C^C_ddattdef
ID_AttRed [_Button("Redefine Attribute", ICON_16_ATTRED, ICON_32_ATTRED)]^C^C_attredef
ID_AttEdi [_Button("Edit Attribute", ICON_16_ATTEDI, ICON_32_ATTEDI)]^C^C_ddatte
ID_AttEdg [_Button("Edit Attribute Globally", ICON_16_ATTEDG, ICON_32_ATTEDG)]^C^C_attedit
**TB_RENDER
ID_TbRender [_Toolbar("Render", _Floating, _Hide, 10, 340, 1)]
ID_Hide [_Button("Hide", ICON_16_HIDE, ICON_32_HIDE)]^C^C_hide
ID_Shade [_Button("Shade", ICON_16_SHADE, ICON_32_SHADE)]^C^C_shade
ID_Render [_Button("Render", ICON_16_RENDER, ICON_32_RENDER)]^C^C_render
ID_Scene [_Button("Scenes", ICON_16_SCENE, ICON_32_SCENE)]^C^C_scene
ID_Light [_Button("Lights", ICON_16_LIGHT, ICON_32_LIGHT)]^C^C_light
ID_Rmat [_Button("Materials", ICON_16_RMAT, ICON_32_RMAT)]^C^C_rmat
ID_Matlib [_Button("Materials Library", ICON_16_MATLIB, ICON_32_MATLIB)]^C^C_matlib
ID_Rpref [_Button("Render Preferences", ICON_16_RPREF, ICON_32_RPREF)]^C^C_rpref
ID_Stats [_Button("Statistics", ICON_16_STATS, ICON_32_STATS)]^C^C_stats
**TB_EXTERNAL_DATABASE
ID_TbExtdb [_Toolbar("External Database", _Floating, _Hide, 10, 340, 1)]
ID_Aseadm [_Button("Administration", ICON_16_ASEADM, ICON_32_ASEADM)]^C^C_aseadmin
ID_Aserow [_Button("Rows", ICON_16_ASEROW, ICON_32_ASEROW)]^C^C_aserows
ID_Aselin [_Button("Links", ICON_16_ASELIN, ICON_32_ASELIN)]^C^C_aselinks
ID_Asesel [_Button("Select Objects", ICON_16_ASESEL, ICON_32_ASESEL)]^C^C_aseselect
ID_Aseexp [_Button("Export Links", ICON_16_ASEEXP, ICON_32_ASEEXP)]^C^C_aseexport
ID_Asesql [_Button("SQL Editor", ICON_16_ASESQL, ICON_32_ASESQL)]^C^C_asesqled
**TB_MISCELLANEOUS
ID_TbMisc [_Toolbar("Miscellaneous", _Floating, _Hide, 10, 340, 1)]
ID_3dmesh [_Button("Mesh", ICON_16_SURMES, ICON_32_SURMES)]^C^Cai_mesh
ID_Minser [_Button("Insert Multiple Blocks", ICON_16_MINSER, ICON_32_MINSER)]^C^C_minsert
ID_Oops [_Button("Oops!", ICON_16_OOPS2, ICON_32_OOPS2)]^C^C_oops
ID_Shape [_Button("Shape", ICON_16_SHAPE, ICON_32_SHAPE)]^C^C_shape
ID_Sketch [_Button("Sketch", ICON_16_SKETCH, ICON_32_SKETCH)]^C^C_sketch
ID_Trace [_Button("Trace", ICON_16_TRACE, ICON_32_TRACE)]^C^C_trace
**TB_SSG-Steel-R650
ID_SSG-Steel-R650 [_Toolbar("SSG-Steel-R650", _Floating, _Hide, 10, 340, 1)]
ID_W45650L4 [_Button("W R650/45-L-400",W45650L4.BMP,W4565QL4.BMP)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "w45650L4"));sympl_dr
ID_W45650R4 [_Button("W R650/45-R-400",W45650R4.BMP,W4565QR4.BMP)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "w45650R4"));sympl_dr
ID_W90650L8 [_Button("W R650/90-L-800",W90650L8.BMP,W9065QL8.BMP)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "w90650L8"));sympl_dr
ID_W90650R8 [_Button("W R650/90-R-800",W90650R8.BMP,W9065QR8.BMP)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "w90650R8"));sympl_dr
ID_S45650L4 [_Button("STB R650/45-L-400",S45650L4.BMP,S4565QL4.BMP)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "s45650L4"));sympl_dr
ID_S45650R4 [_Button("STB R650/45-R-400",S45650R4.BMP,S4565QR4.BMP)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "s45650R4"));sympl_dr
ID_S90650L8 [_Button("STB R650/90",S90650L8.BMP,S9065QL8.BMP)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "s90650L8"));sympl_dr
ID_DRW1600X [_Button("DRW R650/90/180-1600",DRW1600X.BMP,DRW160QX.BMP)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "drw1600x"));sympl_dr
ID_DW1600XX [_Button("DW R650/90/180-1600",DW1600XX.BMP,DW160QXX.BMP)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "dw1600xx"));sympl_dr
ID_DW800XXX [_Button("DW R400/45/90-800",DW800XXX.BMP,DW80QXXX.BMP)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "dw800xxx"));sympl_dr
ID_KW400XXX [_Button("KW 400(4)",KW400XXX.BMP,KW40QXXX.BMP)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "kw400xxx"));sympl_dr
ID_KW600XXX [_Button("KW 600(4)",KW600XXX.BMP,KW60QXXX.BMP)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "kw600xxx"));sympl_dr
ID_KW800_6X [_Button("KW 800(6)",KW800_6X.BMP,KW80Q_6X.BMP)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "kw800_6x"));sympl_dr
ID_KW800_8X [_Button("KW 800(8)",KW800_8X.BMP,KW80Q_8X.BMP)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "kw800_8x"));sympl_dr
ID_W45650L3 [_Button("W R650/45-L-350",W45650L3.BMP,W4565QL3.BMP)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "w45650L3"));sympl_dr
ID_W45650R3 [_Button("W R650/45-R-350",W45650R3.BMP,W4565QR3.BMP)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "w45650R3"));sympl_dr
ID_W90650L7 [_Button("W R650/90-L-700",W90650L7.BMP,W9065QL7.BMP)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "w90650L7"));sympl_dr
ID_W90650R7 [_Button("W R650/90-R-700",W90650R7.BMP,W9065QR7.BMP)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "w90650R7"));sympl_dr
ID_S45650L3 [_Button("STB R650/45-L-350",S45650L3.BMP,S4565QL3.BMP)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "s45650L3"));sympl_dr
ID_S45650R3 [_Button("STB R650/45-R-350",S45650R3.BMP,S4565QR3.BMP)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "s45650R3"));sympl_dr
ID_DRW1400X [_Button("DRW R650/90/180-1400",DRW1400X.BMP,DRW140QX.BMP)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "drw1400x"));sympl_dr
ID_DW1400XX [_Button("DW R650/90/180-1400",DW1400XX.BMP,DW140QXX.BMP)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "dw1400xx"));sympl_dr
ID_ST_PROP [_Button("OFFER:Switch Level for ST",STPROP.BMP,STPROPQ.BMP)]^C^C^P^P(command "layer" "_m" "l-2" "_co" "2" "l-2" "_set" "l-2");;
ID_STL_PROP [_Button("OFFER:Switch Level for STL",STLPROP.BMP,STLPROPQ.BMP)]^C^C^P^P(command "layer" "_m" "l-7" "_co" "7" "l-7" "_set" "l-7");;
**TB_SSG-Steel-R400
ID_SSG-Steel-R400 [_Toolbar("SSG-Steel-R400/R175", _Floating, _Hide, 10, 340, 1)]
ID_W90400L5 [_Button("W R400/90-L-500",W90400L5.BMP,W9040QL5.BMP)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "w45400L5"));sympl_dr
ID_W90400R5 [_Button("W R400/90-R-500",W90400R5.BMP,W9040QR5.BMP)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "w45400R5"));sympl_dr
ID_S90400L5 [_Button("STB R400/90-500",S90400L5.BMP,S9040QL5.BMP)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "s90400L5"));sympl_dr
ID_S45400L4 [_Button("STB R400/45-L-400",S45400L4.BMP,S4540QL4.BMP)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "s45400L4"));sympl_dr
ID_S45400R4 [_Button("STB R400/45-R-400",S45400R4.BMP,S4540QR4.BMP)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "s45400R4"));sympl_dr
ID_DRW500 [_Button("DRW R400/90/180-500",DRW500.BMP,DRW50Q.BMP)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "drw500"));sympl_dr
ID_W90175L4 [_Button("W R175/90-L-400",W90175L4.BMP,W9017QL4.BMP)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "w90175L4"));sympl_dr
ID_W90175R4 [_Button("W R175/90-R-400",W90175R4.BMP,W9017QR4.BMP)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "w90175R4"));sympl_dr
ID_W45175L4 [_Button("W R175/45-L-400",W45175L4.BMP,W4517QL4.BMP)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "w45175L4"));sympl_dr
ID_W45175R4 [_Button("W R175/45-R-400",W45175R4.BMP,W4517QR4.BMP)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "w45175R4"));sympl_dr
ID_S45175L4 [_Button("STB R175/45-L-400",S45175L4.BMP,S4517QL4.BMP)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "s45175L4"));sympl_dr
ID_S45175R4 [_Button("STB R175/45-R-400",S45175R4.BMP,S4517QR4.BMP)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "s45175R4"));sympl_dr
ID_S90175L4 [_Button("STB R175/90-400",S90175L4.BMP,S9017QL4.BMP)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "s90175L4"));sympl_dr
**TB_SSG-Steel-ADD
ID_SSG-Steel-ADD [_Toolbar("SSG-Steel-ADDITIONAL", _Floating, _Hide, 10, 340, 1)]
ID_SCH400L [_Button("Swing Rail LEFT",SCHW400L.BMP,SCHW40LQ.BMP)]^C^C^P(setq ebene "l-3" eb_farbe "3" symname (strcat lw "/acadsst/layout/" "SCH400L"));sympl_dr
ID_SCH400R [_Button("Swing Rail RIGHT",SCHW400R.BMP,SCHW40RQ.BMP)]^C^C^P(setq ebene "l-3" eb_farbe "3" symname (strcat lw "/acadsst/layout/" "SCH400R"));sympl_dr
ID_SCH1000 [_Button("Swing Rail 1000",SCHW1000.BMP,SCHW100Q.BMP)]^C^C^P(setq ebene "l-3" eb_farbe "3" symname (strcat lw "/acadsst/layout/" "SCH1000"));sympl_dr
ID_SCHIEBE [_Button("Sliding Rail",SCHIEBE.BMP,SCHIEBEQ.BMP)]^C^C^P(setq ebene "l-3" eb_farbe "3" symname (strcat lw "/acadsst/layout/" "SCHIEBE"));sympl_dr
ID_TELE1000 [_Button("Telescop Rail",TELE1000.BMP,TELE100Q.BMP)]^C^C^P(setq ebene "l-3" eb_farbe "3" symname (strcat lw "/acadsst/layout/" "TELE1000"));sympl_dr
ID_ENDP [_Button("End Plate",ENDP.BMP,ENDPQ.BMP)]^C^C^P(setq ebene "q-4" eb_farbe "4" symname (strcat lw "/acadsst/layout/" "ENDP"));sympl_dr
ID_SCHST [_Button("Stopper",SCHST.BMP,SCHSTQ.BMP)]^C^C^P(setq ebene "q-4" eb_farbe "4" symname (strcat lw "/acadsst/layout/" "SCHST"));sympl_dr
ID_VERBIND [_Button("Group Connection",VERBIND.BMP,VERBINDQ.BMP)]^C^C^P(setq ebene "q-4" eb_farbe "4" symname (strcat lw "/acadsst/layout/" "VERBIND"));sympl_dr
ID_DRK [_Button("Rail Connection",DRK.BMP,DRKQ.BMP)]^C^C^P(setq ebene "q-4" eb_farbe "4" symname (strcat lw "/acadsst/layout/" "DRK"));sympl_dr
ID_MUFFE [_Button("Muffe",MUFFE.BMP,MUFFEQ.BMP)]^C^C^P(setq ebene "q-4" eb_farbe "4" symname (strcat lw "/acadsst/layout/" "MUFFE"));sympl_dr
ID_RESERVE [_Button("Reserve",RESERVE.BMP,RESERVEQ.BMP)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "RESERVE"));sympl_dr
**TB_SSG-Steel-Groups
ID_SSG-Steel-Groups [_Toolbar("SSG-Steel-Groups", _Floating, _Hide, 10, 340, 1)]
ID_L_BG_WB [_Button("Switches 90",L_BG_WB.BMP,L_BG_WBQ.BMP)]^C^C(load (strcat lw "/acadsst/layout/l_bg_wb"));l_bg_wb
ID_L_BG_WEC [_Button("Switches(Curves) 45",L_BG_WEC.BMP,L_BG_WEQ.BMP)]^C^C(load (strcat lw "/acadsst/layout/l_bg_wec"));l_bg_wec
ID_L_BG_KW [_Button("Omniswitch+Curve(s)",L_BG_KW.BMP,L_BG_KWQ.BMP)]^C^C(load (strcat lw "/acadsst/layout/l_bg_kw"));l_bg_kw
ID_L_BG_W90 [_Button("Switch 90 + ST(s)",L_BG_W90.BMP,L_BG_W9Q.BMP)]^C^C(load (strcat lw "/acadsst/layout/l_bg_w90"));l_bg_w90
ID_L_BG_W45 [_Button("Switch 45 + ST(s)",L_BG_W45.BMP,L_BG_W4Q.BMP)]^C^C(load (strcat lw "/acadsst/layout/l_bg_w45"));l_bg_w45
ID_L_BG_DRW [_Button("DRW + ST(s)",L_BG_DRW.BMP,L_BG_DRQ.BMP)]^C^C(load (strcat lw "/acadsst/layout/l_bg_drw"));l_bg_drw
ID_L_BG_2B [_Button("Curve 180",L_BG_2B.BMP,L_BG_2BQ.BMP)]^C^C(load (strcat lw "/acadsst/layout/l_bg_2b"));l_bg_2b
ID_L_BG_ST [_Button("ST (rail)",L_BG_ST.BMP,L_BG_STQ.BMP)]^C^C(load (strcat lw "/acadsst/layout/schraub"));SCHRAUB
**TB_SSG-Alu
ID_1 [_Toolbar("SSG-Alu", _Floating, _Hide, 10, 340, 1)]
ID_ALU_K1 [_Button("ALU-Radius 550",ALU_K1.BMP,ALU_K1Q.BMP)]^C^C(load (strcat lw "/acadsst/alu/alu_k1"));alu_k1
ID_ALU_K2 [_Button("ALU-Radius 400/550",ALU_K2.BMP,ALU_K2Q.BMP)]^C^C(load (strcat lw "/acadsst/alu/alu_k2"));alu_k2
ID_ALU_K3 [_Button("ALU-WB Distance 200",ALU_K3.BMP,ALU_K3Q.BMP)]^C^C(load (strcat lw "/acadsst/alu/alu_k3"));alu_k3
ID_ALU_K4 [_Button("ALU-WB Distance 180",ALU_K4.BMP,ALU_K4Q.BMP)]^C^C(load (strcat lw "/acadsst/alu/alu_k4"));alu_k4
ID_ALU_K5 [_Button("AP-Curves",ALU_K5.BMP,ALU_K5Q.BMP)]^C^C(load (strcat lw "/acadsst/alu/alu_k5"));alu_k5
ID_ALU_K6 [_Button("AP-SW/DSW/SW3 and Curves...",ALU_K6.BMP,ALU_K6Q.BMP)]^C^C(load (strcat lw "/acadsst/alu/alu_k6"));alu_k6
ID_P10ALU6 [_Button("AP-P/M/E-Components...",P10ALU6.BMP,P10ALU6Q.BMP)]^C^C$i=p10alu6 $i=*
ID_P10ALU7 [_Button("OFFER: AP-Adapter...",P10ALU7.BMP,P10ALU7Q.BMP)]^C^C$i=p10alu7 $i=*
ID_ALU_AP [_Button("ALU-AP for manufacturing",ALU_AP.BMP,ALU_APQ.BMP)]^C^C(load (strcat lw "/acadsst/alu/alu_prof"));ALU_PROF
ID_ALU_K1A [_Button("APS-Radius 550",APS_K1.BMP,APS_K1Q.BMP)]^C^C(load (strcat lw "/acadsst/alu/alu_k1A"));alu_k1A
ID_ALU_K2A [_Button("APS-Radius 400/550",APS_K2.BMP,APS_K2Q.BMP)]^C^C(load (strcat lw "/acadsst/alu/alu_k2A"));alu_k2A
ID_ALU_K3A [_Button("APS-WB Distance 200",APS_K3.BMP,APS_K3Q.BMP)]^C^C(load (strcat lw "/acadsst/alu/alu_k3A"));alu_k3A
ID_ALU_K4A [_Button("APS-WB Distance 180",APS_K4.BMP,APS_K4Q.BMP)]^C^C(load (strcat lw "/acadsst/alu/alu_k4A"));alu_k4A
ID_ALU_K5A [_Button("APS-Curves",APS_K5.BMP,APS_K5Q.BMP)]^C^C(load (strcat lw "/acadsst/alu/alu_k5A"));alu_k5A
ID_ALU_K6A [_Button("APS-SW/DSW/SW3 and Curves...",APS_K6.BMP,APS_K6Q.BMP)]^C^C(load (strcat lw "/acadsst/alu/alu_k6A"));alu_k6A
ID_P10ALU6A[_Button("APS-P/M/E-Components...",P10APS6.BMP,P10APS6Q.BMP)]^C^C$i=p10alu6A $i=*
ID_P10ALU7A[_Button("OFFER: APS-Adapter...",P10APS7.BMP,P10APS7Q.BMP)]^C^C$i=p10alu7A $i=*
**TB_SSG-Veyor
ID_SSG-Veyor [_Toolbar("SSG-Veyor", _Floating, _Hide, 10, 340, 1)]
ID_P10TEF [_Button("KF,TEF,PFE,SF...",VEYOR.BMP,VEYORQ.BMP)]^C^C$i=p10tef $i=*
ID_P10REIB[_Button("Friction-Wheelveyor...",REIBRAD.BMP,REIBRADQ.BMP)]^C^C$i=p10reibrad $i=*
**TB_SSG-HFS2100
ID_SSG-HFS2100 [_Toolbar("SSG-HFS2100", _Floating, _Hide, 10, 340, 1)]
ID_HFS_CAROUSEL [_Button("Carousel", H_CARU1.BMP,H_CARU2.BMP)]^C^C(load (strcat lw "/acadsst/hfs/rad_lisp"));rad_lisp
ID_HFS_RAILS [_Button("Rails", H_RAIL1.BMP,H_RAIL2.BMP)]^C^C(load (strcat lw "/acadsst/hfs/laufprof"));laufprof
ID_HFS_STEELBAND[_Button("Steelband", H_STEEL1.BMP,H_STEEL2.BMP)]^C^C(load (strcat lw "/acadsst/hfs/st_band"));st_band
ID_HFS_WHEELS [_Button("Wheels", H_WHEEL1.BMP,H_WHEEL2.BMP)]^C^C(load (strcat lw "/acadsst/hfs/rad"));rad
ID_HFS_SWITCHES [_Button("Switches", H_SWITC1.BMP,H_SWITC2.BMP)]^C^C(load (strcat lw "/acadsst/hfs/weiche"));weiche
ID_HFS_CONVEYOR [_Button("Conveyor", H_CONV1.BMP, H_CONV2.BMP)]^C^C$i=p8hfs3 $i=*
ID_HFS_SPECIAL [_Button("Special Moduls", H_SPEZ1.BMP,H_SPEZ2.BMP)]^C^C$i=p8hfs4 $i=*
ID_HFS_LOAD [_Button("Load/Unload Moduls", H_LOAD1.BMP,H_LOAD2.BMP)]^C^C$i=p8hfs5 $i=*
ID_HFS_HANGER [_Button("Veyor for Hanger", H_VH1.BMP,H_VH2.BMP)]^C^C$i=p8hfs6 $i=*
ID_HFS_SC_BT [_Button("Scanner for carrier", H_SCCAR1.BMP,H_SCCAR2.BMP)]^C^C$i=p8hfs7 $i=*
ID_HFS_SC_GMTS [_Button("Scanner for garments",H_SCGMT1.BMP,H_SCGMT2.BMP)]^C^C$i=p8hfs8 $i=*
ID_HFS_ADDEQUI [_Button("Additional Equipment",H_ADDEQ1.BMP,H_ADDEQ2.BMP)]^C^C$i=p8hfs9 $i=*
ID_HFS_MODULE [_Button("Modules", H_MODUL.BMP,H_MODULQ.BMP)]^C^C(load (strcat lw "/acadsst/hfs/hfs_mod"));hfs_mod
**TB_SSG-Power_Free
ID_SSG-Power_Free [_Toolbar("SSG-Power & Free", _Floating, _Hide, 10, 340, 1)]
**TB_SSG-STR-DRT
ID_SSG-STR-DRT [_Toolbar("SSG-Structure DRT", _Floating, _Hide, 10, 340, 1)]
ID_D_1SL [_Button("1 inch column",D_1SL.BMP,D_1SLQ.BMP)]^C^C(load (strcat lw "/acadsst/rohr/d_sl1zl"));d_sl1zl
ID_D_2SL [_Button("2 inch column",D_2SL.BMP,D_2SLQ.BMP)]^C^C(load (strcat lw "/acadsst/rohr/d_sl2zl"));d_sl2zl
ID_D_1ARM [_Button("OFFER:1 arm for 2 inch column",D_1ARM.BMP,D_1ARMQ.BMP)]^C^C^P(setq ebene "d-3" eb_farbe "3" symname (strcat lw "/acadsst/rohr/" "d_sl1arm"));sympl_dr
ID_D_2ARM [_Button("OFFER:2 arm for 2 inch column",D_2ARM.BMP,D_2ARMQ.BMP)]^C^C^P(setq ebene "d-3" eb_farbe "3" symname (strcat lw "/acadsst/rohr/" "d_sl2a18"));sympl_dr
ID_D_3ARM [_Button("OFFER:2 arm for 2 inch column",D_3ARM.BMP,D_3ARMQ.BMP)]^C^C^P(setq ebene "d-3" eb_farbe "3" symname (strcat lw "/acadsst/rohr/" "d_sl3arm"));sympl_dr
ID_D_HANG [_Button("OFFER:2 arm for 2 inch column",D_HANG.BMP,D_HANGQ.BMP)]^C^C(load (strcat lw "/acadsst/rohr/d_abhang"));d_abhang
ID_D_FIXW [_Button("Fix to wall",D_FIXW.BMP,D_FIXWQ.BMP)]^C^C(load (strcat lw "/acadsst/rohr/d_wandel"));d_wandel
ID_D_FIXWS [_Button("Fix to wall SPECIAL",D_FIXWS.BMP,D_FIXWSQ.BMP)]^C^C(load (strcat lw "/acadsst/rohr/d_kowi"));d_kowi
ID_D_D-1 [_Button("OFFER:Switch layer to D-1",D_D-1.BMP,D_D-1Q.BMP)]^C^C^P(command "_layer" "_m" "d-1" "_co" "1" "d-1" "_set" "d-1");;
ID_D_D-5 [_Button("OFFER:Switch layer to D-5",D_D-5.BMP,D_D-5Q.BMP)]^C^C^P(command "_layer" "_m" "d-5" "_co" "5" "d-5" "_set" "d-5");;
ID_D_D-3 [_Button("OFFER:Switch layer to D-3",D_D-3.BMP,D_D-3Q.BMP)]^C^C^P(command "_layer" "_m" "d-3" "_co" "3" "d-3" "_set" "d-3");;
ID_D_DRT [_Button("DRT",D_DRT.BMP,D_DRTQ.BMP)]^C^C(load (strcat lw "/acadsst/rohr/DRT_ROHR"));DRT_ROHR
**TB_SSG-STR-Profil
ID_SSG-STR-Profil [_Toolbar("SSG-Structure PROFIL", _Floating, _Hide, 10, 340, 1)]
ID_P_LA1ET [_Button("OFFER: Profil 1st level",P_LA1ET.BMP,P_LA1ETQ.BMP)]^C^C^P(setq ebene "p-1" eb_farbe "1" symname (strcat lw "/acadsst/rohr/" "p_la1et"));sympl_dr
ID_P_LA2ET [_Button("OFFER: Profil 2nd level",P_LA2ET.BMP,P_LA2ETQ.BMP)]^C^C^P(setq ebene "p-3" eb_farbe "3" symname (strcat lw "/acadsst/rohr/" "p_la2et"));sympl_dr
ID_P_LA3ET [_Button("OFFER: Profil 3rd level",P_LA3ET.BMP,P_LA3ETQ.BMP)]^C^C^P(setq ebene "p-4" eb_farbe "4" symname (strcat lw "/acadsst/rohr/" "p_la3et"));sympl_dr
ID_P_TR1400 [_Button("OFFER: Stairs 1400",P_TR1400.BMP,P_TR140Q.BMP)]^C^C^P(setq ebene "p-5" eb_farbe "5" symname (strcat lw "/acadsst/rohr/" "p_tr1400"));sympl_dr
ID_P_TR800 [_Button("OFFER: Stairs 800",P_TR800.BMP,P_TR800Q.BMP)]^C^C^P(setq ebene "p-5" eb_farbe "5" symname (strcat lw "/acadsst/rohr/" "p_tr800"));sympl_dr
**TB_SSG-STR-Steel
ID_SSG-STR-Steel [_Toolbar("SSG-Structure STEEL", _Floating, _Hide, 10, 340, 1)]
**TB_SSG-STR-HFS
ID_SSG-STR-HFS [_Toolbar("SSG-Structure for HFS2100", _Floating, _Hide, 10, 340, 1)]
ID_S_HFS_COLUMN [_Button("Column",SH_COLU.BMP,SH_COLUQ.BMP)]^C^C(load (strcat lw "/acadsst/hfs/hg_saul"));hg_saul
ID_S_HFS_HANGER [_Button("Hanger",SH_HANG.BMP,SH_HANGQ.BMP)]^C^C(load (strcat lw "/acadsst/hfs/hg_abh"));hg_abh
ID_S_HFS_PROFIL [_Button("Profil",SH_PROF.BMP,SH_PROFQ.BMP)]^C^C(load (strcat lw "/acadsst/hfs/hg_prof"));hg_prof
ID_S_HFS_WWSTRU [_Button("Wheel-Wheel",SH_WWST.BMP,SH_WWSTQ.BMP)]^C^C(load (strcat lw "/acadsst/hfs/hg_r_r"));hg_r_r
ID_S_HFS_WSSTRU [_Button("Wheel-Straight",SH_WSST.BMP,SH_WSSTQ.BMP)]^C^C(load (strcat lw "/acadsst/hfs/hg_r_g"));hg_r_g
**TB_SSG-STR-Power_Free
ID_SSG-STR-Power_Free [_Toolbar("SSG-Structure for Power & Free", _Floating, _Hide, 10, 340, 1)]
//
// Begin AutoCAD Image Menus
//
// Ergaenzung A.Walz am 17.12.1996 in OSAKA
***image
**p4auto11
[ELEKTROMAGNETISCHE-MAGNETISCHE ANTRIEBE]
[auto1(Y19)]^C^C^P(setq ebene "Q-1" eb_farbe "1" symname (strcat lw "/acadsst/auto/" "y19"));sympl_dr
[auto1(Y27)]^C^C^P(setq ebene "Q-1" eb_farbe "1" symname (strcat lw "/acadsst/auto/" "y27"));sympl_dr
[auto1(Y28)]^C^C^P(setq ebene "Q-1" eb_farbe "1" symname (strcat lw "/acadsst/auto/" "y28"));sympl_dr
[auto1(Y36)]^C^C^P(setq ebene "Q-1" eb_farbe "1" symname (strcat lw "/acadsst/auto/" "y36"));sympl_dr
**p4auto12
[SCHALTGLIEDER-OEFFNER]
[auto1(I23)]^C^C^P(setq ebene "Q-2" eb_farbe "2" symname (strcat lw "/acadsst/auto/" "I23"));sympl_dr
[auto1(I24)]^C^C^P(setq ebene "Q-2" eb_farbe "2" symname (strcat lw "/acadsst/auto/" "I24"));sympl_dr
[auto1(I25)]^C^C^P(setq ebene "Q-2" eb_farbe "2" symname (strcat lw "/acadsst/auto/" "I25"));sympl_dr
[auto1(I26)]^C^C^P(setq ebene "Q-2" eb_farbe "2" symname (strcat lw "/acadsst/auto/" "I26"));sympl_dr
[auto1(I27)]^C^C^P(setq ebene "Q-2" eb_farbe "2" symname (strcat lw "/acadsst/auto/" "I27"));sympl_dr
[auto1(I28)]^C^C^P(setq ebene "Q-2" eb_farbe "2" symname (strcat lw "/acadsst/auto/" "I28"));sympl_dr
[auto1(I29)]^C^C^P(setq ebene "Q-2" eb_farbe "2" symname (strcat lw "/acadsst/auto/" "I29"));sympl_dr
[auto1(I30)]^C^C^P(setq ebene "Q-2" eb_farbe "2" symname (strcat lw "/acadsst/auto/" "I30"));sympl_dr
[auto1(I31)]^C^C^P(setq ebene "Q-2" eb_farbe "2" symname (strcat lw "/acadsst/auto/" "I31"));sympl_dr
[auto1(I32)]^C^C^P(setq ebene "Q-2" eb_farbe "2" symname (strcat lw "/acadsst/auto/" "I32"));sympl_dr
[auto1(I33)]^C^C^P(setq ebene "Q-2" eb_farbe "2" symname (strcat lw "/acadsst/auto/" "I33"));sympl_dr
[auto1(I34)]^C^C^P(setq ebene "Q-2" eb_farbe "2" symname (strcat lw "/acadsst/auto/" "I34"));sympl_dr
[auto1(I35)]^C^C^P(setq ebene "Q-2" eb_farbe "2" symname (strcat lw "/acadsst/auto/" "I35"));sympl_dr
[auto1(I36)]^C^C^P(setq ebene "Q-2" eb_farbe "2" symname (strcat lw "/acadsst/auto/" "I36"));sympl_dr
[auto1(I37)]^C^C^P(setq ebene "Q-2" eb_farbe "2" symname (strcat lw "/acadsst/auto/" "I37"));sympl_dr
[auto1(I38)]^C^C^P(setq ebene "Q-2" eb_farbe "2" symname (strcat lw "/acadsst/auto/" "I38"));sympl_dr
[auto1(I39)]^C^C^P(setq ebene "Q-2" eb_farbe "2" symname (strcat lw "/acadsst/auto/" "I39"));sympl_dr
[auto1(I40)]^C^C^P(setq ebene "Q-2" eb_farbe "2" symname (strcat lw "/acadsst/auto/" "I40"));sympl_dr
[auto1(I41)]^C^C^P(setq ebene "Q-2" eb_farbe "2" symname (strcat lw "/acadsst/auto/" "I41"));sympl_dr
**p4auto13
[SCHALTGLIEDER-SCHLIESSER]
[auto1(I01)]^C^C^P(setq ebene "Q-3" eb_farbe "3" symname (strcat lw "/acadsst/auto/" "I01"));sympl_dr
[auto1(I02)]^C^C^P(setq ebene "Q-3" eb_farbe "3" symname (strcat lw "/acadsst/auto/" "I02"));sympl_dr
[auto1(I04)]^C^C^P(setq ebene "Q-3" eb_farbe "3" symname (strcat lw "/acadsst/auto/" "I04"));sympl_dr
[auto1(I05)]^C^C^P(setq ebene "Q-3" eb_farbe "3" symname (strcat lw "/acadsst/auto/" "I05"));sympl_dr
[auto1(I06)]^C^C^P(setq ebene "Q-3" eb_farbe "3" symname (strcat lw "/acadsst/auto/" "I06"));sympl_dr
[auto1(I07)]^C^C^P(setq ebene "Q-3" eb_farbe "3" symname (strcat lw "/acadsst/auto/" "I07"));sympl_dr
[auto1(I08)]^C^C^P(setq ebene "Q-3" eb_farbe "3" symname (strcat lw "/acadsst/auto/" "I08"));sympl_dr
[auto1(I09)]^C^C^P(setq ebene "Q-3" eb_farbe "3" symname (strcat lw "/acadsst/auto/" "I09"));sympl_dr
[auto1(I10)]^C^C^P(setq ebene "Q-3" eb_farbe "3" symname (strcat lw "/acadsst/auto/" "I10"));sympl_dr
[auto1(I11)]^C^C^P(setq ebene "Q-3" eb_farbe "3" symname (strcat lw "/acadsst/auto/" "I11"));sympl_dr
[auto1(I12)]^C^C^P(setq ebene "Q-3" eb_farbe "3" symname (strcat lw "/acadsst/auto/" "I12"));sympl_dr
[auto1(I13)]^C^C^P(setq ebene "Q-3" eb_farbe "3" symname (strcat lw "/acadsst/auto/" "I13"));sympl_dr
[auto1(I14)]^C^C^P(setq ebene "Q-3" eb_farbe "3" symname (strcat lw "/acadsst/auto/" "I14"));sympl_dr
[auto1(I15)]^C^C^P(setq ebene "Q-3" eb_farbe "3" symname (strcat lw "/acadsst/auto/" "I15"));sympl_dr
[auto1(I16)]^C^C^P(setq ebene "Q-3" eb_farbe "3" symname (strcat lw "/acadsst/auto/" "I16"));sympl_dr
[auto1(I17)]^C^C^P(setq ebene "Q-3" eb_farbe "3" symname (strcat lw "/acadsst/auto/" "I17"));sympl_dr
[auto1(I18)]^C^C^P(setq ebene "Q-3" eb_farbe "3" symname (strcat lw "/acadsst/auto/" "I18"));sympl_dr
[auto1(I19)]^C^C^P(setq ebene "Q-3" eb_farbe "3" symname (strcat lw "/acadsst/auto/" "I19"));sympl_dr
[auto1(I21)]^C^C^P(setq ebene "Q-3" eb_farbe "3" symname (strcat lw "/acadsst/auto/" "I21"));sympl_dr
**p4auto14
[SCHALTGLIEDER-WECHSLER]
[auto1(I44)]^C^C^P(setq ebene "Q-4" eb_farbe "4" symname (strcat lw "/acadsst/auto/" "I44"));sympl_dr
[auto1(I46)]^C^C^P(setq ebene "Q-4" eb_farbe "4" symname (strcat lw "/acadsst/auto/" "I46"));sympl_dr
[auto1(I47)]^C^C^P(setq ebene "Q-4" eb_farbe "4" symname (strcat lw "/acadsst/auto/" "I47"));sympl_dr
[auto1(I44N)]^C^C^P(setq ebene "Q-4" eb_farbe "4" symname (strcat lw "/acadsst/auto/" "I44N"));sympl_dr
[auto1(I46N)]^C^C^P(setq ebene "Q-4" eb_farbe "4" symname (strcat lw "/acadsst/auto/" "I46N"));sympl_dr
[auto1(I47N)]^C^C^P(setq ebene "Q-4" eb_farbe "4" symname (strcat lw "/acadsst/auto/" "I47N"));sympl_dr
**p4auto15
[SCHALTGLIEDER]
[auto1(I51)]^C^C^P(setq ebene "Q-6" eb_farbe "6" symname (strcat lw "/acadsst/auto/" "I51"));sympl_dr
[auto1(I52)]^C^C^P(setq ebene "Q-6" eb_farbe "6" symname (strcat lw "/acadsst/auto/" "I52"));sympl_dr
[auto1(I53)]^C^C^P(setq ebene "Q-6" eb_farbe "6" symname (strcat lw "/acadsst/auto/" "I53"));sympl_dr
[auto1(I61)]^C^C^P(setq ebene "Q-6" eb_farbe "6" symname (strcat lw "/acadsst/auto/" "I61"));sympl_dr
[auto1(I51N)]^C^C^P(setq ebene "Q-6" eb_farbe "6" symname (strcat lw "/acadsst/auto/" "I51N"));sympl_dr
[auto1(I53N)]^C^C^P(setq ebene "Q-6" eb_farbe "6" symname (strcat lw "/acadsst/auto/" "I53N"));sympl_dr
[auto1(Y40)]^C^C^P(setq ebene "Q-6" eb_farbe "6" symname (strcat lw "/acadsst/auto/" "I40"));sympl_dr
[auto1(Y41)]^C^C^P(setq ebene "Q-6" eb_farbe "6" symname (strcat lw "/acadsst/auto/" "I41"));sympl_dr
[auto1(Y42)]^C^C^P(setq ebene "Q-6" eb_farbe "6" symname (strcat lw "/acadsst/auto/" "I42"));sympl_dr
**p4auto16
[SCHALTER]
[auto1(S01)]^C^C^P(setq ebene "Q-7" eb_farbe "7" symname (strcat lw "/acadsst/auto/" "S01"));sympl_dr
[auto1(S02)]^C^C^P(setq ebene "Q-7" eb_farbe "7" symname (strcat lw "/acadsst/auto/" "S02"));sympl_dr
[auto1(S03)]^C^C^P(setq ebene "Q-7" eb_farbe "7" symname (strcat lw "/acadsst/auto/" "S03"));sympl_dr
[auto1(S04)]^C^C^P(setq ebene "Q-7" eb_farbe "7" symname (strcat lw "/acadsst/auto/" "S04"));sympl_dr
[auto1(S05)]^C^C^P(setq ebene "Q-7" eb_farbe "7" symname (strcat lw "/acadsst/auto/" "S05"));sympl_dr
[auto1(S06)]^C^C^P(setq ebene "Q-7" eb_farbe "7" symname (strcat lw "/acadsst/auto/" "S06"));sympl_dr
[auto1(S07)]^C^C^P(setq ebene "Q-7" eb_farbe "7" symname (strcat lw "/acadsst/auto/" "S07"));sympl_dr
[auto1(S08)]^C^C^P(setq ebene "Q-7" eb_farbe "7" symname (strcat lw "/acadsst/auto/" "S08"));sympl_dr
[auto1(S09)]^C^C^P(setq ebene "Q-7" eb_farbe "7" symname (strcat lw "/acadsst/auto/" "S09"));sympl_dr
[auto1(S10)]^C^C^P(setq ebene "Q-7" eb_farbe "7" symname (strcat lw "/acadsst/auto/" "S10"));sympl_dr
[auto1(S11)]^C^C^P(setq ebene "Q-7" eb_farbe "7" symname (strcat lw "/acadsst/auto/" "S11"));sympl_dr
[auto1(S12)]^C^C^P(setq ebene "Q-7" eb_farbe "7" symname (strcat lw "/acadsst/auto/" "S12"));sympl_dr
[auto1(S13)]^C^C^P(setq ebene "Q-7" eb_farbe "7" symname (strcat lw "/acadsst/auto/" "S13"));sympl_dr
[auto1(S14)]^C^C^P(setq ebene "Q-7" eb_farbe "7" symname (strcat lw "/acadsst/auto/" "S14"));sympl_dr
[auto1(S15)]^C^C^P(setq ebene "Q-7" eb_farbe "7" symname (strcat lw "/acadsst/auto/" "S15"));sympl_dr
[auto1(S16)]^C^C^P(setq ebene "Q-7" eb_farbe "7" symname (strcat lw "/acadsst/auto/" "S16"));sympl_dr
[auto1(S17)]^C^C^P(setq ebene "Q-7" eb_farbe "7" symname (strcat lw "/acadsst/auto/" "S17"));sympl_dr
[auto1(S18)]^C^C^P(setq ebene "Q-7" eb_farbe "7" symname (strcat lw "/acadsst/auto/" "S18"));sympl_dr
[auto1(S19)]^C^C^P(setq ebene "Q-7" eb_farbe "7" symname (strcat lw "/acadsst/auto/" "S19"));sympl_dr
[auto1(S20)]^C^C^P(setq ebene "Q-7" eb_farbe "7" symname (strcat lw "/acadsst/auto/" "S20"));sympl_dr
[auto1(S01N)]^C^C^P(setq ebene "Q-7" eb_farbe "7" symname (strcat lw "/acadsst/auto/" "S01N"));sympl_dr
[auto1(S02N)]^C^C^P(setq ebene "Q-7" eb_farbe "7" symname (strcat lw "/acadsst/auto/" "S02N"));sympl_dr
[auto1(S03N)]^C^C^P(setq ebene "Q-7" eb_farbe "7" symname (strcat lw "/acadsst/auto/" "S03N"));sympl_dr
[auto1(S04N)]^C^C^P(setq ebene "Q-7" eb_farbe "7" symname (strcat lw "/acadsst/auto/" "S04N"));sympl_dr
[auto1(S05N)]^C^C^P(setq ebene "Q-7" eb_farbe "7" symname (strcat lw "/acadsst/auto/" "S05N"));sympl_dr
[auto1(S06N)]^C^C^P(setq ebene "Q-7" eb_farbe "7" symname (strcat lw "/acadsst/auto/" "S06N"));sympl_dr
[auto1(S07N)]^C^C^P(setq ebene "Q-7" eb_farbe "7" symname (strcat lw "/acadsst/auto/" "S07N"));sympl_dr
[auto1(S09N)]^C^C^P(setq ebene "Q-7" eb_farbe "7" symname (strcat lw "/acadsst/auto/" "S09N"));sympl_dr
[auto1(S10N)]^C^C^P(setq ebene "Q-7" eb_farbe "7" symname (strcat lw "/acadsst/auto/" "S10N"));sympl_dr
[auto1(S11N)]^C^C^P(setq ebene "Q-7" eb_farbe "7" symname (strcat lw "/acadsst/auto/" "S11N"));sympl_dr
[auto1(S12N)]^C^C^P(setq ebene "Q-7" eb_farbe "7" symname (strcat lw "/acadsst/auto/" "S12N"));sympl_dr
[auto1(S13N)]^C^C^P(setq ebene "Q-7" eb_farbe "7" symname (strcat lw "/acadsst/auto/" "S13N"));sympl_dr
[auto1(S14N)]^C^C^P(setq ebene "Q-7" eb_farbe "7" symname (strcat lw "/acadsst/auto/" "S14N"));sympl_dr
[auto1(S15N)]^C^C^P(setq ebene "Q-7" eb_farbe "7" symname (strcat lw "/acadsst/auto/" "S15N"));sympl_dr
[auto1(S16N)]^C^C^P(setq ebene "Q-7" eb_farbe "7" symname (strcat lw "/acadsst/auto/" "S16N"));sympl_dr
[auto1(S17N)]^C^C^P(setq ebene "Q-7" eb_farbe "7" symname (strcat lw "/acadsst/auto/" "S17N"));sympl_dr
[auto1(S18N)]^C^C^P(setq ebene "Q-7" eb_farbe "7" symname (strcat lw "/acadsst/auto/" "S18N"));sympl_dr
[auto1(S19N)]^C^C^P(setq ebene "Q-7" eb_farbe "7" symname (strcat lw "/acadsst/auto/" "S19N"));sympl_dr
[auto1(S20N)]^C^C^P(setq ebene "Q-7" eb_farbe "7" symname (strcat lw "/acadsst/auto/" "S20N"));sympl_dr
**p4auto17
[SICHERUNGEN]
[auto1(F01)]^C^C^P(setq ebene "Q-1" eb_farbe "1" symname (strcat lw "/acadsst/auto/" "F01"));sympl_dr
[auto1(F02)]^C^C^P(setq ebene "Q-1" eb_farbe "1" symname (strcat lw "/acadsst/auto/" "F02"));sympl_dr
[auto1(F03)]^C^C^P(setq ebene "Q-1" eb_farbe "1" symname (strcat lw "/acadsst/auto/" "F03"));sympl_dr
[auto1(F07)]^C^C^P(setq ebene "Q-1" eb_farbe "1" symname (strcat lw "/acadsst/auto/" "F07"));sympl_dr
[auto1(F08)]^C^C^P(setq ebene "Q-1" eb_farbe "1" symname (strcat lw "/acadsst/auto/" "F08"));sympl_dr
[auto1(F09)]^C^C^P(setq ebene "Q-1" eb_farbe "1" symname (strcat lw "/acadsst/auto/" "F09"));sympl_dr
[auto1(F10)]^C^C^P(setq ebene "Q-1" eb_farbe "1" symname (strcat lw "/acadsst/auto/" "F10"));sympl_dr
[auto1(F11)]^C^C^P(setq ebene "Q-1" eb_farbe "1" symname (strcat lw "/acadsst/auto/" "F11"));sympl_dr
[auto1(F12)]^C^C^P(setq ebene "Q-1" eb_farbe "1" symname (strcat lw "/acadsst/auto/" "F12"));sympl_dr
[auto1(F13)]^C^C^P(setq ebene "Q-1" eb_farbe "1" symname (strcat lw "/acadsst/auto/" "F13"));sympl_dr
**p4auto18
[STECKVERBINDER]
[auto1(X01)]^C^C^P(setq ebene "Q-2" eb_farbe "2" symname (strcat lw "/acadsst/auto/" "X01"));sympl_dr
[auto1(X02)]^C^C^P(setq ebene "Q-2" eb_farbe "2" symname (strcat lw "/acadsst/auto/" "X02"));sympl_dr
[auto1(X03)]^C^C^P(setq ebene "Q-2" eb_farbe "2" symname (strcat lw "/acadsst/auto/" "X03"));sympl_dr
[auto1(X04)]^C^C^P(setq ebene "Q-2" eb_farbe "2" symname (strcat lw "/acadsst/auto/" "X04"));sympl_dr
[auto1(X05)]^C^C^P(setq ebene "Q-2" eb_farbe "2" symname (strcat lw "/acadsst/auto/" "X05"));sympl_dr
[auto1(X06)]^C^C^P(setq ebene "Q-2" eb_farbe "2" symname (strcat lw "/acadsst/auto/" "X06"));sympl_dr
[auto1(X07)]^C^C^P(setq ebene "Q-2" eb_farbe "2" symname (strcat lw "/acadsst/auto/" "X07"));sympl_dr
[auto1(X08)]^C^C^P(setq ebene "Q-2" eb_farbe "2" symname (strcat lw "/acadsst/auto/" "X08"));sympl_dr
**p4auto19
[SONSTIGE SCHALTZEICHEN]
[auto2(C01)]^C^C^P(setq ebene "Q-3" eb_farbe "3" symname (strcat lw "/acadsst/auto/" "C01"));sympl_dr
[auto2(C03)]^C^C^P(setq ebene "Q-3" eb_farbe "3" symname (strcat lw "/acadsst/auto/" "C03"));sympl_dr
[auto2(E01)]^C^C^P(setq ebene "Q-3" eb_farbe "3" symname (strcat lw "/acadsst/auto/" "E01"));sympl_dr
[auto2(E02)]^C^C^P(setq ebene "Q-3" eb_farbe "3" symname (strcat lw "/acadsst/auto/" "E02"));sympl_dr
[auto2(E03)]^C^C^P(setq ebene "Q-3" eb_farbe "3" symname (strcat lw "/acadsst/auto/" "E03"));sympl_dr
[auto2(E05)]^C^C^P(setq ebene "Q-3" eb_farbe "3" symname (strcat lw "/acadsst/auto/" "E05"));sympl_dr
[auto2(E06)]^C^C^P(setq ebene "Q-3" eb_farbe "3" symname (strcat lw "/acadsst/auto/" "E06"));sympl_dr
[auto2(H01)]^C^C^P(setq ebene "Q-3" eb_farbe "3" symname (strcat lw "/acadsst/auto/" "H01"));sympl_dr
[auto2(H02)]^C^C^P(setq ebene "Q-3" eb_farbe "3" symname (strcat lw "/acadsst/auto/" "H02"));sympl_dr
[auto2(R01)]^C^C^P(setq ebene "Q-3" eb_farbe "3" symname (strcat lw "/acadsst/auto/" "R01"));sympl_dr
[auto2(R02)]^C^C^P(setq ebene "Q-3" eb_farbe "3" symname (strcat lw "/acadsst/auto/" "R02"));sympl_dr
[auto2(V01)]^C^C^P(setq ebene "Q-3" eb_farbe "3" symname (strcat lw "/acadsst/auto/" "V01"));sympl_dr
[auto2(V02)]^C^C^P(setq ebene "Q-3" eb_farbe "3" symname (strcat lw "/acadsst/auto/" "V02"));sympl_dr
[auto2(V10)]^C^C^P(setq ebene "Q-3" eb_farbe "3" symname (strcat lw "/acadsst/auto/" "V10"));sympl_dr
[auto2(V11)]^C^C^P(setq ebene "Q-3" eb_farbe "3" symname (strcat lw "/acadsst/auto/" "V11"));sympl_dr
[auto2(V12)]^C^C^P(setq ebene "Q-3" eb_farbe "3" symname (strcat lw "/acadsst/auto/" "V12"));sympl_dr
[auto2(V13)]^C^C^P(setq ebene "Q-3" eb_farbe "3" symname (strcat lw "/acadsst/auto/" "V13"));sympl_dr
**p4auto110
[INITIATOREN]
[auto2(B01)]^C^C^P(setq ebene "Q-4" eb_farbe "4" symname (strcat lw "/acadsst/auto/" "B01"));sympl_dr
[auto2(B02)]^C^C^P(setq ebene "Q-4" eb_farbe "4" symname (strcat lw "/acadsst/auto/" "B02"));sympl_dr
[auto2(B03)]^C^C^P(setq ebene "Q-4" eb_farbe "4" symname (strcat lw "/acadsst/auto/" "B03"));sympl_dr
**p4auto111
[UMFORMER]
[auto2(B04)]^C^C^P(setq ebene "Q-3" eb_farbe "3" symname (strcat lw "/acadsst/auto/" "B04"));sympl_dr
**p4auto112
[GLEICHRICHTER]
[auto2(V03)]^C^C^P(setq ebene "Q-5" eb_farbe "5" symname (strcat lw "/acadsst/auto/" "V03"));sympl_dr
[auto2(V04)]^C^C^P(setq ebene "Q-5" eb_farbe "5" symname (strcat lw "/acadsst/auto/" "V04"));sympl_dr
[auto2(V05)]^C^C^P(setq ebene "Q-5" eb_farbe "5" symname (strcat lw "/acadsst/auto/" "V05"));sympl_dr
[auto2(V06)]^C^C^P(setq ebene "Q-5" eb_farbe "5" symname (strcat lw "/acadsst/auto/" "V06"));sympl_dr
[auto2(V07)]^C^C^P(setq ebene "Q-5" eb_farbe "5" symname (strcat lw "/acadsst/auto/" "V07"));sympl_dr
[auto2(V09)]^C^C^P(setq ebene "Q-5" eb_farbe "5" symname (strcat lw "/acadsst/auto/" "V09"));sympl_dr
**p4auto21
[HAUPTSCHUETZE]
[auto2(K01)]^C^C^P(setq ebene "Q-1" eb_farbe "1" symname (strcat lw "/acadsst/auto/" "K01"));sympl_dr
[auto2(K02)]^C^C^P(setq ebene "Q-1" eb_farbe "1" symname (strcat lw "/acadsst/auto/" "K02"));sympl_dr
[auto2(K03)]^C^C^P(setq ebene "Q-1" eb_farbe "1" symname (strcat lw "/acadsst/auto/" "K03"));sympl_dr
[auto2(K04)]^C^C^P(setq ebene "Q-1" eb_farbe "1" symname (strcat lw "/acadsst/auto/" "K04"));sympl_dr
[auto2(K05)]^C^C^P(setq ebene "Q-1" eb_farbe "1" symname (strcat lw "/acadsst/auto/" "K05"));sympl_dr
**p4auto22
[STEUERSCHUETZE]
[auto2(K07)]^C^C^P(setq ebene "Q-6" eb_farbe "6" symname (strcat lw "/acadsst/auto/" "K07"));sympl_dr
[auto2(K09)]^C^C^P(setq ebene "Q-6" eb_farbe "6" symname (strcat lw "/acadsst/auto/" "K09"));sympl_dr
[auto2(K11)]^C^C^P(setq ebene "Q-6" eb_farbe "6" symname (strcat lw "/acadsst/auto/" "K11"));sympl_dr
[auto2(K12)]^C^C^P(setq ebene "Q-6" eb_farbe "6" symname (strcat lw "/acadsst/auto/" "K12"));sympl_dr
[auto2(K13)]^C^C^P(setq ebene "Q-6" eb_farbe "6" symname (strcat lw "/acadsst/auto/" "K13"));sympl_dr
**p4auto23
[DROSSELN]
[auto2(L01)]^C^C^P(setq ebene "Q-3" eb_farbe "3" symname (strcat lw "/acadsst/auto/" "L01"));sympl_dr
[auto2(L02)]^C^C^P(setq ebene "Q-3" eb_farbe "3" symname (strcaT lw "/acadsst/auto/" "L02"));sympl_dr
**p4auto24
[KLEMMEN]
[auto2(X13)]^C^C^P(setq ebene "Q-2" eb_farbe "2" symname (strcat lw "/acadsst/auto/" "X13"));sympl_dr
[auto2(X14)]^C^C^P(setq ebene "Q-2" eb_farbe "2" symname (strcat lw "/acadsst/auto/" "X14"));sympl_dr
[auto2(X15)]^C^C^P(setq ebene "Q-2" eb_farbe "2" symname (strcat lw "/acadsst/auto/" "X15"));sympl_dr
[auto2(X16)]^C^C^P(setq ebene "Q-2" eb_farbe "2" symname (strcat lw "/acadsst/auto/" "X16"));sympl_dr
[auto2(X17)]^C^C^P(setq ebene "Q-2" eb_farbe "2" symname (strcat lw "/acadsst/auto/" "X17"));sympl_dr
[auto2(X18)]^C^C^P(setq ebene "Q-2" eb_farbe "2" symname (strcat lw "/acadsst/auto/" "X18"));sympl_dr
[auto2(X19)]^C^C^P(setq ebene "Q-2" eb_farbe "2" symname (strcat lw "/acadsst/auto/" "X19"));sympl_dr
[auto2(X20)]^C^C^P(setq ebene "Q-2" eb_farbe "2" symname (strcat lw "/acadsst/auto/" "X20"));sympl_dr
[auto2(X21)]^C^C^P(setq ebene "Q-2" eb_farbe "2" symname (strcat lw "/acadsst/auto/" "X21"));sympl_dr
[auto2(X22)]^C^C^P(setq ebene "Q-2" eb_farbe "2" symname (strcat lw "/acadsst/auto/" "X22"));sympl_dr
[auto2(X36)]^C^C^P(setq ebene "Q-2" eb_farbe "2" symname (strcat lw "/acadsst/auto/" "X36"));sympl_dr
[auto2(X37)]^C^C^P(setq ebene "Q-2" eb_farbe "2" symname (strcat lw "/acadsst/auto/" "X37"));sympl_dr
[auto2(X38)]^C^C^P(setq ebene "Q-2" eb_farbe "2" symname (strcat lw "/acadsst/auto/" "X38"));sympl_dr
[auto2(X39)]^C^C^P(setq ebene "Q-2" eb_farbe "2" symname (strcat lw "/acadsst/auto/" "X39"));sympl_dr
**p4auto25
[LEITUNGEN]
[auto2(W01)]^C^C^P(setq ebene "Q-4" eb_farbe "4" symname (strcat lw "/acadsst/auto/" "W01"));sympl_dr
[auto2(W02)]^C^C^P(setq ebene "Q-4" eb_farbe "4" symname (strcat lw "/acadsst/auto/" "W02"));sympl_dr
[auto2(W03)]^C^C^P(setq ebene "Q-4" eb_farbe "4" symname (strcat lw "/acadsst/auto/" "W03"));sympl_dr
[auto2(W04)]^C^C^P(setq ebene "Q-4" eb_farbe "4" symname (strcat lw "/acadsst/auto/" "W04"));sympl_dr
[auto2(W05)]^C^C^P(setq ebene "Q-4" eb_farbe "4" symname (strcat lw "/acadsst/auto/" "W05"));sympl_dr
[auto2(W53)]^C^C^P(setq ebene "Q-4" eb_farbe "4" symname (strcat lw "/acadsst/auto/" "W53"));sympl_dr
[auto2(W54)]^C^C^P(setq ebene "Q-4" eb_farbe "4" symname (strcat lw "/acadsst/auto/" "W54"));sympl_dr
[auto2(W55)]^C^C^P(setq ebene "Q-4" eb_farbe "4" symname (strcat lw "/acadsst/auto/" "W55"));sympl_dr
[auto2(W56)]^C^C^P(setq ebene "Q-4" eb_farbe "4" symname (strcat lw "/acadsst/auto/" "W56"));sympl_dr
**p4auto26
[TEXTE]
[auto2(E68)]^C^C^P(setq ebene "Q-7" eb_farbe "7" symname (strcat lw "/acadsst/auto/" "E68"));sympl_dr
[auto2(E69)]^C^C^P(setq ebene "Q-7" eb_farbe "7" symname (strcat lw "/acadsst/auto/" "E69"));sympl_dr
[auto2(E70)]^C^C^P(setq ebene "Q-7" eb_farbe "7" symname (strcat lw "/acadsst/auto/" "E70"));sympl_dr
[auto2(W06)]^C^C^P(setq ebene "Q-7" eb_farbe "7" symname (strcat lw "/acadsst/auto/" "W06"));sympl_dr
[auto2(W57)]^C^C^P(setq ebene "Q-7" eb_farbe "7" symname (strcat lw "/acadsst/auto/" "W57"));sympl_dr
**p4auto27
[MOTORSCHUTZSCHALTER]
[auto2(Q17)]^C^C^P(setq ebene "Q-1" eb_farbe "1" symname (strcat lw "/acadsst/auto/" "Q17"));sympl_dr
[auto2(Q18)]^C^C^P(setq ebene "Q-1" eb_farbe "1" symname (strcat lw "/acadsst/auto/" "Q18"));sympl_dr
[auto2(Q19)]^C^C^P(setq ebene "Q-1" eb_farbe "1" symname (strcat lw "/acadsst/auto/" "Q19"));sympl_dr
[auto2(Q20)]^C^C^P(setq ebene "Q-1" eb_farbe "1" symname (strcat lw "/acadsst/auto/" "Q20"));sympl_dr
[auto2(Q21)]^C^C^P(setq ebene "Q-1" eb_farbe "1" symname (strcat lw "/acadsst/auto/" "Q21"));sympl_dr
[auto2(Q22)]^C^C^P(setq ebene "Q-1" eb_farbe "1" symname (strcat lw "/acadsst/auto/" "Q22"));sympl_dr
[auto2(Q25)]^C^C^P(setq ebene "Q-1" eb_farbe "1" symname (strcat lw "/acadsst/auto/" "Q25"));sympl_dr
**p4auto28
[STARKSTROMSCHALTGLIEDER]
[auto2(Q10)]^C^C^P(setq ebene "Q-3" eb_farbe "3" symname (strcat lw "/acadsst/auto/" "Q10"));sympl_dr
[auto2(Q10N)]^C^C^P(setq ebene "Q-3" eb_farbe "3" symname (strcat lw "/acadsst/auto/" "Q10N"));sympl_dr
**p4auto29
[SCHUETZE]
[auto2(Q11)]^C^C^P(setq ebene "Q-6" eb_farbe "6" symname (strcat lw "/acadsst/auto/" "Q11"));sympl_dr
[auto2(Q12)]^C^C^P(setq ebene "Q-6" eb_farbe "6" symname (strcat lw "/acadsst/auto/" "Q12"));sympl_dr
[auto2(Q13)]^C^C^P(setq ebene "Q-6" eb_farbe "6" symname (strcat lw "/acadsst/auto/" "Q13"));sympl_dr
[auto2(Q14)]^C^C^P(setq ebene "Q-6" eb_farbe "6" symname (strcat lw "/acadsst/auto/" "Q14"));sympl_dr
**p4auto210
[TRANSFORMATOREN]
[auto2(T01)]^C^C^P(setq ebene "Q-3" eb_farbe "3" symname (strcat lw "/acadsst/auto/" "T01"));sympl_dr
[auto2(T02)]^C^C^P(setq ebene "Q-3" eb_farbe "3" symname (strcat lw "/acadsst/auto/" "T02"));sympl_dr
[auto2(T10)]^C^C^P(setq ebene "Q-3" eb_farbe "3" symname (strcat lw "/acadsst/auto/" "T10"));sympl_dr
[auto2(T11)]^C^C^P(setq ebene "Q-3" eb_farbe "3" symname (strcat lw "/acadsst/auto/" "T11"));sympl_dr
[auto2(T16)]^C^C^P(setq ebene "Q-3" eb_farbe "3" symname (strcat lw "/acadsst/auto/" "T16"));sympl_dr
[auto2(T17)]^C^C^P(setq ebene "Q-3" eb_farbe "3" symname (strcat lw "/acadsst/auto/" "T17"));sympl_dr
[auto2(T18)]^C^C^P(setq ebene "Q-3" eb_farbe "3" symname (strcat lw "/acadsst/auto/" "T18"));sympl_dr
**p4auto31
[DREHSTROM-INDUKTIONSMASCHINEN]
[auto2(M41)]^C^C^P(setq ebene "Q-7" eb_farbe "7" symname (strcat lw "/acadsst/auto/" "M41"));sympl_dr
[auto2(M09)]^C^C^P(setq ebene "Q-7" eb_farbe "7" symname (strcat lw "/acadsst/auto/" "M09"));sympl_dr
**p4auto32
[EINPHASEN-INDUKTIONSMASCHINEN]
[auto2(M13)]^C^C^P(setq ebene "Q-3" eb_farbe "3" symname (strcat lw "/acadsst/auto/" "M13"));sympl_dr
**p4auto41
[MESSWERKE]
[auto2(P12)]^C^C^P(setq ebene "Q-2" eb_farbe "2" symname (strcat lw "/acadsst/auto/" "P12"));sympl_dr
[auto2(P13)]^C^C^P(setq ebene "Q-2" eb_farbe "2" symname (strcat lw "/acadsst/auto/" "P13"));sympl_dr
[auto2(P14)]^C^C^P(setq ebene "Q-2" eb_farbe "2" symname (strcat lw "/acadsst/auto/" "P14"));sympl_dr
**p4auto42
[ZAEHLER]
[auto2(P24)]^C^C^P(setq ebene "Q-1" eb_farbe "1" symname (strcat lw "/acadsst/auto/" "P24"));sympl_dr
[auto2(P27)]^C^C^P(setq ebene "Q-1" eb_farbe "1" symname (strcat lw "/acadsst/auto/" "P27"));sympl_dr
[auto2(P33)]^C^C^P(setq ebene "Q-1" eb_farbe "1" symname (strcat lw "/acadsst/auto/" "P33"));sympl_dr
**p4auto43
[SPANNUNGS-STROMWANDLER]
[auto2(T20)]^C^C^P(setq ebene "Q-5" eb_farbe "5" symname (strcat lw "/acadsst/auto/" "T20"));sympl_dr
[auto2(T22)]^C^C^P(setq ebene "Q-5" eb_farbe "5" symname (strcat lw "/acadsst/auto/" "T22"));sympl_dr
**p4auto51
[EINSPEISUNGEN]
[auto2(E07)]^C^C^P(setq ebene "Q-4" eb_farbe "4" symname (strcat lw "/acadsst/auto/" "E07"));sympl_dr
[auto2(E08)]^C^C^P(setq ebene "Q-4" eb_farbe "4" symname (strcat lw "/acadsst/auto/" "E08"));sympl_dr
[auto2(E09)]^C^C^P(setq ebene "Q-4" eb_farbe "4" symname (strcat lw "/acadsst/auto/" "E09"));sympl_dr
[auto2(G25)]^C^C^P(setq ebene "Q-4" eb_farbe "4" symname (strcat lw "/acadsst/auto/" "G25"));sympl_dr
**p4auto52
[ALLGEMEINE ZEICHEN]
[auto2(E64)]^C^C^P(setq ebene "Q-3" eb_farbe "3" symname (strcat lw "/acadsst/auto/" "E64"));sympl_dr
[auto2(E67)]^C^C^P(setq ebene "Q-3" eb_farbe "3" symname (strcat lw "/acadsst/auto/" "E67"));sympl_dr
**p10koepfe
[ZEICHNUNGSKOEPFE]
[koepfe(kopf11)]^C^C^P(setq ebene "z-8" eb_farbe "8" symname (strcat lw "/acadsst/koepfe/" "kopf11"));symplac
[koepfe(kopf10)]^C^C^P(setq ebene "z-5" eb_farbe "5" symname (strcat lw "/acadsst/koepfe/" "kopf10"));symplac
[koepfe(kopf2)]^C^C^P(setq ebene "z-8" eb_farbe "8" symname (strcat lw "/acadsst/koepfe/" "kopf2"));symplac
[koepfe(kopf3)]^C^C^P(setq ebene "z-8" eb_farbe "8" symname (strcat lw "/acadsst/koepfe/" "kopf3"));symplac
[koepfe(kopf4)]^C^C^P(setq ebene "z-8" eb_farbe "8" symname (strcat lw "/acadsst/koepfe/" "kopf4"));symplac
[koepfe(kopf5)]^C^C^P(setq ebene "z-8" eb_farbe "8" symname (strcat lw "/acadsst/koepfe/" "kopf5"));symplac
[koepfe(kopf6)]^C^C^P(setq ebene "z-8" eb_farbe "8" symname (strcat lw "/acadsst/koepfe/" "kopf6"));symplac
[koepfe(kopf7)]^C^C^P(setq ebene "z-8" eb_farbe "8" symname (strcat lw "/acadsst/koepfe/" "kopf7"));symplac
[koepfe(kopf8)]^C^C^P(setq ebene "z-8" eb_farbe "8" symname (strcat lw "/acadsst/koepfe/" "kopf8"));symplac
[koepfe(kopf9)]^C^C^P(setq ebene "z-8" eb_farbe "8" symname (strcat lw "/acadsst/koepfe/" "kopf9"));symplac
[koepfe(kopf7)]^C^C^P(setq ebene "z-8" eb_farbe "8" symname (strcat lw "/acadsst/koepfe/" "kopf7"));symplac
**p10maschh
[MASCHINEN]
[hoehe(lkw2d)]^C^C^P(setq ebene "z-7" eb_farbe "7" symname (strcat lw "/acadsst/hoehe/" "lkw2d"));sympl_dr
**p10maeuse
[MAEUSE]
[hoehe(maus1)]^C^C^P(setq ebene "z-3" eb_farbe "3" symname (strcat lw "/acadsst/hoehe/" "maus1"));sympl_dr
[hoehe(maus2)]^C^C^P(setq ebene "z-3" eb_farbe "3" symname (strcat lw "/acadsst/hoehe/" "maus2"));sympl_dr
[hoehe(maus3)]^C^C^P(setq ebene "z-3" eb_farbe "3" symname (strcat lw "/acadsst/hoehe/" "maus3"));sympl_dr
[hoehe(maus4)]^C^C^P(setq ebene "z-3" eb_farbe "3" symname (strcat lw "/acadsst/hoehe/" "maus4"));sympl_dr
[hoehe(maus5)]^C^C^P(setq ebene "z-3" eb_farbe "3" symname (strcat lw "/acadsst/hoehe/" "maus5"));sympl_dr
[hoehe(maus6)]^C^C^P(setq ebene "z-3" eb_farbe "3" symname (strcat lw "/acadsst/hoehe/" "maus6"));sympl_dr
[hoehe(maus7)]^C^C^P(setq ebene "z-3" eb_farbe "3" symname (strcat lw "/acadsst/hoehe/" "maus7"));sympl_dr
[hoehe(maus8)]^C^C^P(setq ebene "z-3" eb_farbe "3" symname (strcat lw "/acadsst/hoehe/" "maus8"));sympl_dr
[hoehe(maus9)]^C^C^P(setq ebene "z-3" eb_farbe "3" symname (strcat lw "/acadsst/hoehe/" "maus9"));sympl_dr
[hoehe(maus10)]^C^C^P(setq ebene "z-3" eb_farbe "3" symname (strcat lw "/acadsst/hoehe/" "maus10"));sympl_dr
[hoehe(maus11)]^C^C^P(setq ebene "z-3" eb_farbe "3" symname (strcat lw "/acadsst/hoehe/" "maus11"));sympl_dr
[hoehe(maus12)]^C^C^P(setq ebene "z-3" eb_farbe "3" symname (strcat lw "/acadsst/hoehe/" "maus12"));sympl_dr
[hoehe(maus13)]^C^C^P(setq ebene "z-3" eb_farbe "3" symname (strcat lw "/acadsst/hoehe/" "maus13"));sympl_dr
[hoehe(maus14)]^C^C^P(setq ebene "z-3" eb_farbe "3" symname (strcat lw "/acadsst/hoehe/" "maus14"));sympl_dr
[hoehe(maus15)]^C^C^P(setq ebene "z-3" eb_farbe "3" symname (strcat lw "/acadsst/hoehe/" "maus15"));sympl_dr
[hoehe(maus16)]^C^C^P(setq ebene "z-3" eb_farbe "3" symname (strcat lw "/acadsst/hoehe/" "maus16"));sympl_dr
[hoehe(maus17)]^C^C^P(setq ebene "z-3" eb_farbe "3" symname (strcat lw "/acadsst/hoehe/" "maus17"));sympl_dr
[hoehe(maus18)]^C^C^P(setq ebene "z-3" eb_farbe "3" symname (strcat lw "/acadsst/hoehe/" "maus18"));sympl_dr
[hoehe(maus19)]^C^C^P(setq ebene "z-3" eb_farbe "3" symname (strcat lw "/acadsst/hoehe/" "maus19"));sympl_dr
[hoehe(maus20)]^C^C^P(setq ebene "z-3" eb_farbe "3" symname (strcat lw "/acadsst/hoehe/" "maus20"));sympl_dr
[hoehe(maus21)]^C^C^P(setq ebene "z-3" eb_farbe "3" symname (strcat lw "/acadsst/hoehe/" "maus21"));sympl_dr
[hoehe(maus22)]^C^C^P(setq ebene "z-3" eb_farbe "3" symname (strcat lw "/acadsst/hoehe/" "maus22"));sympl_dr
[hoehe(maus23)]^C^C^P(setq ebene "z-3" eb_farbe "3" symname (strcat lw "/acadsst/hoehe/" "maus23"));sympl_dr
[hoehe(maus24)]^C^C^P(setq ebene "z-3" eb_farbe "3" symname (strcat lw "/acadsst/hoehe/" "maus24"));sympl_dr
[hoehe(maus25)]^C^C^P(setq ebene "z-3" eb_farbe "3" symname (strcat lw "/acadsst/hoehe/" "maus25"));sympl_dr
[hoehe(maus26)]^C^C^P(setq ebene "z-3" eb_farbe "3" symname (strcat lw "/acadsst/hoehe/" "maus26"));sympl_dr
**p10klamh
[KLAMOTTEN]
[hoehe(hemd)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/hoehe/" "hemd"));symplac
[hoehe(jacke)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/hoehe/" "jacke"));symplac
[hoehe(bluse)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/hoehe/" "bluse"));symplac
[hoehe(mantel)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/hoehe/" "mantel"));symplac
**p10betrh
[BETRIEBSMITTEL]
[hoehe(regal1)]^C^C^P(setq ebene "z-6" eb_farbe "6" symname (strcat lw "/acadsst/hoehe/" "regal1"));symplac
[hoehe(regal2)]^C^C^P(setq ebene "z-6" eb_farbe "6" symname (strcat lw "/acadsst/hoehe/" "regal2"));symplac
[hoehe(regal3)]^C^C^P(setq ebene "z-6" eb_farbe "6" symname (strcat lw "/acadsst/hoehe/" "regal3"));symplac
[hoehe(regal4)]^C^C^P(setq ebene "z-6" eb_farbe "6" symname (strcat lw "/acadsst/hoehe/" "regal4"));symplac
[hoehe(regal5)]^C^C^P(setq ebene "z-6" eb_farbe "6" symname (strcat lw "/acadsst/hoehe/" "regal5"));symplac
[hoehe(lt1)]^C^C^P(setq ebene "z-6" eb_farbe "6" symname (strcat lw "/acadsst/hoehe/" "lt1"));symplac
[hoehe(lt2)]^C^C^P(setq ebene "z-6" eb_farbe "6" symname (strcat lw "/acadsst/hoehe/" "lt2"));symplac
[hoehe(lt3)]^C^C^P(setq ebene "z-6" eb_farbe "6" symname (strcat lw "/acadsst/hoehe/" "lt3"));symplac
[hoehe(lt4)]^C^C^P(setq ebene "z-6" eb_farbe "6" symname (strcat lw "/acadsst/hoehe/" "lt4"));symplac
[hoehe(lt5)]^C^C^P(setq ebene "z-6" eb_farbe "6" symname (strcat lw "/acadsst/hoehe/" "lt5"));symplac
[hoehe(lt6)]^C^C^P(setq ebene "z-6" eb_farbe "6" symname (strcat lw "/acadsst/hoehe/" "lt6"));symplac
[hoehe(ltf26)]^C^C^P(setq ebene "z-6" eb_farbe "6" symname (strcat lw "/acadsst/hoehe/" "ltf26"));symplac
[hoehe(ltf28)]^C^C^P(setq ebene "z-6" eb_farbe "6" symname (strcat lw "/acadsst/hoehe/" "ltf28"));symplac
[hoehe(ltf30)]^C^C^P(setq ebene "z-6" eb_farbe "6" symname (strcat lw "/acadsst/hoehe/" "ltf30"));symplac
**p10maus2d
[MAEUSE PFEILE]
[zier2d(maus)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2d/" "maus"));sympl_dr
[zier2d(pfeil)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2d/" "pfeil"));sympl_dr
[zier2d(pfeiller)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2d/" "pfeiller"));sympl_dr
[zier2d(pfeilvol)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2d/" "pfeilvol"));sympl_dr
[zier2d(pf0_l)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2d/" "pf0_l"));sympl_dr
[zier2d(pf0_v)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2d/" "pf0_v"));sympl_dr
[zier2d(pf_cww)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2d/" "pf_cww"));sympl_dr
[zier2d(pf_cw)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2d/" "pf_cw"));sympl_dr
**p10betr2d
[BETRIEBSMITTEL]
[zier2d(buegel)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2d/" "buegel"));sympl_dr
[zier2d(buegelr)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2d/" "buegelr"));sympl_dr
[zier2d(v-go)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2d/" "v-go"));sympl_dr
[zier2d(kt-l)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2d/" "kt-l"));sympl_dr
[zier2d(kt-q)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2d/" "kt-q"));sympl_dr
**p10masch2d
[MASCHINEN]
[zier2d(forderer)]^C^C^P(setq ebene "z-6" eb_farbe "6" symname (strcat lw "/acadsst/zier2d/" "forderer"));sympl_dr
[zier2d(bt)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2d/" "bt"));sympl_dr
[zier2d(buglteke)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2d/" "buglteke"));sympl_dr
[zier2d(detachir)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2d/" "detachir"));sympl_dr
[zier2d(dobli-fw)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2d/" "dobli-fw"));sympl_dr
[zier2d(finisht)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2d/" "finisht"));sympl_dr
[zier2d(flache-s)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2d/" "flache-s"));sympl_dr
[zier2d(flek7403)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2d/" "flek7403"));sympl_dr
[zier2d(futtkonk)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2d/" "futtkonk"));sympl_dr
[zier2d(g_2604)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2d/" "g_2604"));sympl_dr
[zier2d(dopelarm)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2d/" "dopelarm"));sympl_dr
[zier2d(kontroll)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2d/" "kontroll"));sympl_dr
[zier2d(hosklemm)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2d/" "hosklemm"));sympl_dr
[zier2d(hospress)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2d/" "hospress"));sympl_dr
[zier2d(mantelna)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2d/" "mantelna"));sympl_dr
[zier2d(vario10)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2d/" "vario10"));sympl_dr
[zier2d(vario12)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2d/" "vario12"));sympl_dr
[zier2d(vario14)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2d/" "vario14"));sympl_dr
[zier2d(vario18)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2d/" "vario18"));sympl_dr
[zier2d(tunel)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2d/" "tunel"));sympl_dr
[zier2d(t1400)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2d/" "t1400"));sympl_dr
[zier2d(t800)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2d/" "t800"));sympl_dr
[zier2d(brummi)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2d/" "brummi"));sympl_dr
[zier2d(lkw)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2d/" "lkw"));sympl_dr
**p10masch2_5d
[MASCHINEN]
[zier2_5d(cadplatz)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2_5d/" "cadplatz"));sympl_dr
[zier2_5d(pcplatz)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2_5d/" "pcplatz"));sympl_dr
[zier2_5d(edvtisch)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2_5d/" "edvtisch"));sympl_dr
[zier2_5d(topper)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2_5d/" "topper"));sympl_dr
[zier2_5d(tistu1)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2_5d/" "tistu1"));sympl_dr
[zier2_5d(formfini)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2_5d/" "formfini"));sympl_dr
[zier2_5d(goliath)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2_5d/" "goliath"));sympl_dr
**p10betr2_5d
[BETRIEBSMITTEL]
[zier2_5d(bm1)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2_5d/" "bm1"));symplac
[zier2_5d(bm2)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2_5d/" "bm2"));symplac
[zier2_5d(bm3)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2_5d/" "bm3"));symplac
[zier2_5d(bm4)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2_5d/" "bm4"));symplac
[zier2_5d(bm6)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2_5d/" "bm6"));symplac
[zier2_5d(bm7)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2_5d/" "bm7"));symplac
[zier2_5d(ltcleer)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2_5d/" "ltcleer"));symplac
[zier2_5d(rbtleer)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2_5d/" "rbtleer"));symplac
[zier2_5d(kartono1)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2_5d/" "kartono1"));symplac
[zier2_5d(kartonyu)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2_5d/" "kartonyu"));symplac
**p10klam2_5d
[KLAMOTTEN]
[zier2_5d(kl1)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2_5d/" "kl1"));symplac
[zier2_5d(kl2)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2_5d/" "kl2"));symplac
[zier2_5d(kl3)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2_5d/" "kl3"));symplac
[zier2_5d(kl4)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2_5d/" "kl4"));symplac
**p10maus2_5d
[MAEUSE PFEILE]
[zier2_5d(maus27)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2_5d/" "maus27"));symplac
[zier2_5d(maus28)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2_5d/" "maus28"));symplac
[zier2_5d(maus29)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2_5d/" "maus29"));symplac
[zier2_5d(maus30)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2_5d/" "maus30"));symplac
[zier2_5d(eiliso)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier2_5d/" "eiliso"));symplac
**p10masch3d
[MASCHINEN]
[zier3d(seydel10)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier3d/" "seydel10"));symplac
[zier3d(varioset)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier3d/" "varioset"));symplac
[zier3d(truck)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier3d/" "truck"));symplac
[zier3d(lorry)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier3d/" "lorry"));symplac
[zier3d(porsche)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier3d/" "porsche"));symplac
[zier3d(camaro)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier3d/" "camaro"));symplac
[zier3d(dtruck)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier3d/" "dtruck"));symplac
[zier3d(motrad)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier3d/" "motrad"));symplac
[zier3d(cafe)]^C^C^P(setq ebene "z-2" eb_farbe "1" symname (strcat lw "/acadsst/zier3d/" "cafe"));symplac
[zier3d(mensch)]^C^C^P(setq ebene "z-1" eb_farbe "1" symname (strcat lw "/acadsst/zier3d/" "mensch"));symplac
**RAUMPL
[RAUMPLAN]
[RAUMPL(WAND)]^C^C^P(command "layer" "_m" "r-6" "_co" "6" "" "" )(if (not C:wand)(load "raumpl"));^Pwand;
[RAUMPL(DURCHBR)]^C^C^P(command "layer" "_m" "r-6" "_co" "6" "" "" )(if (not C:durchbruch)(load "raumpl"));^Pdurchbruch;
[RAUMPL(TUER)]^C^C^P(command "layer" "_m" "r-3" "_co" "3" "" "" )(if (not C:tuer)(load "raumpl"));^Ptuer;
[RAUMPL(D-TUER)]^C^C^P(command "layer" "_m" "r-3" "_co" "3" "" "" )(if (not C:dtuer)(load "raumpl"));^Pdtuer;
[RAUMPL(FENSTOR)]^C^C^P(command "layer" "_m" "r-7" "_co" "7" "" "" )(if (not C:fenstor)(load "raumpl"));^Pfenstor;
[RAUMPL(ECKESAUB)]^C^CAbrunden;R;0;;
[RAUMPL(WANDSAUB)]^C^CBRUCH;(Setq A (Getpoint "Zu brechendes Objekt antippen: "));\E;
[ QUIT]^C^C
**konst
[Konstruktionslinien]
[KONST(KHORIZ)]^C^Cprg;konst;khoriz
[KONST(KVERTI)]^C^Cprg;konst;kverti
[KONST(KSCHR)]^C^Cprg;konst;kschr
[KONST(KSCHRV)]^C^Cprg;konst;kschrv
[KONST(KVERS)]^C^Cprg;konst;kvers
[KONST(KVERSR)]^C^Cprg;konst;kversr
[KONST(KVERSU)]^C^Cprg;konst;kversu
[KONST(KEA)]^C^Cprg;konst;kea
[KONST(KESCHR)]^C^Cprg;konst;keschr
[KONST(KWHALB)]^C^Cprg;konst;kwhalb
[KONST(KRISSERG)]^C^Cprg;konst;krisserg
[KONST(KDEL)]^C^Cprg;konst;kdel
**p10stahl1
[STAHL-STRECKEN -R 650 Teil 1]
[layout(w45650l4)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "w45650l4"));sympl_dr
[layout(w45650r4)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "w45650r4"));sympl_dr
[layout(w90650l8)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "w90650l8"));sympl_dr
[layout(w90650r8)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "w90650r8"));sympl_dr
[layout(s45650l4)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "s45650l4"));sympl_dr
[layout(s45650r4)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "s45650r4"));sympl_dr
[layout(s90650l8)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "s90650l8"));sympl_dr
[layout(drw1600x)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "drw1600x"));sympl_dr
[layout(dw1600xx)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "dw1600xx"));sympl_dr
[layout(dw800xxx)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "dw800xxx"));sympl_dr
[layout(kw400xxx)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "kw400xxx"));sympl_dr
[layout(kw600xxx)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "kw600xxx"));sympl_dr
[layout(kw800_6x)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "kw800_6x"));sympl_dr
[layout(kw800_8x)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "kw800_8x"));sympl_dr
**p10stahl2
[STAHL-STRECKEN - Radius 400 175]
[layout(w90400l5)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "w90400l5"));sympl_dr
[layout(w90400r5)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "w90400r5"));sympl_dr
[layout(s45400l4)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "s45400l4"));sympl_dr
[layout(s45400r4)]^C^C^P(setq ebene "l2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "s45400r4"));sympl_dr
[layout(s90400l5)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "s90400l5"));sympl_dr
[layout(drw500)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "drw500"));sympl_dr
[layout(w45175l4)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "w45175l4"));sympl_dr
[layout(w45175r4)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "w45175r4"));sympl_dr
[layout(w90175l4)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "w90175l4"));sympl_dr
[layout(w90175r4)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "w90175r4"));sympl_dr
[layout(s45175l4)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "s45175l4"));sympl_dr
[layout(s45175r4)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "s45175r4"));sympl_dr
[layout(s90175l4)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "s90175l4"));sympl_dr
**p10stahl3
[TUER-LOESUNGEN KLEINTEILE]
[layout(schw400l)]^C^C^P(setq ebene "l-1" eb_farbe "1" symname (strcat lw "/acadsst/layout/" "schw400l"));sympl_dr
[layout(schw400r)]^C^C^P(setq ebene "l-1" eb_farbe "1" symname (strcat lw "/acadsst/layout/" "schw400r"));sympl_dr
[layout(sch1000)]^C^C^P(setq ebene "l-1" eb_farbe "1" symname (strcat lw "/acadsst/layout/" "sch1000"));sympl_dr
[layout(schiebe)]^C^C^P(setq ebene "l-1" eb_farbe "1" symname (strcat lw "/acadsst/layout/" "schiebe"));sympl_dr
[layout(tele1000)]^C^C^P(setq ebene "l-1" eb_farbe "1" symname (strcat lw "/acadsst/layout/" "tele1000"));sympl_dr
[layout(endp)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "endp"));sympl_dr
[layout(schst)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "schst"));sympl_dr
[layout(verbind)]^C^C^P(setq ebene "l-3" eb_farbe "3" symname (strcat lw "/acadsst/layout/" "verbind"));symplac
[layout(muff_dia)]^C^C(load (strcat lw "/acadsst/layout/l_muffe"));l_muffe
[layout(reserve)]^C^C^P(setq ebene "l-8" eb_farbe "8" symname (strcat lw "/acadsst/layout/" "reserve"));symplac
**p10stahl4
[ST/STL-LAYEREINSTELLUNG FUER ANGEBOTE]
[layout(st)]^C^C^P(command "layer" "_m" "l-2" "_co" "2" "l-2" "_set" "l-2");;
[layout(stl)]^C^C^P(command "layer" "_m" "l-7" "_co" "7" "l-7" "-set" "l-7");;
**p10stahl5
[STAHL-STRECKEN -R 650 Teil 2]
[layout(w45650l3)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "w45650l3"));sympl_dr
[layout(w45650r3)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "w45650r3"));sympl_dr
[layout(w90650l7)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "w90650l7"));sympl_dr
[layout(w90650r7)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "w90650r7"));sympl_dr
[layout(s45650l3)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "s45650l3"));sympl_dr
[layout(s45650r3)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "s45650r3"));sympl_dr
[layout(drw1400x)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "drw1400x"));sympl_dr
[layout(dw1400xx)]^C^C^P(setq ebene "l-2" eb_farbe "2" symname (strcat lw "/acadsst/layout/" "dw1400xx"));sympl_dr
**p10alu6
[P-M-E aetze und Adapter]
[alu(m_sw-dsw)]^C^C^P(setq ebene "a-1" eb_farbe "1" symname (strcat lw "/acadsst/alu/" "m_sw-dsw"));sympl_dr
[alu(m_drsw)]^C^C^P(setq ebene "a-1" eb_farbe "1" symname (strcat lw "/acadsst/alu/" "m_drsw"));sympl_dr
[alu(m_sw3)]^C^C^P(setq ebene "a-1" eb_farbe "1" symname (strcat lw "/acadsst/alu/" "m_sw3"));sympl_dr
[alu(dummy)]
[alu(p_sw)]^C^C^P(setq ebene "a-5" eb_farbe "5" symname (strcat lw "/acadsst/alu/" "p_sw"));sympl_dr
[alu(p_dsw)]^C^C^P(setq ebene "a-5" eb_farbe "5" symname (strcat lw "/acadsst/alu/" "p_dsw"));sympl_dr
[alu(p_drsw)]^C^C^P(setq ebene "a-5" eb_farbe "5" symname (strcat lw "/acadsst/alu/" "p_drsw"));sympl_dr
[alu(p_sw3)]^C^C^P(setq ebene "a-5" eb_farbe "5" symname (strcat lw "/acadsst/alu/" "p_sw3"));sympl_dr
[alu(s_sw)]^C^C^P(setq ebene "a-3" eb_farbe "3" symname (strcat lw "/acadsst/alu/" "s_sw"));sympl_dr
[alu(s_dsw)]^C^C^P(setq ebene "a-3" eb_farbe "3" symname (strcat lw "/acadsst/alu/" "s_dsw"));sympl_dr
[alu(s_drsw)]^C^C^P(setq ebene "a-3" eb_farbe "3" symname (strcat lw "/acadsst/alu/" "s_drsw"));sympl_dr
[alu(s_sw3)]^C^C^P(setq ebene "a-3" eb_farbe "3" symname (strcat lw "/acadsst/alu/" "s_sw3"));sympl_dr
[alu(v_sw)]^C^C^P(setq ebene "a-4" eb_farbe "4" symname (strcat lw "/acadsst/alu/" "v_sw"));sympl_dr
[alu(v_dsw)]^C^C^P(setq ebene "a-4" eb_farbe "4" symname (strcat lw "/acadsst/alu/" "v_dsw"));sympl_dr
[alu(v_drsw)]^C^C^P(setq ebene "a-4" eb_farbe "4" symname (strcat lw "/acadsst/alu/" "v_drsw"));sympl_dr
[alu(v_sw3)]^C^C^P(setq ebene "a-4" eb_farbe "4" symname (strcat lw "/acadsst/alu/" "v_sw3"));sympl_dr
**p10alu7
[AP fuer Angebote und Adapter]
[alu(ap110)]^C^C^P(command "layer" "_m" "a-7" "_co" "7" "a-7" "_set" "a-7");;
[alu(apg110)]^C^C^P(command "layer" "_m" "a-2" "_co" "2" "a-2" "_set" "a-2");;
[alu(ap60)]^C^C^P(command "layer" "_m" "a-4" "_co" "4" "a-4" "_set" "a-4");;
[alu(tv80)]^C^C^P(setq ebene "a-7" eb_farbe "7" symname (strcat lw "/acadsst/alu/" "tv80"));sympl_dr
[alu(alu_ks)]^C^C^P(setq ebene "a-7" eb_farbe "7" symname (strcat lw "/acadsst/alu/" "alu_ks"));sympl_dr
[alu(ks_ks)]^C^C^P(setq ebene "a-7" eb_farbe "7" symname (strcat lw "/acadsst/alu/" "ks_ks"));sympl_dr
[alu(ks_40_ks)]^C^C^P(setq ebene "a-7" eb_farbe "7" symname (strcat lw "/acadsst/alu/" "ks_40_ks"));sympl_dr
[alu(ap110_60)]^C^C^P(setq ebene "a-3" eb_farbe "3" symname (strcat lw "/acadsst/alu/" "ap110_60"));sympl_dr
[alu(ap110_st)]^C^C^P(setq ebene "a-3" eb_farbe "3" symname (strcat lw "/acadsst/alu/" "ap110_st"));sympl_dr
[alu(ap60_st)]^C^C^P(setq ebene "a-3" eb_farbe "3" symname (strcat lw "/acadsst/alu/" "ap60_st"));sympl_dr
[alu(alu_end)]^C^C^P(setq ebene "a-7" eb_farbe "7" symname (strcat lw "/acadsst/alu/" "alu_end"));sympl_dr
**p10alu6A
[P-M-E aetze und Adapter]
[alu(ps_sw)]^C^C^P(setq ebene "a-4" eb_farbe "4" symname (strcat lw "/acadsst/alu/" "ps_sw"));sympl_dr
[alu(ss_sw)]^C^C^P(setq ebene "a-4" eb_farbe "4" symname (strcat lw "/acadsst/alu/" "ss_sw"));sympl_dr
[alu(ss_dsw)]^C^C^P(setq ebene "a-4" eb_farbe "4" symname (strcat lw "/acadsst/alu/" "ss_dsw"));sympl_dr
[alu(sv_sw)]^C^C^P(setq ebene "a-4" eb_farbe "4" symname (strcat lw "/acadsst/alu/" "sv_sw"));sympl_dr
**p10alu7A
[AP fuer Angebote und Adapter]
[alu(s_tv80)]^C^C^P(setq ebene "a-4" eb_farbe "4" symname (strcat lw "/acadsst/alu/" "s_tv80"));sympl_dr
[alu(s_tv80s)]^C^C^P(setq ebene "a-4" eb_farbe "4" symname (strcat lw "/acadsst/alu/" "s_tv80s"));sympl_dr
**p8hfs3
[CONVEYORS]
[hfs(HFSFORD2)]^C^C^P(setq ebene "H-1" eb_farbe "1" symname (strcat lw "/acadsst/hfs/" "HFSFORD2"));sympl_dr
[hfs(HFSABW2)]^C^C^P(setq ebene "H-4" eb_farbe "4" symname (strcat lw "/acadsst/hfs/" "HFSABW2"));sympl_dr
**p8hfs4
[SPECIAL EQUIPMENTS]
[hfs(FEUER2)]^C^C^P(setq ebene "H-1" eb_farbe "1" symname (strcat lw "/acadsst/hfs/" "FEUER2"));sympl_dr
**p8hfs5
[LOADING and UNLOADING]
[hfs(2_BTBEL)]^C^C^P(setq ebene "H-4" eb_farbe "4" symname (strcat lw "/acadsst/hfs/" "2_BTBEL"));sympl_dr
[hfs(2_BTENTL)]^C^C^P(setq ebene "H-4" eb_farbe "4" symname (strcat lw "/acadsst/hfs/" "2_BTENTL"));sympl_dr
[hfs(2_DROFF)]^C^C^P(setq ebene "H-4" eb_farbe "4" symname (strcat lw "/acadsst/hfs/" "2_DROFF"));sympl_dr
[hfs(2_HFSST)]^C^C^P(setq ebene "H-5" eb_farbe "5" symname (strcat lw "/acadsst/hfs/" "2_HFSST"));sympl_dr
**p8hfs6
[CONVEYOR FOR INPUT and OUTPUT]
[hfs(KLINKEN2)]^C^C^P(setq ebene "H-7" eb_farbe "7" symname (strcat lw "/acadsst/hfs/" "KLINKEN"));sympldr1
[hfs(VERLBAU2)]^C^C^P(setq ebene "H-7" eb_farbe "7" symname (strcat lw "/acadsst/hfs/" "VERLBAU"));sympldr1
[hfs(SCHNECK2)]^C^C^P(setq ebene "H-7" eb_farbe "7" symname (strcat lw "/acadsst/hfs/" "SCHNECK2"));sympl_dr
[hfs(FLACHSOR)]^C^C^P(setq ebene "H-7" eb_farbe "7" symname (strcat lw "/acadsst/hfs/" "FLACHSOR"));sympl_dr
**p8hfs7
[SCANNER FOR HANGER]
[hfs(SCBT_BC2)]^C^C^P(setq ebene "H-3" eb_farbe "3" symname (strcat lw "/acadsst/hfs/" "SCBT_BC2"));sympl_dr
[hfs(SCBT_TR2)]^C^C^P(setq ebene "H-4" eb_farbe "4" symname (strcat lw "/acadsst/hfs/" "SCBT_TR2"));sympl_dr
**p8hfs8
[SCANNER FOR GARMENTS]
[hfs(HSCT_BC2)]^C^C^P(setq ebene "H-3" eb_farbe "3" symname (strcat lw "/acadsst/hfs/" "HSCT_BC2"));sympl_dr
[hfs(HSCT_TR2)]^C^C^P(setq ebene "H-4" eb_farbe "4" symname (strcat lw "/acadsst/hfs/" "HSCT_TR2"));sympl_dr
[hfs(SCTE_BC2)]^C^C^P(setq ebene "H-3" eb_farbe "3" symname (strcat lw "/acadsst/hfs/" "SCTE_BC2"));sympl_dr
[hfs(SCTE_TR2)]^C^C^P(setq ebene "H-4" eb_farbe "4" symname (strcat lw "/acadsst/hfs/" "SCTE_TR2"));sympl_dr
**p8hfs9
[HANGER and ADDITIONAL EQUIPMENTS]
[hfs(SEPARAT2)]^C^C^P(setq ebene "H-6" eb_farbe "6" symname (strcat lw "/acadsst/hfs/" "SEPARAT2"));sympl_dr
[hfs(SEP2_NUL)]^C^C^P(setq ebene "H-1" eb_farbe "1" symname (strcat lw "/acadsst/hfs/" "SEP2_NUL"));sympl_dr
[hfs(STOPPER2)]^C^C^P(setq ebene "H-4" eb_farbe "4" symname (strcat lw "/acadsst/hfs/" "STOPPER2"));sympl_dr
[hfs(INDUKTI2)]^C^C^P(setq ebene "H-3" eb_farbe "3" symname (strcat lw "/acadsst/hfs/" "INDUKTI2"));sympl_dr
[hfs(BT2)]^C^C^P(setq ebene "H-6" eb_farbe "6" symname (strcat lw "/acadsst/hfs/" "BT2"));sympl_dr
[hfs(TT2)]^C^C^P(setq ebene "H-6" eb_farbe "6" symname (strcat lw "/acadsst/hfs/" "TT2"));sympl_dr
[hfs(SEP_FERT)]^C^C(load (strcat lw "/acadsst/hfs/sep_fert"));sep_fert
**p8hfs3d
[hfs(ANT_MOT3)]^C^C^P(setq ebene "H-1" eb_farbe "1" symname (strcat lw "/acadsst/hfs/" "ANT_MOT3"));sympl_dr
[hfs(ANT_OMO3)]^C^C^P(setq ebene "H-3" eb_farbe "3" symname (strcat lw "/acadsst/hfs/" "ANT_OMO3"));sympl_dr
[hfs(ANT_SAM3)]^C^C^P(setq ebene "H-7" eb_farbe "7" symname (strcat lw "/acadsst/hfs/" "ANT_SAM3"));sympl_dr
[hfs(RAD3)]^C^C^P(setq ebene "H-2" eb_farbe "2" symname (strcat lw "/acadsst/hfs/" "RAD3"));sympl_dr
[hfs(RAD_GER3)]^C^C^P(setq ebene "H-2" eb_farbe "2" symname (strcat lw "/acadsst/hfs/" "RAD_GER3"));sympl_dr
[hfs(RAD_RAD3)]^C^C^P(setq ebene "H-2" eb_farbe "2" symname (strcat lw "/acadsst/hfs/" "RAD_RAD3"));sympl_dr
[hfs(HFSFORD3)]^C^C^P(setq ebene "H-1" eb_farbe "1" symname (strcat lw "/acadsst/hfs/" "HFSFORD3"));sympl_dr
[hfs(HFSABW3)]^C^C^P(setq ebene "H-4" eb_farbe "4" symname (strcat lw "/acadsst/hfs/" "HFSABW3"));sympl_dr
[hfs(FEUER3)]^C^C^P(setq ebene "H-1" eb_farbe "1" symname (strcat lw "/acadsst/hfs/" "FEUER3"));sympl_dr
[hfs(BT_BELA3)]^C^C^P(setq ebene "H-4" eb_farbe "4" symname (strcat lw "/acadsst/hfs/" "BT_BELA3"));sympl_dr
[hfs(BT_ENTM3)]^C^C^P(setq ebene "H-4" eb_farbe "4" symname (strcat lw "/acadsst/hfs/" "BT_ENTM3"));sympl_dr
[hfs(BT_ENTA3)]^C^C^P(setq ebene "H-4" eb_farbe "4" symname (strcat lw "/acadsst/hfs/" "BT_ENTA3"));sympl_dr
[hfs(TT_BELM3)]^C^C^P(setq ebene "H-5" eb_farbe "5" symname (strcat lw "/acadsst/hfs/" "TT_BELM3"));sympl_dr
[hfs(TT_BELA3)]^C^C^P(setq ebene "H-5" eb_farbe "5" symname (strcat lw "/acadsst/hfs/" "TT_BELA3"));sympl_dr
[hfs(TT_ENTM3)]^C^C^P(setq ebene "H-5" eb_farbe "5" symname (strcat lw "/acadsst/hfs/" "TT_ENTM3"));sympl_dr
[hfs(TT_ENTA3)]^C^C^P(setq ebene "H-5" eb_farbe "5" symname (strcat lw "/acadsst/hfs/" "TT_ENTA3"));sympl_dr
[hfs(HUB_SEN3)]^C^C^P(setq ebene "H-3" eb_farbe "3" symname (strcat lw "/acadsst/hfs/" "HUB_SEN3"));sympl_dr
[hfs(KLINKEN3)]^C^C^P(setq ebene "H-7" eb_farbe "7" symname (strcat lw "/acadsst/hfs/" "KLINKEN3"));sympl_dr
[hfs(VERLBAU3)]^C^C^P(setq ebene "H-7" eb_farbe "7" symname (strcat lw "/acadsst/hfs/" "VERLBAU3"));sympl_dr
[hfs(SCHNECK3)]^C^C^P(setq ebene "H-7" eb_farbe "7" symname (strcat lw "/acadsst/hfs/" "SCHNECK3"));sympl_dr
[hfs(SCBT_BC3)]^C^C^P(setq ebene "H-3" eb_farbe "3" symname (strcat lw "/acadsst/hfs/" "SCBT_BC3"));sympl_dr
[hfs(SCBT_TR3)]^C^C^P(setq ebene "H-4" eb_farbe "4" symname (strcat lw "/acadsst/hfs/" "SCBT_TR3"));sympl_dr
[hfs(HSCT_BC3)]^C^C^P(setq ebene "H-3" eb_farbe "3" symname (strcat lw "/acadsst/hfs/" "HSCT_BC3"));sympl_dr
[hfs(HSCT_TR3)]^C^C^P(setq ebene "H-4" eb_farbe "4" symname (strcat lw "/acadsst/hfs/" "HSCT_TR3"));sympl_dr
[hfs(SCTE_BC3)]^C^C^P(setq ebene "H-3" eb_farbe "3" symname (strcat lw "/acadsst/hfs/" "SCTE_BC3"));sympl_dr
[hfs(SCTE_TR3)]^C^C^P(setq ebene "H-4" eb_farbe "4" symname (strcat lw "/acadsst/hfs/" "SCTE_TR3"));sympl_dr
[hfs(SEPARAT3)]^C^C^P(setq ebene "H-6" eb_farbe "6" symname (strcat lw "/acadsst/hfs/" "SEPARAT3"));sympl_dr
[hfs(STOPPER3)]^C^C^P(setq ebene "H-6" eb_farbe "6" symname (strcat lw "/acadsst/hfs/" "STOPPER3"));sympl_dr
[hfs(INDUKTI3)]^C^C^P(setq ebene "H-6" eb_farbe "6" symname (strcat lw "/acadsst/hfs/" "INDUKTI3"));sympl_dr
[hfs(BT3)]^C^C^P(setq ebene "H-6" eb_farbe "6" symname (strcat lw "/acadsst/hfs/" "BT3"));sympl_dr
[hfs(TT3)]^C^C^P(setq ebene "H-6" eb_farbe "6" symname (strcat lw "/acadsst/hfs/" "TT3"));sympl_dr
**p10verlade
[VERLADESCHLEIFEN]
[layout(vs2700)]^C^C^P(setq ebene "l-1" eb_farbe "1" symname (strcat lw "/acadsst/layout/" "vs2700"));sympl_dr
[layout(vs3150)]^C^C^P(setq ebene "l-1" eb_farbe "1" symname (strcat lw "/acadsst/layout/" "vs3150"));sympl_dr
[layout(vs3600)]^C^C^P(setq ebene "l-1" eb_farbe "1" symname (strcat lw "/acadsst/layout/" "vs3600"));sympl_dr
[layout(vs4050)]^C^C^P(setq ebene "l-1" eb_farbe "1" symname (strcat lw "/acadsst/layout/" "vs4050"));sympl_dr
[layout(vs4500)]^C^C^P(setq ebene "l-1" eb_farbe "1" symname (strcat lw "/acadsst/layout/" "vs4500"));sympl_dr
[layout(vs4950)]^C^C^P(setq ebene "l-1" eb_farbe "1" symname (strcat lw "/acadsst/layout/" "vs4950"));sympl_dr
[layout(vs5400)]^C^C^P(setq ebene "l-1" eb_farbe "1" symname (strcat lw "/acadsst/layout/" "vs5400"));sympl_dr
[layout(vs5850)]^C^C^P(setq ebene "l-1" eb_farbe "1" symname (strcat lw "/acadsst/layout/" "vs5850"));sympl_dr
[layout(vs6300)]^C^C^P(setq ebene "l-1" eb_farbe "1" symname (strcat lw "/acadsst/layout/" "vs6300"));sympl_dr
[layout(vs6750)]^C^C^P(setq ebene "l-1" eb_farbe "1" symname (strcat lw "/acadsst/layout/" "vs6750"));sympl_dr
[layout(vs7200)]^C^C^P(setq ebene "l-1" eb_farbe "1" symname (strcat lw "/acadsst/layout/" "vs7200"));sympl_dr
[layout(vs7650)]^C^C^P(setq ebene "l-1" eb_farbe "1" symname (strcat lw "/acadsst/layout/" "vs7650"));sympl_dr
[layout(vs8100)]^C^C^P(setq ebene "l-1" eb_farbe "1" symname (strcat lw "/acadsst/layout/" "vs8100"));sympl_dr
[layout(vs8550)]^C^C^P(setq ebene "l-1" eb_farbe "1" symname (strcat lw "/acadsst/layout/" "vs8550"));sympl_dr
[layout(vs9000)]^C^C^P(setq ebene "l-1" eb_farbe "1" symname (strcat lw "/acadsst/layout/" "vs9000"));sympl_dr
[layout(vs9450)]^C^C^P(setq ebene "l-1" eb_farbe "1" symname (strcat lw "/acadsst/layout/" "vs9450"));sympl_dr
[layout(vs9900)]^C^C^P(setq ebene "l-1" eb_farbe "1" symname (strcat lw "/acadsst/layout/" "vs9900"));sympl_dr
**p10profil
[Profil-Geruest]
[rohr(p_la1et)]^C^C^P(setq ebene "p-1" eb_farbe "1" symname (strcat lw "/acadsst/rohr/" "p_la1et"));sympl_dr
[rohr(p_la2et)]^C^C^P(setq ebene "p-3" eb_farbe "3" symname (strcat lw "/acadsst/rohr/" "p_la2et"));sympl_dr
[rohr(p_la3et)]^C^C^P(setq ebene "p-4" eb_farbe "4" symname (strcat lw "/acadsst/rohr/" "p_la3et"));sympl_dr
[rohr(p_tr1400)]^C^C^P(setq ebene "p-5" eb_farbe "5" symname (strcat lw "/acadsst/rohr/" "p_tr1400"));sympl_dr
[rohr(p_tr800)]^C^C^P(setq ebene "p-5" eb_farbe "5" symname (strcat lw "/acadsst/rohr/" "p_tr800"));sympl_dr
**p10st_ger
[Stahl-Geruest]
[rohr(s_1_4x3)]^C^C^P(setq ebene "s-7" eb_farbe "7" symname (strcat lw "/acadsst/rohr/" "s_1_4x3"));sympl_dr
[rohr(s_2_4x3)]^C^C^P(setq ebene "s-7" eb_farbe "7" symname (strcat lw "/acadsst/rohr/" "s_2_4x3"));sympl_dr
[rohr(s_3_4x3)]^C^C^P(setq ebene "s-7" eb_farbe "7" symname (strcat lw "/acadsst/rohr/" "s_3_4x3"));sympl_dr
[rohr(s_4_4x3)]^C^C^P(setq ebene "s-7" eb_farbe "7" symname (strcat lw "/acadsst/rohr/" "s_4_4x3"));sympl_dr
[rohr(s_1_5x3)]^C^C^P(setq ebene "s-1" eb_farbe "1" symname (strcat lw "/acadsst/rohr/" "s_1_5x3"));sympl_dr
[rohr(s_2_5x3)]^C^C^P(setq ebene "s-1" eb_farbe "1" symname (strcat lw "/acadsst/rohr/" "s_2_5x3"));sympl_dr
[rohr(s_3_5x3)]^C^C^P(setq ebene "s-1" eb_farbe "1" symname (strcat lw "/acadsst/rohr/" "s_3_5x3"));sympl_dr
[rohr(s_4_5x3)]^C^C^P(setq ebene "s-1" eb_farbe "1" symname (strcat lw "/acadsst/rohr/" "s_4_5x3"));sympl_dr
[rohr(s_1_5x5)]^C^C^P(setq ebene "s-3" eb_farbe "3" symname (strcat lw "/acadsst/rohr/" "s_1_5x5"));sympl_dr
[rohr(s_2_5x5)]^C^C^P(setq ebene "s-3" eb_farbe "3" symname (strcat lw "/acadsst/rohr/" "s_2_5x5"));sympl_dr
[rohr(s_3_5x5)]^C^C^P(setq ebene "s-3" eb_farbe "3" symname (strcat lw "/acadsst/rohr/" "s_3_5x5"));sympl_dr
[rohr(s_4_5x5)]^C^C^P(setq ebene "s-3" eb_farbe "3" symname (strcat lw "/acadsst/rohr/" "s_4_5x5"));sympl_dr
[rohr(s_t_h220)]^C^C^P(setq ebene "s-4" eb_farbe "4" symname (strcat lw "/acadsst/rohr/" "s_t_h220"));sympl_dr
**p10sonder
[SONDERTEILE]
[ QUIT]^C^C
**p10te_rs1
[RS-912]
[textil(r20_912)]^C^C^P(setq ebene "t-1" eb_farbe "1" symname (strcat lw "/acadsst/textil/" "r20_912"));sympl_dr
[textil(r21_912)]^C^C^P(setq ebene "t-1" eb_farbe "1" symname (strcat lw "/acadsst/textil/" "r21_912"));sympl_dr
[textil(r22_912)]^C^C^P(setq ebene "t-1" eb_farbe "1" symname (strcat lw "/acadsst/textil/" "r22_912"));sympl_dr
[textil(r23_912)]^C^C^P(setq ebene "t-1" eb_farbe "1" symname (strcat lw "/acadsst/textil/" "r23_912"));sympl_dr
[textil(r24_912)]^C^C^P(setq ebene "t-1" eb_farbe "1" symname (strcat lw "/acadsst/textil/" "r24_912"));sympl_dr
[textil(r25_912)]^C^C^P(setq ebene "t-1" eb_farbe "1" symname (strcat lw "/acadsst/textil/" "r25_912"));sympl_dr
[textil(r26_912)]^C^C^P(setq ebene "t-1" eb_farbe "1" symname (strcat lw "/acadsst/textil/" "r26_912"));sympl_dr
**p10te_rs2
[RS-960]
[textil(r20_960)]^C^C^P(setq ebene "t-1" eb_farbe "1" symname (strcat lw "/acadsst/textil/" "r20_960"));sympl_dr
[textil(r21_960)]^C^C^P(setq ebene "t-1" eb_farbe "1" symname (strcat lw "/acadsst/textil/" "r21_960"));sympl_dr
[textil(r22_960)]^C^C^P(setq ebene "t-1" eb_farbe "1" symname (strcat lw "/acadsst/textil/" "r22_960"));sympl_dr
[textil(r23_960)]^C^C^P(setq ebene "t-1" eb_farbe "1" symname (strcat lw "/acadsst/textil/" "r23_960"));sympl_dr
[textil(r24_960)]^C^C^P(setq ebene "t-1" eb_farbe "1" symname (strcat lw "/acadsst/textil/" "r24_960"));sympl_dr
[textil(r25_960)]^C^C^P(setq ebene "t-1" eb_farbe "1" symname (strcat lw "/acadsst/textil/" "r25_960"));sympl_dr
[textil(r26_960)]^C^C^P(setq ebene "t-1" eb_farbe "1" symname (strcat lw "/acadsst/textil/" "r26_960"));sympl_dr
**p10te_rs3
[RS-1008]
[textil(r20_1008)]^C^C^P(setq ebene "t-1" eb_farbe "1" symname (strcat lw "/acadsst/textil/" "r20_1008"));sympl_dr
[textil(r21_1008)]^C^C^P(setq ebene "t-1" eb_farbe "1" symname (strcat lw "/acadsst/textil/" "r21_1008"));sympl_dr
[textil(r22_1008)]^C^C^P(setq ebene "t-1" eb_farbe "1" symname (strcat lw "/acadsst/textil/" "r22_1008"));sympl_dr
[textil(r23_1008)]^C^C^P(setq ebene "t-1" eb_farbe "1" symname (strcat lw "/acadsst/textil/" "r23_1008"));sympl_dr
[textil(r24_1008)]^C^C^P(setq ebene "t-1" eb_farbe "1" symname (strcat lw "/acadsst/textil/" "r24_1008"));sympl_dr
[textil(r25_1008)]^C^C^P(setq ebene "t-1" eb_farbe "1" symname (strcat lw "/acadsst/textil/" "r25_1008"));sympl_dr
[textil(r26_1008)]^C^C^P(setq ebene "t-1" eb_farbe "1" symname (strcat lw "/acadsst/textil/" "r26_1008"));sympl_dr
**p10te_fl1
[36-SPINDEL]
[textil(f10_36)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f10_36"));sympl_dr
[textil(f11_36)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f11_36"));sympl_dr
[textil(f12_36)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f12_36"));sympl_dr
[textil(f13_36)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f13_36"));sympl_dr
[textil(f14_36)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f14_36"));sympl_dr
[textil(f15_36)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f15_36"));sympl_dr
[textil(f16_36)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f16_36"));sympl_dr
**p10te_fl2
[48-SPINDEL]
[textil(f10_48)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f10_48"));sympl_dr
[textil(f11_48)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f11_48"));sympl_dr
[textil(f12_48)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f12_48"));sympl_dr
[textil(f13_48)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f13_48"));sympl_dr
[textil(f14_48)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f14_48"));sympl_dr
[textil(f15_48)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f15_48"));sympl_dr
[textil(f16_48)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f16_48"));sympl_dr
**p10te_fl3
[60-SPINDEL]
[textil(f10_60)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f10_60"));sympl_dr
[textil(f11_60)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f11_60"));sympl_dr
[textil(f12_60)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f12_60"));sympl_dr
[textil(f13_60)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f13_60"));sympl_dr
[textil(f14_60)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f14_60"));sympl_dr
[textil(f15_60)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f15_60"));sympl_dr
[textil(f16_60)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f16_60"));sympl_dr
**p10te_fl4
[72-SPINDEL]
[textil(f10_72)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f10_72"));sympl_dr
[textil(f11_72)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f11_72"));sympl_dr
[textil(f12_72)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f12_72"));sympl_dr
[textil(f13_72)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f13_72"));sympl_dr
[textil(f14_72)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f14_72"));sympl_dr
[textil(f15_72)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f15_72"));sympl_dr
[textil(f16_72)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f16_72"));sympl_dr
**p10te_fl5
[84-SPINDEL]
[textil(f10_84)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f10_84"));sympl_dr
[textil(f11_84)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f11_84"));sympl_dr
[textil(f12_84)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f12_84"));sympl_dr
[textil(f13_84)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f13_84"));sympl_dr
[textil(f14_84)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f14_84"));sympl_dr
[textil(f15_84)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f15_84"));sympl_dr
[textil(f16_84)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f16_84"));sympl_dr
**p10te_fl6
[96-SPINDEL]
[textil(f10_96)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f10_96"));sympl_dr
[textil(f11_96)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f11_96"));sympl_dr
[textil(f12_96)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f12_96"));sympl_dr
[textil(f13_96)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f13_96"));sympl_dr
[textil(f14_96)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f14_96"));sympl_dr
[textil(f15_96)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f15_96"));sympl_dr
[textil(f16_96)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f16_96"));sympl_dr
**p10te_fl7
[108-SPINDEL]
[textil(f10_108)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f10_108"));sympl_dr
[textil(f11_108)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f11_108"));sympl_dr
[textil(f12_108)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f12_108"));sympl_dr
[textil(f13_108)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f13_108"));sympl_dr
[textil(f14_108)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f14_108"));sympl_dr
[textil(f15_108)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f15_108"));sympl_dr
[textil(f16_108)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f16_108"));sympl_dr
**p10te_fl8
[120-SPINDEL]
[textil(f10_120)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f10_120"));sympl_dr
[textil(f11_120)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f11_120"));sympl_dr
[textil(f12_120)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f12_120"));sympl_dr
[textil(f13_120)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f13_120"));sympl_dr
[textil(f14_120)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f14_120"));sympl_dr
[textil(f15_120)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f15_120"));sympl_dr
[textil(f16_120)]^C^C^P(setq ebene "t-6" eb_farbe "6" symname (strcat lw "/acadsst/textil/" "f16_120"));sympl_dr
**p10bug
[BUEGELEI]
[arbplz(b_typ1)]^C^C(if (not C:b_typ1)(load (strcat lw "/acadsst/module/b_typ1")));b_typ1
[arbplz(b_typ2)]^C^C(if (not C:b_typ1)(load (strcat lw "/acadsst/module/b_typ2")));b_typ2
[arbplz(b_typ3)]^C^C(if (not C:b_typ1)(load (strcat lw "/acadsst/module/b_typ3")));b_typ3
[arbplz(b_typ4)]^C^C(if (not C:b_typ1)(load (strcat lw "/acadsst/module/b_typ4")));b_typ4
[arbplz(b_typ5)]^C^C(if (not C:b_typ1)(load (strcat lw "/acadsst/module/b_typ5")));b_typ5
[arbplz(b_typ6)]^C^C(if (not C:b_typ1)(load (strcat lw "/acadsst/module/b_typ6")));b_typ6
[arbplz(b_typ7)]^C^C(if (not C:b_typ1)(load (strcat lw "/acadsst/module/b_typ7")));b_typ7
[arbplz(b_typ8)]^C^C(if (not C:b_typ1)(load (strcat lw "/acadsst/module/b_typ8")));b_typ8
[arbplz(b_typ9)]^C^C(if (not C:b_typ1)(load (strcat lw "/acadsst/module/b_typ9")));b_typ9
**p10tef
[KF - TEF - PFE - SF]
[foerder(tef45i)]^C^C^P(setq ebene "f-1" eb_farbe "1" symname (strcat lw "/acadsst/foerder/" "tef45i"));sympl_dr
[foerder(tef45a)]^C^C^P(setq ebene "f-1" eb_farbe "1" symname (strcat lw "/acadsst/foerder/" "tef45a"));sympl_dr
[foerder(tef90i)]^C^C^P(setq ebene "f-1" eb_farbe "1" symname (strcat lw "/acadsst/foerder/" "tef90i"));sympl_dr
[foerder(tef90a)]^C^C^P(setq ebene "f-1" eb_farbe "1" symname (strcat lw "/acadsst/foerder/" "tef90a"));sympl_dr
[foerder(tefmoli)]^C^C^P(setq ebene "f-1" eb_farbe "1" symname (strcat lw "/acadsst/foerder/" "tefmoli"));sympl_dr
[foerder(tefumre)]^C^C^P(setq ebene "f-1" eb_farbe "1" symname (strcat lw "/acadsst/foerder/" "tefumre"));sympl_dr
[foerder(tefmore)]^C^C^P(setq ebene "f-1" eb_farbe "1" symname (strcat lw "/acadsst/foerder/" "tefmore"));sympl_dr
[foerder(tefumli)]^C^C^P(setq ebene "f-1" eb_farbe "1" symname (strcat lw "/acadsst/foerder/" "tefumli"));sympl_dr
[foerder(tefger)]^C^C^P(setq ebene "f-1" eb_farbe "1" symname (strcat lw "/acadsst/foerder/" "tefger"));sympl_dr
[foerder(foerder)]^C^C^P(setq ebene "f-3" eb_farbe "3" symname (strcat lw "/acadsst/foerder/" "foerder"));sympl_dr
[foerder(pfe1200)]^C^C^P(setq ebene "f-4" eb_farbe "4" symname (strcat lw "/acadsst/foerder/" "pfe1200"));sympl_dr
[foerder(sf)]^C^C^P(setq ebene "f-3" eb_farbe "3" symname (strcat lw "/acadsst/foerder/" "sf"));sympl_dr
[foerder(para_ein)]^C^C^P(setq ebene "f-1" eb_farbe "1" symname (strcat lw "/acadsst/foerder/" "para_ein"));sympl_dr
[foerder(para_aus)]^C^C^P(setq ebene "f-1" eb_farbe "1" symname (strcat lw "/acadsst/foerder/" "para_aus"));sympl_dr
[foerder(para_str)]^C^C^P(setq ebene "f-1" eb_farbe "1" symname (strcat lw "/acadsst/foerder/" "para_str"));sympl_dr
[foerder(ltunload)]^C^C^P(setq ebene "f-4" eb_farbe "4" symname (strcat lw "/acadsst/foerder/" "ltunload"));sympl_dr
[foerder(ltload)]^C^C^P(setq ebene "f-6" eb_farbe "6" symname (strcat lw "/acadsst/foerder/" "ltload"));sympl_dr
**p10reibrad
[Reibradantriebe]
[ QUIT]^C^C
**TISCHE
[TISCHE]
[zier2d(t11)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_t11"));sympldr2
[zier2d(t12)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_t12"));sympldr2
[zier2d(t21)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_t21"));sympldr2
[zier2d(t22)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_t22"));sympldr2
[zier2d(t31)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_t31"));sympldr2
[zier2d(t41)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_t41"));sympldr2
[zier2d(t42)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_t42"));sympldr2
[zier2d(t51)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_t51"));sympldr2
[zier2d(t52)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_t52"));sympldr2
**VERBIND1
[VERBINDUNGSELEMENTE]
[zier2d(vw1)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_vw1"));sympldr2
[zier2d(vw2)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_vw2"));sympldr2
[zier2d(vw3)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_vw3"));sympldr2
[zier2d(vw4)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_vw4"));sympldr2
[zier2d(vw5)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_vw5"));sympldr2
[zier2d(vw6)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_vw6"));sympldr2
[zier2d(vw7)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_vw7"));sympldr2
[zier2d(vw8)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_vw8"));sympldr2
[zier2d(vw9)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_vw9"));sympldr2
**VERBIND2
[VERBINDUNGSELEMENTE]
[zier2d(vt1)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_vt1"));sympldr2
[zier2d(vt2)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_vt2"));sympldr2
**VERBIND3
[VERBINDUNGSELEMENTE]
[zier2d(vh11)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_vh11"));sympldr2
[zier2d(vh12)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_vh12"));sympldr2
**VERBIND4
[VERBINDUNGSELEMENTE]
[zier2d(vv11)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_vv11"));sympldr2
[zier2d(vv12)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_vv12"));sympldr2
[zier2d(vv21)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_vv21"));sympldr2
[zier2d(vv22)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_vv22"));sympldr2
[zier2d(vv3)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_vv3"));sympldr2
[zier2d(vv4)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_vv4"));sympldr2
[zier2d(vv5)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_vv5"));sympldr2
[zier2d(vv6)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_vv6"));sympldr2
[zier2d(vv7)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_vv7"));sympldr2
**THEKE1
[THEKENELEMENTE]
[zier2d(th1)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_th1"));sympldr2
[zier2d(th2)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_th2"));sympldr2
[zier2d(th3)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_th3"));sympldr2
[zier2d(th4)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_th4"));sympldr2
**THEKE2
[THEKENELEMENTE]
[zier2d(th5)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_th5"));sympldr2
[zier2d(th6)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_th6"));sympldr2
[zier2d(th7)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_th7"));sympldr2
[zier2d(th8)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_th8"));sympldr2
[zier2d(th9)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_th9"));sympldr2
[zier2d(th10)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_th10"));sympldr2
[zier2d(th11)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_th11"));sympldr2
[zier2d(th12)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_th12"));sympldr2
[zier2d(th13)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_th13"));sympldr2
[zier2d(th14)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_th14"));sympldr2
**CONTAINER
[CONTAINER]
[zier2d(c1)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_c1"));sympldr2
[zier2d(c2)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_c2"));sympldr2
**SCHRANK1
[SCHRAENKE]
[zier2d(sf1)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_sf1"));sympldr2
[zier2d(sf2)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_sf2"));sympldr2
[zier2d(sf3)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_sf3"));sympldr2
[zier2d(sf4)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_sf4"));sympldr2
[zier2d(sf5)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_sf5"));sympldr2
[zier2d(sf6)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_sf6"));sympldr2
[zier2d(sf7)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_sf7"));sympldr2
[zier2d(sf8)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_sf8"));sympldr2
[zier2d(sf9)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_sf9"));sympldr2
**SCHRANK2
[SCHRAENKE]
[zier2d(ss1)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_ss1"));sympldr2
[zier2d(ss2)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_ss2"));sympldr2
[zier2d(ss3)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_ss3"));sympldr2
**SCHRANK3
[SCHRAENKE]
[zier2d(sq1)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_sq1"));sympldr2
[zier2d(sq2)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_sq2"));sympldr2
[zier2d(sq3)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_sq3"));sympldr2
[zier2d(sq4)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_sq4"));sympldr2
**SCHRANK4
[SCHRAENKE]
[zier2d(sh1)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_sh1"));sympldr2
[zier2d(sh2)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_sh2"));sympldr2
**FILOS1
[FILOSELEMENTE]
[zier2d(fa11)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_fa11"));sympldr2
[zier2d(fa12)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_fa12"));sympldr2
[zier2d(fa21)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_fa21"));sympldr2
[zier2d(fa22)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_fa22"));sympldr2
[zier2d(fa31)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_fa31"));sympldr2
[zier2d(fa32)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_fa32"));sympldr2
[zier2d(fa41)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_fa41"));sympldr2
[zier2d(fa42)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_fa42"));sympldr2
**FILOS2
[FILOSELEMENTE]
[zier2d(fc11)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_fc11"));sympldr2
[zier2d(fc12)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_fc12"));sympldr2
[zier2d(fc21)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_fc21"));sympldr2
[zier2d(fc22)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_fc22"));sympldr2
**FILOS3
[FILOSELEMENTE]
[zier2d(fc31)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_fc31"));sympldr2
[zier2d(fc32)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_fc32"));sympldr2
**FILOS4
[FILOSELEMENTE]
[zier2d(fv1)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_fv1"));sympldr2
[zier2d(fv2)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_fv2"));sympldr2
[zier2d(fv3)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_fv3"));sympldr2
[zier2d(fv4)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_fv4"));sympldr2
**ANDERE
[ANDERE]
[zier2d(dt1)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_dt1"));sympldr2
[zier2d(dt2)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_dt2"));sympldr2
[zier2d(dst1)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_dst1"));sympldr2
[zier2d(dst2)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_dst2"));sympldr2
[zier2d(bst1)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_bst1"));sympldr2
[zier2d(bst2)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_bst2"));sympldr2
[zier2d(bl1)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_bl1"));sympldr2
[zier2d(bl2)]^C^C^P(setq ebene "z-2" eb_farbe "2" symname (strcat lw "/acadsst/zier2d/" "t_bl2"));sympldr2
**3DObjekte
[3D-Objekte]
[zier3d(treppe) ]^C^C^P(load (strcat lw "/acadsst/zier3d/3d_trep" ))^P;3d_trep
[zier3d(ford) ]^C^P^P(load (strcat lw "/acadsst/zier3d/3d_ford" ))^P;3d_ford
[zier3d(angst) ]^C^C^P(load (strcat lw "/acadsst/zier3d/3d_angst"))^P;3d_angst
[zier3d(gelaend)]^C^C^P(load (strcat lw "/acadsst/zier3d/3d_gael" ))^P;3d_gael
[zier3d(tisch) ]^C^C^P(load (strcat lw "/acadsst/zier3d/3d_tisch"))^P;3d_tisch
**image_poly
[Set Spline Fit Variables]
[acad(pm-quad,Quadric Fit Mesh)]'_surftype 5
[acad(pm-cubic,Cubic Fit Mesh)]'_surftype 6
[acad(pm-bezr,Bezier Fit Mesh)]'_surftype 8
[acad(pl-quad,Quadric Fit Pline)]'_splinetype 5
[acad(pl-cubic,Cubic Fit Pline)]'_splinetype 6
**image_3DObjects
[3D Objects]
[acad(box3d,3D Box)]^C^Cai_box
[acad(Pyramid,Pyramid)]^C^Cai_pyramid
[acad(Wedge,Wedge)]^C^Cai_wedge
[acad(Dome,Dome)]^C^Cai_dome
[acad(Sphere,Sphere)]^C^Cai_sphere
[acad(Cone,Cone)]^C^Cai_cone
[acad(Torus,Torus)]^C^Cai_torus
[acad(Dish,Dish)]^C^Cai_dish
[acad(Mesh,Mesh)]^C^Cai_mesh
**image_vporti
[Tiled Viewport Layout]
[acad(vport-1,Single)]^C^C(ai_tiledvp 1 nil)
[acad(vport-3v,Three: Vertical)]^C^C(ai_tiledvp 3 "_V")
[acad(vport-3h,Three: Horizontal)]^C^C(ai_tiledvp 3 "_H")
[acad(vport-4,Four: Equal)]^C^C(ai_tiledvp 4 nil)
[acad(vport-2v,Two: Vertical)]^C^C(ai_tiledvp 2 "_V")
[acad(vport-3r,Three: Right)]^C^C(ai_tiledvp 3 "_R")
[acad(vport-3l,Three: Left)]^C^C(ai_tiledvp 3 "_L")
[acad(vport-4l,Four: Left)]^C^C(ai_tiledvp 4 "_L")
[acad(vport-2h,Two: Horizontal)]^C^C(ai_tiledvp 2 "_H")
[acad(vport-3a,Three: Above)]^C^C(ai_tiledvp 3 "_A")
[acad(vport-3b,Three: Below)]^C^C(ai_tiledvp 3 "_B")
[acad(vport-4r,Four: Right)]^C^C(ai_tiledvp 4 "_R")
//
// Begin AutoCAD Screen Menus
//
***SCREEN
**S
[AutoCAD ]^C^C^P(ai_rootmenus) ^P
[* * * * ]$S=ACAD.OSNAP
[FILE ]$S=ACAD.01_FILE
[ASSIST ]$S=ACAD.02_ASSIST
[VIEW ]$S=ACAD.03_VIEW
[DRAW 1 ]$S=ACAD.04_DRAW1
[DRAW 2 ]$S=ACAD.05_DRAW2
[DRAW DIM]$S=ACAD.06_DRAWDIM
[CONSTRCT]$S=ACAD.07_CONSTRUCT
[MODIFY ]$S=ACAD.08_MODIFY
[MOD DIM ]$S=ACAD.09_MODDIM
[DATA ]$S=ACAD.10_DATA
[OPTIONS ]$S=ACAD.11_OPTIONS
[TOOLS ]$S=ACAD.12_TOOLS
[HELP ]$S=ACAD.13_HELP
[SERVICE]$S=ACAD.service
[LAST ]$S=ACAD.
// The SNAP_TO menu can be called on high
// resolution displays to paint the snap
// options on the bottom of the screen menu
**SNAP_TO 28
[App Int ]_appint
[CENter ]_cen
[ENDPoint]_endp
[INSert ]_ins
[INTersec]_int
[MIDpoint]_mid
[NEArest ]_nea
[NODe ]_nod
[PERpend ]_per
[QUAdrant]_qua
[QUIck ]_qui
[TANgent ]_tan
[NONe ]_non
[FROM ]_from
**GRIP_EDIT 3
[Grip ]
[ Edit ]
[MOve ]_mo
[MIrror ]_mi
[Rotate ]_r
[SCale ]_sc
[STretch ]_st
[Base pt ]_b
[Copy ]_c
[Referenc]_r
[Undo ]_u
[eXit ]_x
[Cancel: ]^c
**01_FILE 3
[New: ]^C^C_new
[Open: ]^C^C_open
[Save: ]^C^C_qsave
[SaveAs: ]^C^C_saveas
[Print: ]^C^C_plot
[Xref: ]^C^C_xref
[Xbind: ]^C^C_xbind
[IMPORT ]$S=ACAD.011_IMPORT
[EXPORT ]$S=ACAD.012_EXPORT
[MANAGE ]$S=ACAD.013_MANAGE
[Exit: ]^C^C_quit
**011_IMPORT 3
[DXFin: ]^C^C_dxfin
[DXBin: ]^C^C_dxbin
[3DSin: ]^C^C_3dsin
[SATin: ]^C^C_acisin
[PSin: ]^C^C_psin
[PSdrag: ]'_psdrag
[PSquali:]'_psquality
[PCXin: ]^C^C_pcxin
[GIFin: ]^C^C_gifin
[TIFFin: ]^C^C_tiffin
**012_EXPORT 3
[Wblock: ]^C^C_wblock
[SaveR12:]^C^C_saveasr12
[DXFout: ]^C^C_dxfout
[3DSout: ]^C^C_3dsout
[ACISout:]^C^C_acisout
[STLout: ]^C^C_stlout
[PSout: ]^C^C_psout
[PSprolg:]'_psprolog
[DDattEx:]^C^C_ddattext
**013_MANAGE 3
[Arx: ]^C^C_arx
[Files: ]^C^C_files
[Audit: ]^C^C_audit
[Recover:]^C^C_recover
**02_ASSIST 3
[Undo: ]^C^C_undo
[Redo: ]^C^C_redo
[Osnap:]'_osnap
[Snap: ]'_snap
[Grid: ]'_grid
[Ortho: ]'_ortho
[Select: ]^C^C_select
[Filter: ]'_filter
[Group: ]^C^C_group
[PikStyl:]^C^C_pickstyle
[INQUIRY ]$S=ACAD.021_INQUIRY
[Cancel: ]^C^C^C
**021_INQUIRY 3
[List: ]^C^C_list
[ID: ]'_id
[Dist: ]'_dist
[Area: ]^C^C_area
[MassPro:]^C^C_massprop
**03_VIEW 3
[Redraw: ]'_redraw
[RedrwAl:]'_redrawall
[Zoom: ]'_zoom
[Pan: ]'_pan
[DDview: ]^C^C_ddview
[Plan: ]^C^C_plan
[Vpoint: ]^C^C_vpoint
[Dview: ]^C^C_dview
[Tilemod:]^C^C_tilemode
[Mspace: ]^C^C_mspace
[Pspace: ]^C^C_pspace
[Vports: ]^C^C_vports
[TileVpt:]^C^C^P(ai_tiledvp_chk T) ^P
[Mview: ]^C^C_mview
[DDucsp: ]^C^C_dducsp
[DDucs: ]^C^C_dducs
[UCS: ]^C^C_ucs
**04_DRAW1 3
[Line: ]^C^C_line
[Xline: ]^C^C_xline
[Ray: ]^C^C_ray
[Sketch: ]^C^C_sketch
[Pline: ]^C^C_pline
[3Dpoly: ]^C^C_3dpoly
[Mline: ]^C^C_mline
[Spline: ]^C^C_spline
[Arc: ]^C^C_arc
[Circle: ]^C^C_circle
[Donut: ]^C^C_donut
[Ellipse:]^C^C_ellipse
[Rectang:]^C^C_rectang
[Polygon:]^C^C_polygon
[Solid: ]^C^C_solid
**05_DRAW2 3
[Point: ]*^C^C_point
[Divide: ]^C^C_divide
[Measure:]^C^C_measure
[DDinsert]^C^C_ddinsert
[Insert: ]^C^C_insert
[Minsert:]^C^C_minsert
[Shape: ]^C^C_shape
[SURFACES]$S=ACAD.3D
[SOLIDS ]$S=ACAD.051_SOLIDS
[Mtext: ]^C^C_mtext
[DText: ]^C^C_dtext
[Style: ]^C^C_style
[Trace: ]^C^C_trace
**051_SOLIDS 3
[Box: ]^C^C_box
[Cone: ]^C^C_cone
[Cylindr:]^C^C_cylinder
[Sphere: ]^C^C_sphere
[Torus: ]^C^C_torus
[Wedge: ]^C^C_wedge
[Extrude:]^C^C_extrude
[Revolve:]^C^C_revolve
[Slice: ]^C^C_slice
[Section:]^C^C_section
[Intrfer:]^C^C_interfere
[Union: ]^C^C_union
[Subtrac:]^C^C_subtract
[Intrsec:]^C^C_intersect
[AMEconv:]^C^C_ameconvert
// IMPORTANT: The DIM menu page is a duplicate of
// the DRAWDIM page. Changes to one page must be
// made to both in order to maintain consistency.
**06_DRAWDIM 3
[Linear: ]^C^C_dimlinear
[Aligned:]^C^C_dimaligned
[Diametr:]^C^C_dimdiameter
[Radius: ]^C^C_dimradius
[Angular:]^C^C_dimangular
[Ordinat:]^C^C_dimordinate
[Baselin:]^C^C_dimbaseline
[Continu:]^C^C_dimcontinue
[Center: ]^C^C_dimcenter
[Leader: ]^C^C_leader
[Toleran:]^C^C_tolerance
[DDim: ]^C^C_ddim
[DimStyl:]^C^C_dimstyle
// IMPORTANT: The DIM menu page is a duplicate of
// the DRAWDIM page. Changes to one page must be
// made to both in order to maintain consistency.
**DIM 3
[Linear: ]^C^C_dimlinear
[Aligned:]^C^C_dimaligned
[Diametr:]^C^C_dimdiameter
[Radius: ]^C^C_dimradius
[Angular:]^C^C_dimangular
[Ordinat:]^C^C_dimordinate
[Baselin:]^C^C_dimbaseline
[Continu:]^C^C_dimcontinue
[Center: ]^C^C_dimcenter
[Leader: ]^C^C_leader
[Toleran:]^C^C_tolerance
[DDim: ]^C^C_ddim
[DimStyl:]^C^C_dimstyle
**07_CONSTRUCT 3
[Copy: ]$m=$(if,$(eq,$(substr,$(getvar,cmdnames),1,4),grip),_copy,^C^C_copy)
[Offset: ]^C^C_offset
[Mirror: ]$m=$(if,$(eq,$(substr,$(getvar,cmdnames),1,4),grip),_mirror,^C^C_mirror)
[Array: ]^C^C_array
[Chamfer:]^C^C_chamfer
[Fillet: ]^C^C_fillet
[Bhatch: ]^C^C_bhatch
[Boundar:]^C^C_boundary
[Region: ]^C^C_region
[PSfill: ]^C^C_psfill
[DDatDef:]^C^C_ddattdef
[3Darray:]^C^C_3darray
[Mirro3D:]^C^C_mirror3d
[Rotat3D:]^C^C_rotate3d
**08_MODIFY 3
[Modify: ]^C^C_ddmodify
[Change: ]^C^C_change
[Ddchpro:]^C^C_ddchprop
[Move: ]$m=$(if,$(eq,$(substr,$(getvar,cmdnames),1,4),grip),_move,^C^C_move)
[Rotate: ]$m=$(if,$(eq,$(substr,$(getvar,cmdnames),1,4),grip),_rotate,^C^C_rotate)
[Align: ]^C^C_align
[Stretch:]$m=$(if,$(eq,$(substr,$(getvar,cmdnames),1,4),grip),_stretch,^C^C_stretch)
[Scale: ]$m=$(if,$(eq,$(substr,$(getvar,cmdnames),1,4),grip),_scale,^C^C_scale)
[Lengthn:]^C^C_lengthen
[Trim: ]^C^C_trim
[Extend: ]^C^C_extend
[Break: ]^C^C_break
[Pedit: ]^C^C_pedit
[Mledit: ]^C^C_mledit
[SplinEd:]^C^C_splinedit
[DDedit: ]^C^C_ddedit
[HatchEd:]^C^C_hatchedit
[AttEd: ]^C^C_ddatte
[Explode:]^C^C_explode
[Erase: ]^C^C_erase
[Oops: ]^C^C_oops
**09_MODDIM 3
[DimEdit:]^C^C_dimedit
[DimTedt:]^C^C_dimtedit
[DimStyl:]^C^C_dimstyle
[DDim: ]^C^C_ddim
[Overrid:]^C^C_dimoverride
**10_DATA 3
[DDemode:]'_ddemodes
[DDlmode:]'_ddlmodes
[VPlayer:]^C^C_vplayer
[Color: ]'_color
[DDltype:]'_ddltype
[MLstyle:]^C^C_mlstyle
[Style: ]'_style
[DDim: ]^C^C_ddim
[Load: ]^C^C_load
[Units: ]'_ddunits
[Limits: ]'_limits
[Time: ]'_time
[Status: ]^C^C_status
[Rename: ]^C^C_ddrename
[Purge: ]^C^C_purge
**11_OPTIONS 3
[DDrmode:]'_ddrmodes
[DDosnap:]'_ddosnap
[Coords: ]'_coords
[DDselec:]'_ddselect
[DDgrips:]'_ddgrips
[UCSicon:]^C^C_ucsicon
[UCSfoll:]'_ucsfollow
[DISPLAY ]$S=ACAD.111_DISPLAY
[Viewres:]^C^C_viewres
[Regenmo:]^C^C_regenmode
[Dragmod:]^C^C_dragmode
[Psltcal:]'_psltscale
[Config: ]^C^C_config
[Tablet: ]^C^C_tablet
[SaveTim:]'_savetime
[Sys Var:]^C^C_setvar
**111_DISPLAY 3
[Fill: ]'_fill
[SplFram:]'_splframe
[AttDisp:]^C^C_attdisp
[DDptype:]'_ddptype
[TxtFill:]'_textfill
[TxtQlty:]'_textqlty
[Qtext: ]'_qtext
[LTscale:]'_ltscale
[PSltscl:]'_psltscale
[PlinGen:]'_plinegen
**12_TOOLS 3
[Appload:]^C^C_appload
[Script: ]^C^C_script
[TextScr:]'_textscr
[EXT DBMS]$S=ACAD.122_EXTDBMS
[Hide: ]^C^C_hide
[SHADE ]$S=ACAD.shade
[RENDER ]$S=ACAD.123_RENDER
[Vslide: ]^C^C_vslide
[Mslide: ]^C^C_mslide
[SaveImg:]^C^C_saveimg
[Replay: ]^C^C_replay
[Spell: ]^C^C_spell
[GeomCal:]'_cal
[Menu: ]^C^C_menu
[Reinit: ]^C^C_reinit
[Compile:]^C^C_compile
**122_EXTDBMS 3
[Admin: ]^C^C_aseadmin
[Rows: ]^C^C_aserows
[Links: ]^C^C_aselinks
[Select: ]^C^C_aseselect
[Export: ]^C^C_aseexport
[SQLedit:]^C^C_asesqled
**123_RENDER 3
[Render: ]^C^C_render
[Scenes: ]^C^C_scene
[Views: ]^C^C_ddview
[Lights: ]^C^C_light
[Mater'l:]^C^C_rmat
[MatLib: ]^C^C_matlib
[Prefer: ]^C^C_rpref
[Stats: ]^C^C_stats
[Config: ]^C^C_rconfig
**13_HELP 3
[Help ]'_help
[About ]'_about
//
// Here begins the command menus
//
**SERVICE 3
[Last ]_l
[Previous]_p
[ALL ]_all
[CPolygon]_cp
[WPolygon]_wp
[Fence ]_f
[Group ]_g
[Add ]_a
[Remove ]_r
[Undo ]_u
[Filters ]_'filter
.x
.y
.z
.xy
.xz
.yz
[Osnap: ]'_ddosnap
[DrawAid:]'_ddrmodes
[Entity: ]'_ddemodes
[Layer: ]'_ddlmodes
[Group: ]^C^C_group
**3D 3
[Box: ]^C^Cai_box
[Cone: ]^C^Cai_cone
[Dish: ]^C^Cai_dish
[Dome: ]^C^Cai_dome
[Mesh: ]^C^Cai_mesh
[Pyramid:]^C^Cai_pyramid
[Sphere: ]^C^Cai_sphere
[Torus: ]^C^Cai_torus
[Wedge: ]^C^Cai_wedge
[3Dface: ]^C^C_3dface
[3Dpoly: ]^C^C_3dpoly
[Revsurf:]^C^C_revsurf
[Tabsurf:]^C^C_tabsurf
[Rulsurf:]^C^C_rulesurf
[Edgsurf:]^C^C_edgesurf
[Surftb1:]'_surftab1
[Surftb2:]'_surftab2
[3dmesh: ]^C^C_3dmesh
[Pface: ]^C^C_pface
**3DARRAY 3
[3Darray:]^C^C_3darray
[Rectang ]_r
[Polar ]_p
[Yes ]_y
[No ]_n
**3DFACE 3
[3Dface: ]^C^C_3dface
[Invisibl]_i
[ShowEdge]^P(setvar "splframe" 1)(ai_showedge_alert) ^P
[HideEdge]^P(setvar "splframe" 0)(ai_hideedge_alert) ^P
[Edge: ]^C^C_edge
[DDmodif:]^C^C_ddmodify
**3DMESH 3
[3Dmesh: ]^C^C_3dmesh
[3Dobjec:]^C^C_3d
**3DPOLY 3
[3dpoly: ]^C^C_3dpoly
[Close ]_c
[Undo ]_u
@
**AI_BOX 3
[Box: ]^C^C_ai_box
[Cube ]_c
**AI_CONE 3
[Cone: ]^C^C_ai_cone
[Diameter]_d
**AI_DISH 3
[Dish: ]^C^C_ai_dish
[Diameter]_d
**AI_DOME 3
[Dome: ]^C^C_ai_dome
[Diameter]_d
**AI_MESH 3
[Mesh: ]^C^C_ai_mesh
**AI_PYRAMID 3
[Pyramid:]^C^C_ai_pyramid
[TetraHdn]_t
[Ridge ]_r
[Top ]_t
**AI_SPHERE 3
[Sphere: ]^C^C_ai_sphere
[Diameter]_d
**AI_TORUS 3
[Torus: ]^C^C_ai_torus
[Diameter]_d
**AI_WEDGE 3
[Wedge: ]^C^C_ai_wedge
**ALIGN 3
[Align: ]^C^C_align
**AMECONVERT 3
[AMEconv:]^C^C_ameconvert
**APERTURE 3
[Apertur:]'_aperture
[DDosnap:]'_ddosnap
[Pickbox:]'_pickbox
**ARC 3
[Arc: ]^C^C_arc
[3-point ]\\
[St,C,End]\_c \
[St,C,Ang]\_c \_a
[St,C,Len]\_c \_l
[St,E,Ang]\_e \_a
[St,E,Dir]\_e \_d
[St,E,Rad]\_e \_r
[Ce,S,End]_c \\
[Ce,S,Ang]_c \\_a
[Ce,S,Len]_c \\_l
[ArcCont:]^C^C_arc ;
[LinCont:]^C^C_line ;
**AREA 3
[Area: ]^C^C_area
[Object ]_o
[Add ]_a
[Subtract]_s
[Boundary]^C^C_boundary
**ARRAY 3
[Array: ]^C^C_array
[Rectang ]_r
[Polar ]_p
[Yes ]_y
[No ]_n
**ATTDEF 3
[Attdef: ]^C^C_attdef
[DDattdf:]^C^C_ddattdef
[Invisibl]_i
[Constant]_c
[Verify ]_v
[Preset ]_p
[Justify ]_j
[Align ]_an
[Fit ]_f
[Center ]_c
[Middle ]_m
[Right ]_r
[Top Left]_tl
[Top Cent]_tc
[Top Rght]_tr
[Mid Left]_ml
[Mid Cent]_mc
[Mid Rght]_mr
[Bot Left]_bl
[Bot Cent]_bc
[Bot Rght]_br
**ATTDISP 3
[Attdisp:]'_attdisp
[Normal ]_n
[ON ]_on
[OFf ]_of
**ATTEDIT 3
[Attedit:]^C^C_attedit
[DDatte: ]^C^C_ddatte
[Yes ]_y
[No ]_n
[Value ]_v
[Position]_p
[Height ]_h
[Angle ]_a
[Style ]_s
[Layer ]_l
[Color ]_c
[Next ]_n
[ColorDlg](acad_colordlg 256)
**ATTEXT 3
[Attext: ]^C^C_attext
[DDattex:]^C^C_ddattext
[CDF ]_c
[SDF ]_s
[DXF ]_d
[Entities]_e
**AUDIT 3
[Audit: ]^C^C_audit
[Yes ]_y
[No ]_n
[Auditct:]'_auditctl
**BASE 3
[Base: ]^C^C_base
[Wblock: ]^C^C_wblock
**BLOCK 3
[Block: ]^C^C_block
[List? ]?
[Yes ]_y
[Oops: ]^C^C_oops
**BOX 3
[Box: ]^C^C_box
[Center ]_ce
**BREAK 3
[Break: ]^C^C_break
[First ]_f
@
[Sel, 2nd]\\
[Sel Pt ]\@
[Sel,2Pts]\_first \
[Sel, 1st]\_first \@
**CHAMFER 3
[Chamfer:]^C^C_chamfer
[Distance]_d \\_chamfer
[Dist = 0]_d 0 0 _chamfer
[Angle ]_a \\ _chamfer
[Polyline]_p
[Trim ]_t
[No Trim ]_n
[Method ]_m
[Distance]_d
[Angle ]_a
**CHANGE 3
[Change: ]^C^C_change
[DDchprp:]^C^C_ddchprop
[DDmodif:]^C^C_ddmodify
[Color ]_p _c (acad_colordlg 256)
[Elevatio]_p _e
[Layer ]_p _la
[Ltype ]_p _lt
[Thicknes]_p _t
**CHPROP 3
[Chprop: ]^C^C_chprop
[DDchprp:]^C^C_ddchprop
[DDmodif:]^C^C_ddmodify
[Color ]_c
[LAyer ]_la
[LType ]_lt
[Thicknes]_t
[ColorDlg](acad_colordlg 256)
**CIRCLE 3
[Circle: ]^C^C_circle
[Cen,Rad ]\\
[Cen,Dia ]\_d
[2-Point ]_2p \
[3-Point ]_3p \\
[TTR ]_ttr
[TaTaTan:]_3p _tan \_tan \_tan \
[Copy Rad]^C^C_circlerad '_cal rad;
**COLOR 3
[Color: ]'_color
[Bylayer ]_bylayer
[Byblock ]_byblock
[Red ]_re
[Yellow ]_ye
[Green ]_gr
[Cyan ]_cy
[Blue ]_bl
[Magenta ]_ma
[White ]_wh
[ColorDlg]'_color (acad_colordlg 256)
[Chroma]^C^C_vslide acad(chroma)
[ Redraw]^C^C_redraw
**CONE 3
[Cone: ]^C^C_cone
[Elliptic]_e
**COPY 3
[Copy: ]^C^C_copy
[Multiple]_m
**CYLINDER 3
[Cylindr:]^C^C_cylinder
[Elliptic]_e
**DDCHPROP 3
[DDchprp:]^C^C_ddchprop
**DDEDIT 3
[DDedit: ]^C^C_ddedit
[DDmodif:]^C^C_ddmodify
**DIMALIGNED 3
[DimAlin:]^C^C_dimaligned
[Text ]_t
[Angle ]_a
**DIMANGULAR 3
[DimAngl:]^C^C_dimangular
[Text ]_t
[Angle ]_a
**DIMBASELINE 3
[DimBase:]^C^C_dimbaseline
**DIMCENTER 3
[DimCent:]^C^C_dimcenter
**DIMCONTINUE 3
[DimCont:]^C^C_dimcontinue
**DIMDIAMETER 3
[DimDiam:]^C^C_dimdiameter
**DIMEDIT 3
[DimEdit:]^C^C_dimedit
[Home ]_h
[New ]_n
[Rotate ]_r
[Oblique ]_o
**DIMLINEAR 3
[DimLinr:]^C^C_dimlinear
[Horizont]_h
[Vertical]_v
[Text ]_t
[Angle ]_a
**DIMORDINATE 3
[DimOrdin]^C^C_dimordinate
[Xdatum ]_x
[Ydatum ]_y
**DIMOVERRIDE 3
[DimOver:]^C^C_dimoverride
[Clear ]_c
**DIMRADIUS 3
[DimRads:]^C^C_dimradius
**DIMSTYLE 3
[DimStyle]^C^C_dimstyle
[Save ]_s
[Restore ]_r
[STatus ]_st
[Vars ]_v
[Apply ]_a
[List? ]?
**DIMTEDIT 3
[DimTedit]^C^C_dimtedit
[Left ]_l
[Right ]_r
[Home ]_h
[Angle ]_a
**DIST 3
[Dist: ]^C^C_dist
**DIVIDE 3
[Divide: ]^C^C_divide
[Block ]_b
[Yes ]_y
[No ]_n
**DONUT 3
[Donut: ]^C^C_donut
**DRAGMODE 3
[Dragmod:]'_dragmode
[ON ]_on
[OFf ]_off
[Auto ]_a
**DTEXT 3
[Dtext: ]^C^C_dtext
[Mtext: ]^C^C_mtext
[Style ]_s
[Justify ]_j
[Align ]_a
[Center ]_c
[Fit ]_f
[Middle ]_m
[Right ]_r
[Top Left]_tl
[Top Cent]_tc
[Top Rght]_tr
[Mid Left]_ml
[Mid Cent]_mc
[Mid Rght]_mr
[Bot Left]_bl
[Bot Cent]_bc
[Bot Rght]_br
[Style: ]^C^C_style
**DVIEW 3
[Dview: ]^C^C_dview
[Dviewblk]^C^C_dview ;
[CAmera ]_ca
[TArget ]_ta
[Distance]_d
[POints ]_po
[PAn ]_pa
[Zoom ]_z
[TWist ]_tw
[CLip ]_cl
[Hide ]_h
[OFf ]_off
[Undo ]_u
[eXit ]_x
[Back ]_b
[Front ]_f
[OFf ]_of
**DXFOUT 3
[DXFout: ]^C^C_dxfout
6
16
[Objects ]_o
[Binary ]_b
[DXFin: ]^C^C_dxfin
[DXBin: ]^C^C_dxbin
**EDGESURF 3
[EdgeSrf:]^C^C_edgesurf
**ELEV 3
[Elev: ]'_elev
**ELLIPSE 3
[Ellipse:]^C^C_ellipse
[Arc ]_a
[Center ]_c
[Rotation]_r
[Pellips:]'_pellipse
**ERASE 3
[Erase: ]^C^C_erase
[Oops: ]^C^C_oops
**EXPLODE 3
[Explode:]^C^C_explode
**EXTEND 3
[Extend: ]^C^C_extend
[Extend ]_e
[NoExtend]_n
[Project ]_p
[ None ]_n
[ UCS ]_u
[ View ]_v
[Undo ]_u
**EXTRUDE 3
[Extrude:]^C^C_extrude
[Path ]_p
**FILL 3
[Fill: ]^C^C_fill
[ON ]_on
[OFf ]_of
[Regen: ]^C^C_regen
[Regenal:]^C^C_regenall
**FILLET 3
[Fillet: ]^C^C_fillet
[Radius ]_r
[Radius 0]_r 0
[Polyline]_p
[Trim ]_t
[No Trim ]_n
**GRID 3
[Grid: ]'_grid
[DDrmode:]'_ddrmodes
[grd=snap]_snap
[ON ]_on
[OFf ]_of
[Aspect ]_a
**GROUP 3
[Group: ]^C^C_group
?
[Order ]_o
[Add ]_a
[Remove ]_r
[Select ]_s
[Make ]_m
[PickStl:]'_pickstyle
**HATCH 3
[Hatch: ]^C^C_hatch
[Bhatch: ]^C^C_bhatch
[List? ]?
u
u,o
u,i
[Yes ]_y
[No ]_n
**ID 3
[ID: ]'_id
**INSERT 3
[Insert: ]^C^C_insert
[DDinsert]^C^C_ddinsert
[FileOpen]~
[List? ]?
*
[Corner ]_c
[XYZ ]_xy
[Drag ]_d
**INTERFERE 3
[Intrfer:]^C^C_interfere
**INTERSECT 3
[Intrsct:]^C^C_intersect
**ISOPLANE 3
[Isoplan:]'_isoplane
[Left ]_l
[Top ]_t
[Right ]_r
[DDrmode:]'_ddrmodes
**LAYER 3
[Layer: ]'_layer
[DDlmode:]'_ddlmodes
[List? ]? *
[Make ]_m
[Set ]_s
[New ]_n
[ON ]_on
[OFf ]_of
[Color ]_c
[LType ]_lt
[Freeze ]_f
[Thaw ]_t
[LOck ]_lo
[Unlock ]_u
[single ?]?^z
[string *]*^z
[alpha @ ]@^z
[digit # ]#^z
[nonalph.].^z
[not ~ ]~^z
**LEADER 3
[Leader: ]^C^C_leader
[Format ]_f
[Undo ]_u
**LENGTHEN 3
[Lengthn:]^C^C_lengthen
[DElta ]_de
[Percent ]_p
[Total ]_t
[DYnamic ]_dy
[Angle ]_a
[Length ]_l
[Undo ]_u
**LIMITS 3
[Limits: ]^C^C_limits
[LimChck:]'_limcheck
**LINE 3
[Line: ]^C^C_line
[1 Line: ]^C^C_line \\;
[Continue];
[Undo ]_u
[Close ]_c
@
[ArcCont:]^C^C_arc ;
**LINETYPE 3
[Linetyp:]'_linetype
[DDltype:]'_ddltype
[List? ]?
[Create ]_c
[Load ]_l
[Set ]_s
[Yes ]_y
[No ]_n
*
[Celtscl:]'_celtscale
[Ltscale:]'_ltscale
**LIST 3
[List: ]^C^C_list
**MASSPROP 3
[Massprop]^C^C_massprop
**MEASURE 3
[Measure:]^C^C_measure
[Block ]_b
[Yes ]_y
[No ]_n
**MINSERT 3
[Minsert:]^C^C_minsert
[DDmodif:]^C^C_ddmodify
[List? ]?
[Corner ]_c
[XYZ ]_xyz
**MIRROR 3
[Mirror: ]^C^C_mirror
[Mirro3d:]^C^C_mirror3d
[Yes ]_y
[No ]_n
[Mirrtxt:]'_mirrtext
**MIRROR3D 3
[Mirro3D:]^C^C_mirror3d
[Entity ]_e
[Z axis ]_z
[View ]_v
[XY ]_xy
[YZ ]_yz
[ZX ]_zx
[3 points]_3
**MLINE 3
[Mline: ]^C^C_mline
[Justif'n]_j
[Scale ]_s
[STyle ]_st
[Undo ]_u
[Close ]_c
@
[MLstyle:]^C^C_mlstyle
**MOVE 3
[Move:]^C^C_move
**MTEXT 3
[Mtext: ]^C^C_mtext
[Propert ]_p
[Attach ]_a
[Rotate ]_r
[Style ]_s
[Width ]_w
[2Points ]_2p
[Style: ]^C^C_style
**MVIEW 3
[Mview: ]^C^C_mview
[ON ]_on
[OFf ]_of
[Hideplot]_h
[Fit ]_f
2
3
4
[Restore ]_r
**OFFSET 3
[Offset: ]^C^C_offset
[Through ]_t
**ORTHO 3
[Ortho: ]'_ortho
[ON ]_on
[OFf ]_of
**OSNAP 3
[Osnap: ]'_osnap
[DDosnap ]'_ddosnap
[App Int ]_appint
[CENter ]_cen^z
[ENDpoint]_endp^z
[INSert ]_ins^z
[INTersec]_int^z
[MIDpoint]_mid^z
[NEArest ]_nea^z
[NODe ]_nod^z
[PERpend ]_per^z
[QUAdrant]_qua^z
[TANgent ]_tan^z
[NONE ]_non^z
[Quick, ]_qui,^z
[FROM ]_from
**PAN 3
[Pan: ]'_pan
[Left: ]'_pan ^P(trans (list (* 0.5 (getvar "viewsize")) 0) 0 1) ;^P
[Right: ]'_pan ^P(trans (list (* -0.5 (getvar "viewsize")) 0) 0 1) ;^P
[Up: ]'_pan ^P(trans (list 0 (* -0.5 (getvar "viewsize"))) 0 1) ;^P
[Down: ]'_pan ^P(trans (list 0 (* 0.5 (getvar "viewsize"))) 0 1) ;^P
[Up/Left:]'_pan ^P(trans (list (* 0.5 (getvar "viewsize")) (* -0.6 (getvar "viewsize"))) 0 1) ;^P
[Up/Rght:]'_pan ^P(trans (list (* -0.5 (getvar "viewsize")) (* -0.6 (getvar "viewsize"))) 0 1) ;^P
[Dwn/Lft:]'_pan ^P(trans (list (* 0.5 (getvar "viewsize")) (* 0.6 (getvar "viewsize"))) 0 1) ;^P
[Dwn/Rgt:]'_pan ^P(trans (list (* -0.5 (getvar "viewsize")) (* 0.6 (getvar "viewsize"))) 0 1) ;^P
[Zoom: ]'_zoom
[DDview: ]^C^C_ddview
**PEDIT 3
[Pedit: ]^C^C_pedit
[Break ]_b
[Close ]_c
[De/Dow ]_d
[Ed Vertx]_e
[Fit ]_f
[Go ]_g
[Insert ]_i
[Join ]_j
[LtypeGen]_l
[Move/Opn]_m
[Next/Opn]_n
[Open ]_o
[Prev ]_p
[Regen/Rt]_r
[REdispla]_re
[Spln/Str]_s
[Tan ]_t
[Undo/Up ]_u
[Width ]_w
[eXit ]_x
[PolyVars]$I=ACAD.image_poly $I=*
**PLAN 3
[Plan: ]^C^C_plan
[Current ]_c
[UCS ]_u
[World ]_w
[Follow:]'_ucsfollow
**PLINE 3
[Pline: ]^C^C_pline
[Arc ]_a
[Close ]_c
[Halfwid ]_h
[Length ]_l
[Undo ]_u
[Width ]_w
[Angle ]_a
[Center ]_ce
[Close ]_cl
[Direct'n]_d \
[Line ]_l
[Radius ]_r
[2nd PT ]_s \
[Pedit ]^C^C_pedit
**POINT 3
[Point: ]*^C^C_point
[DDptype:]'_ddptype
[Pdmode: ]'_pdmode
[Pdsize: ]'_pdsize
**POLYGON 3
[Polygon:]^C^C_polygon
[Edge ]\_e
[I-scribe]\\_i
[C-scribe]\\_c
**PSFILL 3
[PSfill: ]^C^C_psfill
[List? ]?
**PSOUT 3
[PSout: ]^C^C_psout
[Display ]_d
[Extents ]_e
[Limits ]_l
[View ]_v
[Window ]_w
[None ]_n
[EPSI ]_e
[TIFF ]_t
128
256
512
[inches ]_i
[mm ]_m
[fit ]_f
[PSprolog]'_psprolog
[Psdrag ]'_psdrag
[PSqualit]'_psquality
**PURGE 3
[Purge: ]^C^C_purge
[Blocks ]_b
[Dimstyle]_d
[LAyers ]_la
[LTypes ]_lt
[SHapes ]_sh
[STyles ]_st
[All ]_a
[Yes ]_y
[No ]_n
**RAY 3
[Ray: ]^C^C_ray
**RECTANG 3
[Rectang:]^C^C_rectang
**RENAME 3
[Rename: ]^C^C_rename
[DDrenam:]^C^C_ddrename
[Block ]_b
[Dimstyle]_d
[LAyer ]_la
[LType ]_lt
[Style ]_s
[UCS ]_u
[VIew ]_vi
[VPort ]_vp
**REVOLVE 3
[Revolve:]^C^C_revolve
[Object ]_o
[X-axis ]_x
[Y-axis ]_y
**REVSURF 3
[Revsurf:]^C^C_revsurf
**ROTATE 3
[Rotate: ]^C^C_rotate
[Referenc]_r
[Rotat3D:]^C^C_rotate3d
**ROTATE3D 3
[Rotat3d:]^C^C_rotate3d
[Entity ]_e
[Last ]_l
[View ]_v
[X axis ]_x
[Y axis ]_y
[Z axis ]_z
[2 points]_2p
**RULESURF 3
[Rulesrf:]^C^C_rulesurf
**ARX 3
[Arx: ]^C^C_arx
[Load ]_l
[PopCmds ]_p
[Unload ]_u
[List? ]?
[Classes ]_cl
[Commands]_c
[Objects ]_o
[Programs]_p
[Services]_s
**SCALE 3
[Scale: ]^C^C_scale
[Referenc]_r
**SECTION 3
[Section:]^C^C_section
[Object ]_o
[Zaxis ]_z
[View ]_v
[XY ]_xy
[YZ ]_yz
[ZX ]_zx
[3Point ]_3p
**SELECT 3
[Select: ]^C^C_select
**SETVAR 3
[Setvar: ]'_setvar
[List? ]?
*
**SHADE 3
[Shade: ]^C^C_shade
[Shadedge]
[ 256-col]'_shadedge 0
[ 256-edg]'_shadedge 1
[ Hidden ]'_shadedge 2
[ Filled ]'_shadedge 3
[Shadedif]'_shadedif
[Regen: ]^C^C_regen
**SHAPE 3
[Shape: ]^C^C_shape
[List? ]?
[Load: ]^C^C_load
**SKETCH 3
[Sketch: ]^C^C_sketch
[Connect ]c
[Erase ]e
[Record ]r
[eXit ]x
[Quit ]q
[SkpolOn:]'_skpoly 1
[SkpolOf:]'_skpoly 0
**SLICE 3
[Slice: ]^C^C_slice
[Object ]_o
[Zaxis ]_z
[View ]_v
[XY ]_xy
[YZ ]_yz
[ZX ]_zx
[3Point ]_3p
**SNAP 3
[Snap: ]'_snap
[DDrmode:]'_ddrmodes
[ON ]_on
[OFf ]_of
[Aspect ]_a
[Rotate ]_r
[Style ]_s
[ Iso ]_i
[ Standrd]_s
[Toggle ]^b
**SOLID 3
[Solid: ]^C^C_solid
**SPHERE 3
[Sphere: ]^C^C_sphere
[Diameter]_d
**SPLINE 3
[Spline: ]^C^C_spline
[Object ]_o
[Close ]_c
[Fit Tol ]_f
[SplFrame]'_splframe
**STRETCH 3
[Stretch:]^C^C_stretch
**STYLE 3
[Style: ]'_style
[List? ]?
[Yes ]_y
[No ]_n
[Mtext: ]^C^C_mtext
[Dtext: ]^C^C_dtext
**SUBTRACT 3
[Subtract]^C^C_subtract
**TABLET 3
[Tablet: ]^C^C_tablet
[Calibrat]_cal
[Config ]_cfg 4 \\\25 9 \\\11 9 \\\9 13 \\\25 7 _y \\_n
[Re-Cfg ]_cfg 4 _y \\\;;\\\;;\\\;;\\\;;_y \\
[Re-DfCfg]_cfg 4 _y \\\25 9 \\\11 9 \\\9 13 \\\25 7 _y \\
[ON ]_on
[OFf ]_of
[Yes ]_y
[No ]_n
[Orthognl]_o
[Affine ]_a
[Projectv]_p
**TABSURF 3
[Tabsurf:]^C^C_tabsurf
**TEXT 3
[Text: ]^C^C_text
[Mtext: ]^C^C_mtext
[Style ]_s
[Justify ]_j
[Align ]_a
[Center ]_c
[Fit ]_f
[Middle ]_m
[Right ]_r
[Top Left]_tl
[Top Cent]_tc
[Top Rght]_tr
[Mid Left]_ml
[Mid Cent]_mc
[Mid Rght]_mr
[Bot Left]_bl
[Bot Cent]_bc
[Bot Rght]_br
[Style: ]^C^C_style
**TORUS 3
[Torus: ]^C^C_torus
[Diameter]_d
**TRIM 3
[Trim: ]^C^C_trim
[Extend ]_e
[NoExtend]_n
[Project ]_p
[ True 3D]_n
[ UCS ]_u
[ View ]_v
[Undo ]_u
**UCS 3
[UCS: ]^C^C_ucs
[Origin ]_o
[Zaxis ]_z
[3Point ]_3p
[X ]_x
[Y ]_y
[Z ]_z
[Entity ]_e
[View ]_v
[Previous]_p
[Restore ]_r
[Save ]_s
[Delete ]_d
[List? ]?
[World ]_w
[DDucs: ]^C^C_dducs
[DDucsp: ]^C^C_dducsp
[Follow: ]'_ucsfollow
[Ucsicon:]^C^C_ucsicon
**UCSICON 3
[Ucsicon:]^C^C_ucsicon
[ON ]_on
[OFf ]_of
[All ]_all
[Origin ]_o
[NoOrigin]_n
**UNDO 3
[UNDO: ]^C^C_undo
[Back 1:]^C^C_undo 1
[Auto ]_a
[Back ]_b
[End ]_e
[Group ]_g
[Mark ]_m
[Control]_c
[Yes ]_y
[No ]_n
[Redo: ]^C^C_redo
**UNION 3
[Union:]^C^C_union
**VIEW 3
[View: ]'_view
[List? ]_?
[Delete ]_d
[Restore ]_r
[Save ]_s
[Window ]_w
[Pan: ]'_pan
[Zoom: ]'_zoom
[DDview: ]^C^C_ddview
[Plan: ]^C^C_plan
[Dview: ]^C^C_dview
**VIEWPORTS 3
[Vports:]^C^C_vports
[DDvport:]^C^C^P(ai_tiledvp_chk T) ^P
[Save ]_s
[Restore ]_r
[Delete ]_d
[Join ]_j
[Single ]_s
?
2
3
4
[Horizo'l]_h
[Vertical]_v
[Above ]_a
[Below ]_b
[Left ]_l
[Right ]_r
**VIEWRES 3
[Viewres:]^C^C_viewres
[No ]_n
[Yes ]_y
1
2
5
10
20
50
100
200
500
1000
2000
5000
10000
20000
[RegnAuto]'_regenauto
**VPLAYER 3
[Vplayer:]^C^C_vplayer
?
[Freeze ]_f
[Thaw ]_t
[Reset ]_r
[Newfrz ]_n
[Vpvsdflt]_v
[All ]_all
[Select ]_s
[Current ]_c
**VPOINT 3
[Vpoint: ]^C^C_vpoint
[Rotate ]_r
[Axes ] ;
[Vector ]
[Top ]_non *0,0,1
[Front ]_non *0,-1,0
[Left ]_non *-1,0,0
[Right ]_non *1,0,0
[Back ]_non *0,1,0
[Iso SW ]_non *-1,-1,1
[Iso SE ]_non *1,-1,1
[Iso NE ]_non *1,1,1
[Iso NW ]_non *-1,1,1
[DDvpoint]^C^C_ddvpoint
[DDview: ]^C^C_ddview
[Plan: ]^C^C_plan
[Dview: ]^C^C_dview
**VPORTS 3
[Vports: ]^C^C_vports
[DDvport:]^C^C^P(ai_tiledvp_chk T) ^P
[Save ]_s
[Restore ]_r
[Delete ]_d
[Join ]_j
[Single ]_s
?
2
3
4
[Horizo'l]_h
[Vertical]_v
[Above ]_a
[Below ]_b
[Left ]_l
[Right ]_r
**VSLIDE 3
[Vslide: ]^C^C_vslide
[Redraw: ]'_redraw
[Mslide: ]^C^C_mslide
**WBLOCK 3
[Wblock: ]^C^C_wblock
=
*
[Base: ]^C^C_base
**WEDGE 3
[Wedge: ]^C^C_wedge
[Center ]_ce
**XBIND 3
[Xbind: ]^C^C_xbind
[Block ]_b
[Dim Styl]_d
[LAyer ]_la
[LType ]_lt
[Txt Styl]_s
[Xref: ]^C^C_xref
**XLINE 3
[Xline: ]^C^C_xline
[Horizo'l]_h
[Vertical]_v
[Angle ]_a
[Bisect ]_b
[Offset ]_o
[Ray: ]^C^C_ray
**XREF 3
[Xref: ]^C^C_xref
[List? ]?
[Bind ]_b
[Detach ]_d
[Path ]_p
[Reload ]_r
[Overlay ]_o
[Attach ]_a
[Visretn:]'_visretain
[XrefCtl:]'_xrefctl
**ZOOM 3
[Zoom: ]'_zoom
[All ]_a
[Center ]_c
[Dynamic ]_d
[Extents ]_e
[Left ]_l
[Previous]_p
[Vmax ]_v
[Window ]_w
[Yes ]_y
[No ]_n
[In ]2x
[Out ].5x
[Limits ]^P(getvar "limmin") (getvar "limmax") ^P
**ENDSCREEN
***HELPSTRINGS
ID_New [Creates a new drawing file]
ID_Open [Opens an existing drawing file]
ID_Close [Closes the drawing file]
ID_Save [Saves the drawing with the current file name or a specified name]
ID_Saveas [Saves an unnamed drawing with a file name or renames the current drawing]
ID_Print [Prints a drawing to a plotter, printer, or file]
ID_Import [Imports a file into a drawing]
ID_Export [Exports a drawing to a different file format]
ID_Ioopts [Controls options for importing and exporting]
ID_Wmfopt [Sets options for WMFIN]
ID_Psqual [Controls the rendering quality of PostScript images]
ID_Psdisp [Controls the appearance of a PostScript image as it's dragged using PSIN]
ID_Psprol [Names the prologue section read from acad.psf when PSOUT is used]
ID_Mngt [Lists managerial functions]
ID_Unlock [Unlocks locked drawing files]
ID_Audit [Examines the integrity of a drawing]
ID_Recov [Repairs a damaged drawing]
ID_Exit [Exits AutoCAD]
ID_Undo [Reverses the most recent operation]
ID_Redo [Reverses the previous UNDO or U command]
ID_Cut [Removes objects and places them on the Clipboard]
ID_Copy [Copies objects to the Clipboard]
ID_Copylnk [Copies the current view to the Clipboard]
ID_Paste [Inserts data from the Clipboard]
ID_Pastesp [Inserts data from the Clipboard and controls the format of the data]
ID_Ddmodi [Controls object properties]
ID_Links [Manages OLE links]
ID_Insobj [Inserts a linked or embedded object]
ID_TbRedraw [Refreshes the display of the current viewport]
ID_Redraw [Refreshes the display of the current viewport]
ID_Redall [Refreshes the display of all viewports]
ID_TbZoom [Increases or decreases the apparent size of objects in the current viewport]
ID_Zooin [Increases the apparent size of objects in the current viewport]
ID_Zooout [Decreases the apparent size of objects in the current viewport]
ID_Zoowin [Zooms to display an area specified by a rectangular window]
ID_Zooall [Zooms to display the entire drawing in the current viewport]
ID_Zoopre [Zooms to display the previous view]
ID_Zoosca [Zooms the display using a specified scale factor]
ID_Zoodyn [Zooms to display the generated portion of the drawing]
ID_Zoocen [Displays a window specified by a center point and height]
ID_Zoolef [Displays a window specified by the lower-left corner and height]
ID_Zoolim [Zooms to display the objects within the drawing limits]
ID_Zooext [Zooms to display the drawing extents]
ID_Zoovma [Zooms out as far as possible on the current screen]
ID_TbPan [Moves the view of the drawing in the current viewport]
ID_Panpic [Moves the view of the drawing by the specified distance]
ID_Panlef [Moves the view of the drawing to the left]
ID_Panrig [Moves the view of the drawing to the right]
ID_Panup [Moves the view of the drawing up]
ID_Pandow [Moves the view of the drawing down]
ID_Panupl [Moves the view of the drawing up and to the left]
ID_Panupr [Moves the view of the drawing up and to the right]
ID_Pandol [Moves the view of the drawing down and to the left]
ID_Pandor [Moves the view of the drawing down and to the right]
ID_Namview [Creates and restores named views]
ID_3DViewp [Displays preset 3D viewpoint options]
ID_Plan [Displays the plan view of a User Coordinate System]
ID_Planw [Displays the plan view of the World Coordinate System]
ID_Planu [Displays the plan view of a previously saved UCS]
ID_Vietop [Sets the view point to top]
ID_Viebot [Sets the view point to bottom]
ID_Vielef [Sets the view point to left]
ID_Vierig [Sets the view point to right]
ID_Viefro [Sets the view point to front]
ID_Viebac [Sets the view point to back]
ID_Vieswi [Sets the view point to southwest isometric]
ID_Viesei [Sets the view point to southeast isometric]
ID_Vienei [Sets the view point to northeast isometric]
ID_Vienwi [Sets the view point to northwest isometric]
ID_3DVpt [Sets the direction for a 3D visualization of the drawing]
ID_3DVptr [Specifies a viewpoint]
ID_3DVptt [Displays a compass and tripod for defining a view direction]
ID_3DVptv [Specifies a direction as if looking back at the origin (0,0,0)]
ID_3DDv [Defines parallel projection or perspective views]
ID_Vietms [Switches to tiled model space]
ID_Viefms [Switches to floating model space]
ID_Vieps [Switches to paper space]
ID_TVp [Provides tiled viewport options]
ID_TVpl [Displays layout options for tiled viewports]
ID_TVp1 [Returns the drawing to a single viewport view]
ID_TVp2 [Divides the current viewport in half]
ID_TVp3 [Divides the current viewport into three viewports]
ID_TVp4 [Divides the current viewport into four viewports of equal size]
ID_TVpr [Restores a previously saved viewport configuration]
ID_TVpd [Deletes a named viewport configuration]
ID_TVpj [Combines two adjacent viewports into one larger viewport]
ID_TVps [Saves the current viewport using a specified name]
ID_FVp [Provides floating viewport options]
ID_FVp1 [Creates one viewport that fills the available display area]
ID_FVp2 [Divides the specified area into two viewports]
ID_FVp3 [Divides the specified area into three viewports]
ID_FVp4 [Divides the specified area into four viewports]
ID_FVpr [Restores viewport configurations to individual viewports in paper space]
ID_FVpon [Turns on a viewport]
ID_FVpoff [Turns off a viewport]
ID_FVph [Suppresses hidden lines within a viewport during plotting from paper space]
ID_FVsetup [Sets up the specifications of a drawing]
ID_Ucsp [Selects a preset User Coordinate System]
ID_Dducs [Manages User Coordinate Systems]
ID_Ucsset [Provides User Coordinate System options]
ID_Ucsw [Sets the UCS to the World Coordinate System]
ID_Ucsori [Defines a new UCS by shifting the origin]
ID_Ucszav [Defines a UCS using a positive Z axis extrusion method]
ID_Ucs3pt [Specifies the new UCS origin and the direction of the X and Y axes]
ID_Ucsobj [Defines a new coordinate system based on a selected object]
ID_Ucsvie [Establishes a new coordinate system with the XY plane parallel to the screen]
ID_Ucsxar [Rotates the current UCS about the X axis]
ID_Ucsyar [Rotates the current UCS about the Y axis]
ID_Ucszar [Rotates the current UCS about the Z axis]
ID_Ucspre [Restores the previous UCS]
ID_Ucsres [Restores a saved UCS so it becomes the current UCS]
ID_Ucssav [Saves the current UCS to a specified name]
ID_Ucsdel [Removes the specified UCS from the list of saved coordinate systems]
ID_Ucslis [Lists the defined UCS names]
ID_Objcre [Sets properties for new objects]
ID_Layers [Manages layers]
ID_Vlc [Freezes layers in specific viewports]
ID_Vlcf [Freezes a layer or set of layers in one or more viewports]
ID_Vlct [Thaws layers in specific viewports]
ID_Vlcr [Sets the visibility of layers in specified viewports to their default setting]
ID_Vlcn [Creates new layers that are frozen in all viewports]
ID_Vlcd [Sets a default visibility-per-viewport for layers]
ID_Vlcl [Displays the names of frozen layers in a viewport]
ID_Color [Sets the color for newly drawn objects]
ID_Linety [Loads and sets linetypes]
ID_Mstyle [Manages multiline styles]
ID_TexSty [Creates named text styles]
ID_DimSty [Creates and modifies dimension styles]
ID_Shape [Inserts a shape]
ID_Units [Controls coordinate and angle display formats and determines precision]
ID_Limits [Sets and controls the drawing boundaries]
ID_Time [Displays the date and time statistics of a drawing]
ID_Status [Displays drawing statistics, modes, and extents]
ID_Rename [Changes the names of objects]
ID_Purge [Removes unused objects from the drawing database]
ID_Purla [Removes unused layers from the drawing database]
ID_Purlt [Removes unused linetypes from the drawing database]
ID_Purmls [Removes unused multiline styles from the drawing database]
ID_Purts [Removes unused text styles from the drawing database]
ID_Purds [Removes unused dimension styles from the drawing database]
ID_Purs [Removes unused shapes from the drawing database]
ID_Purblk [Removes unused blocks from the drawing database]
ID_Purall [Removes all unused objects from the drawing database]
ID_Dwgaids [Sets drawing aids]
ID_Osndd [Sets running Object Snap mode and changes the target box size]
ID_Cordis [Changes the coordinate mode]
ID_Ddselec [Sets Object Selection mode settings]
ID_Ddgrips [Enables grips and sets their colors]
ID_Rpref [Sets rendering preferences]
ID_Ucs [Saves, restores, renames, deletes, and lists user coordinate systems]
ID_Ucsi [Controls visibility and placement of the UCS icon in viewports]
ID_Ucsor [Forces the icon to appear at the origin of the coordinate system]
ID_Ucsf [Generates a plan view when the UCS changes]
ID_Disopt [Lists display options]
ID_Dosolf [Specifies whether solids are filled]
ID_Dosplfr [Controls display of spline-fit polylines]
ID_Doattds [Globally controls the visibility of attributes]
ID_Doattdn [Keeps the current visibility of each attribute]
ID_Doattdo [Makes all attributes visible]
ID_Doattdf [Makes all attributes invisible]
ID_Doddpt [Specifies the display mode and size of point objects]
ID_Doft [Specifies that TrueType and Type 1 PostScript fonts appear as filled text]
ID_Doot [Specifies that TrueType and Type 1 PostScript fonts appear as outlines]
ID_Dotf [Controls whether text frames appear in place of text]
ID_Dotq [Sets the resolution of TrueType and Type 1 PostScript fonts]
ID_Lintyps [Lists linetype and linetype scale options]
ID_Ltsgls [Sets the global linetype scale factor]
ID_Ltpss [Sets paper space linetype scaling]
ID_Ltgen [Sets the linetype pattern generation around the vertices of the polyline]
ID_Prefs [Customizes the AutoCAD settings]
ID_Config [Reconfigures AutoCAD]
ID_Rconfi [Reconfigures the rendering setup]
ID_Tablet [Lists tablet options]
ID_Tabon [Turns Tablet mode on]
ID_Taboff [Turns Tablet mode off]
ID_Tabcal [Calibrates the digitizer with the drawing's coordinate system]
ID_Tabcfg [Designates or realigns the tablet menu areas]
ID_Savtim [Sets the automatic save interval]
ID_Sysvar [Lists system variables and sets their values]
ID_Sysvarl [Lists system variables and their values]
ID_Sysvars [Sets system variable values]
ID_Appld [Loads AutoLISP, ADS, and Arx applications]
ID_Script [Executes a sequence of commands from a script]
ID_Tpal [Opens and closes toolbars]
ID_TbDraw [Displays the Draw toolbar]
ID_TbModify [Displays the Modify toolbar]
ID_TbDims [Displays the Dimensions toolbar]
ID_TbSolids [Displays the Solids toolbar]
ID_TbSurfac [Displays the Surfaces toolbar]
ID_TbXref [Displays the External Reference toolbar]
ID_TbRender [Displays the Render toolbar]
ID_TbExtdb [Displays the External Database toolbar]
ID_TbObjpro [Displays the Object Properties toolbar]
ID_TbAttrib [Displays the Attribute toolbar]
ID_TbMisc [Displays the Miscellaneous toolbar]
ID_TbSelect [Displays the Object Selection toolbar]
ID_Group [Creates a named selection set of objects]
ID_TbOsnap [Displays the Object Snap toolbar]
ID_TbPoiFil [Displays the Point Filters toolbar]
ID_TbUcs [Displays the UCS toolbar]
ID_TbView [Displays the View toolbar]
ID_Stdtbar [Displays the Standard toolbar]
ID_TbClall [Closes all toolbars]
ID_Aerial [Opens the Aerial View window]
ID_TxtWin [Opens the AutoCAD Text window]
ID_Slides [Creates or displays slide files]
ID_Sldvie [Displays a raster image slide file in the current viewport]
ID_Sldsav [Creates a raster image slide file of the current viewport]
ID_Images [Creates or saves GIF, TGA, and TIFF files]
ID_Imgvie [Displays a GIF, TGA, or TIFF image]
ID_Imgsav [Saves a rendered image to a GIF, TGA, or TIFF file]
ID_Spell [Checks the spelling of text]
ID_Cal [Evaluates mathematical and geometric expressions]
ID_Cusmnu [Customizes menus]
ID_Custb [Customizes toolbars]
ID_Reinit [Reinitializes the input/output ports, digitizer, display, and program parameters file]
ID_Compile [Compiles shape files and PostScript font files]
ID_Help [Displays on-line help]
ID_Helpcts [Displays the table of contents for on-line help]
ID_Helpsrc [Displays the Search dialog box]
ID_Helphow [Describes how to use Windows on-line help]
ID_Whatnew [Describes new features in AutoCAD Release 13]
ID_Qtour [Starts Quick Tour]
ID_Lrnacad [Starts Learning AutoCAD on-line tutorial]
ID_About [Displays information about AutoCAD]
ID_Selwin [Selects all objects completely within a defined window]
ID_Selcro [Selects objects within and crossing a defined window]
ID_Selgro [Selects objects within a specified group]
ID_Selpre [Selects the most recent selection set]
ID_Sellas [Selects the most recently created visible object]
ID_Selall [Selects all objects on thawed layers]
ID_Selwp [Selects objects within a defined polygon]
ID_Selcp [Selects objects within and crossing a defined polygon]
ID_Selfen [Selects all objects crossing a selection fence]
ID_Seladd [Switches to Add mode]
ID_Selrem [Switches to Remove mode]
ID_Filter [Creates lists to select objects based on properties]
ID_Osnfro [Snaps to a temporary reference point]
ID_Osnend [Snaps to the closest endpoint of an arc or a line]
ID_Osnmid [Snaps to the midpoint of an arc or a line]
ID_Osnint [Snaps to the intersection of a line, an arc, or a circle]
ID_Osnapp [Snaps to the apparent intersection of two objects]
ID_Osncen [Snaps to the center of an arc or a circle]
ID_Osnqua [Snaps to a quadrant point of an arc or a circle]
ID_Osnper [Snaps to a point perpendicular to an arc, a line, or a circle]
ID_Osntan [Snaps to the tangent of an arc or a circle]
ID_Osnnod [Snaps to a point object]
ID_Osnins [Snaps to the insertion point of text, a block, a shape, or an attribute]
ID_Osnnea [Snaps to the nearest point of an arc, a circle, a line, or a point]
ID_Osnqui [Snaps to the first snap point found]
ID_Osnnon [Turns off Object Snap mode]
ID_Ptfx [Specifies a .X point filter]
ID_Ptfy [Specifies a .Y point filter]
ID_Ptfz [Specifies a .Z point filter]
ID_Ptfxy [Specifies a .XY point filter]
ID_Ptfxz [Specifies a .XZ point filter]
ID_Ptfyz [Specifies a .YZ point filter]
ID_Dview [Defines parallel projection or perspective views]
ID_LType [Creates, loads, and sets linetypes]
ID_Mlstyle [Defines a style for multiple parallel lines]
ID_Dchpro [Changes the color, layer, linetype, and thickness of an object]
ID_List [Displays database information for selected objects]
ID_Id [Displays the coordinates of a location]
ID_Dist [Measures the distance and angle between two points]
ID_Area [Calculates the area and perimeter of objects or of defined areas]
ID_Masspr [Calculates and displays the mass properties of regions or solids]
ID_Line [Creates straight line segments]
ID_Xline [Creates an infinite line]
ID_Ray [Creates a semi-infinite line]
ID_Pline [Creates two-dimensional polylines]
ID_Poly3d [Creates a polyline of straight line segments]
ID_Mline [Creates multiple parallel lines]
ID_Spline [Creates a quadratic or cubic spline (NURBS)]
ID_Arc3pt [Creates an arc using three points]
ID_Arcsce [Creates an arc using the start point, center, and end point]
ID_Arcsca [Creates an arc using the start point, center, and included angle]
ID_Arcscl [Creates an arc using the start point, center, and length of chord]
ID_Arcsea [Creates an arc using the start point, end point, and included angle]
ID_Arcsed [Creates an arc using the start point, end point, and starting direction]
ID_Arcser [Creates an arc using the start point, end point, and radius]
ID_Arccse [Creates an arc using the center, start point, and end point]
ID_Arccsa [Creates an arc using the center, start point, and included angle]
ID_Arccsl [Creates an arc using the center, start point, and length of chord]
ID_Arccon [Creates an arc tangent to the last line or arc drawn]
ID_Cirrad [Creates a circle using a specified radius]
ID_Cirdia [Creates a circles using a specified diameter]
ID_Cir2pt [Creates a circle using two endpoints of the diameter]
ID_Cir3pt [Creates a circle using three points on the circumference]
ID_Cirttr [Creates a circle tangent to two objects with a specified radius]
ID_Donut [Draws filled circles and rings]
ID_Ellips [Creates an ellipse using a specified center point]
ID_Ellcir [Creates an ellipse using a specified axis]
ID_Ellarc [Creates an elliptical arc]
ID_Rectan [Draws a rectangular polyline]
ID_Polygo [Creates an equilateral closed polyline]
ID_Solid [Creates solid-filled polygons]
ID_Region [Creates a region object from a selection set of existing objects]
ID_Bpoly [Creates a region or polyline of a closed boundary]
ID_Point [Creates a point object]
ID_Divide [Places evenly spaced point objects or blocks along the length or perimeter of an object]
ID_Measure [Places point objects or blocks at measured intervals on an object]
ID_Dinser [Inserts a block or another drawing]
ID_Block [Creates a block definition from a set of objects]
ID_TbBlock [Creates a block definition from a set of objects]
ID_Bhatch [Fills an enclosed area with an associative hatch pattern]
ID_Psfill [Fills a two-dimensional polyline outline with a PostScript pattern]
ID_Mtext [Creates paragraph text]
ID_Dtext [Displays text on screen as it is entered]
ID_Text [Creates a single line of text]
ID_Move [Displaces objects a specified distance in a specified direction]
ID_Explode [Breaks a compound object into its component objects]
ID_Erase [Removes objects from a drawing]
ID_Copyob [Duplicates objects]
ID_Offset [Creates concentric circles, parallel lines, and parallel curves]
ID_Mirror [Creates a mirror image copy of objects]
ID_Mir3d [Creates a mirror image copy of objects about a plane]
ID_Arrrec [Creates a rectangular array]
ID_Arrpol [Creates a polar array]
ID_Arr3dr [Creates a rectangular 3D array]
ID_Arr3dp [Creates a polar 3D array]
ID_Rotate [Moves objects about a base point]
ID_Rot3d [Moves objects about a three-dimensional axis]
ID_Align [Moves and rotates objects to align with other objects]
ID_Stretch [Moves or stretches objects]
ID_Scale [Enlarges or reduces objects equally in the X, Y, and Z directions]
ID_Length [Lengthens an object]
ID_Change [Changes the properties of existing objects]
ID_Trim [Trims objects at a cutting edge defined by other objects]
ID_Extend [Extends an object to meet another object]
ID_Bre1pt [Breaks the selected object at the selection point]
ID_Bre1ps [Breaks the selected object at a specified point]
ID_Bre2pt [Breaks the selected object between the selection point and a specified point]
ID_Bre2ps [Breaks the selected object between two specified points]
ID_Pedit [Edits polylines and three-dimensional polygon meshes]
ID_Mledit [Edits multiple parallel lines]
ID_Spledi [Edits a spline object]
ID_TexEdi [Edits attribute definitions, text, and mtext objects]
ID_Hatedi [Modifies an existing associative hatch block]
ID_Chamfe [Bevels the edges of objects]
ID_Fillet [Rounds and fillets the edges of objects]
ID_DimLin [Creates linear dimensions]
ID_DimAli [Creates an aligned linear dimension]
ID_TbDimRad [Creates radial dimensions for circles and arcs]
ID_DimAng [Creates an angular dimension]
ID_TbDimOrd [Creates ordinate point dimensions]
ID_DimBas [Continues a dimension from the baseline of the previous or selected dimension]
ID_DimCon [Continues a dimension from the second extension line of the previous or a selected dimension]
ID_DimCen [Creates the center mark or the center lines of circles and arcs]
ID_DimLea [Creates a line that connects annotation to a feature]
ID_DimTol [Creates geometric tolerances]
ID_TbDimText [Moves and rotates dimension text]
ID_DimRad [Creates radius dimensions for circles and arcs]
ID_DimDia [Creates diameter dimensions for circles and arcs]
ID_DimOrd [Creates ordinate point dimensions]
ID_DimOrx [Measures the X coordinate of a feature]
ID_DimOry [Measures the Y coordinate of a feature]
ID_DimHom [Moves dimension text back to its default position]
ID_DimTro [Rotates dimension text]
ID_DimTle [Left justifies dimension text]
ID_DimTce [Center justifies dimension text]
ID_DimTri [Right justifies dimension text]
ID_DimObl [Modifies oblique angle of dimension]
ID_Sphere [Creates a 3D solid sphere]
ID_Torus [Creates a donut-shaped solid]
ID_Extrud [Creates unique solid primitives by extruding existing 2D objects]
ID_Revolv [Creates a solid by revolving a 2D object about an axis]
ID_Slice [Slices a set of solids with a plane]
ID_Sectio [Creates a region using the intersection of a plane and solids]
ID_Interf [Creates a composite solid from the common volume where a set of solids interfere]
ID_Amecon [Converts AME solid models to AutoCAD solid objects]
ID_Union [Creates a composite region or solid]
ID_Subtra [Subtracts the area or volume of one set of regions or solids from another set]
ID_Inters [Creates composite solids or regions from the intersection of solids or regions]
ID_Boxcen [Creates a box using a specified center point]
ID_Boxcor [Defines the first corner of a box]
ID_Cylell [Creates a cylinder with an elliptical base]
ID_Cylcen [Defines the center of the circular base of a cylinder]
ID_Conell [Creates a cone with an elliptical base]
ID_Concen [Defines the center of the circular base of a cone]
ID_Wedcen [Creates a wedge using a specified center point]
ID_Wedcor [Defines the first corner of a wedge]
ID_SurBox [Creates a 3D box wire frame]
ID_SurWed [Creates a right angle wedge-shaped polygon wire frame]
ID_SurPyr [Creates a pyramid or a tetrahedron]
ID_SurCon [Creates a cone-shaped wire frame]
ID_SurSph [Creates a spherical polygon mesh]
ID_SurDom [Creates the upper half of a spherical polygon mesh]
ID_SurDis [Creates the lower half of a spherical polygon mesh]
ID_SurTor [Creates a toroidal polygon mesh]
ID_3dface [Creates a 3D face]
ID_Edge [Changes the visibility of 3D face edges]
ID_Revsur [Creates a rotated surface about a selected axis]
ID_Tabsur [Creates a tabulated surface from a path curve and direction vector]
ID_Rulesu [Creates a ruled surface between two curves]
ID_Edgesu [Creates a three-dimensional polygon mesh]
ID_3dmesh [Creates a free-form polygon mesh]
ID_XreAtt [Attaches an xref]
ID_XreOve [Overlays an xref]
ID_XreRel [Reloads one or more xrefs]
ID_XreDet [Detaches xrefs]
ID_XreCli [Inserts and clips an xref]
ID_XrePat [Displays and edits the path name associated with an xref]
ID_XreLis [Lists the xref path name and the number of attached xrefs]
ID_Bind [Binds dependent symbols of an xref to the drawing]
ID_TbBind [Binds dependent symbols of an xref to the drawing]
ID_BinBlo [Binds blocks of an xref to the drawing]
ID_BinLay [Binds layers of an xref to the drawing]
ID_BinLin [Binds linetypes of an xref to the drawing]
ID_BinTex [Binds text styles of an xref to the drawing]
ID_BinDim [Binds dimension styles of an xref to the drawing]
ID_AttDef [Creates an attribute definition]
ID_AttRed [Redefines a block and updates associated attributes]
ID_AttEdi [Edits the variable attributes of a block]
ID_AttEdg [Changes attribute information independent of its block definition]
ID_Hide [Regenerates a three-dimensional model with hidden lines suppressed]
ID_Shade [Displays a flat-shaded image of the drawing in the current viewport]
ID_Render [Creates a realistically shaded image of a three-dimensional wire frame or solid model]
ID_Scene [Manages scenes]
ID_Light [Manages lights and lighting effects]
ID_Rmat [Manages rendering materials]
ID_Matlib [Imports and exports materials to and from a library of materials]
ID_Stats [Displays rendering statistics]
ID_Aseadm [Performs administrative functions for external database commands]
ID_Aserow [Displays and edits table data and creates links and selection sets]
ID_Aselin [Manipulates links between objects and an external database]
ID_Asesel [Creates a selection set from rows linked to textual selection sets and graphic selection sets]
ID_Aseexp [Exports link information for selected objects]
ID_Asesql [Executes Structured Query Language (SQL)]
ID_Minser [Inserts multiple instances of a block in a rectangular array]
ID_Oops [Restores erased objects]
ID_Sketch [Creates a series of freehand line segments]
ID_Trace [Creates solid lines]
ID_Copyob [Duplicates objects]
ID_Tbarc [Displays the Arc toolbar]
ID_TbBox [Displays the Box toolbar]
ID_TbBreak [Displays the Break toolbar]
ID_Tbcir [Displays the Circle toolbar]
ID_TbCone [Displays the Cone toolbar]
ID_TbCopy [Displays the Copy toolbar]
ID_TbCylind [Displays the Cylinder toolbar]
ID_Tbell [Displays the Ellipse toolbar]
ID_TbExplode [Displays the Explode toolbar]
ID_TbFeatur [Displays the Chamfer and Fillet toolbar]
ID_Tbhatch [Displays the Hatch toolbar]
ID_TbInq [Displays the Inquiry toolbar]
ID_TbLine [Displays the Line toolbar]
ID_TbPoint [Displays the Point toolbar]
ID_Tbpgon [Displays the Polygon toolbar]
ID_Tbpline [Displays the Polyline toolbar]
ID_TbResize [Displays the Resize toolbar]
ID_TbRotate [Displays the Rotate toolbar]
ID_TbSelect [Displays the Select Objects toolbar]
ID_TbSpace [Switches between paper space and model space]
ID_TbSpledi [Displays the Special Edit toolbar]
ID_Tbtext [Displays the Text toolbar]
ID_TbToolwi [Displays the Tool Windows toolbar]
ID_TbTrim [Displays the Trim and Extend toolbar]
ID_TbWedge [Displays the Wedge toolbar]
***ACCELERATORS
[CONTROL"L"]^O
[CONTROL"R"]^V
ID_Undo [CONTROL+"Z"]
ID_Cut [CONTROL+"X"]
ID_Copy [CONTROL+"C"]
ID_Paste [CONTROL+"V"]
ID_Open [CONTROL+"O"]
ID_Print [CONTROL+"P"]
ID_New [CONTROL+"N"]
ID_Save [CONTROL+"S"]