For
AutoSD 12.0 and later
LT2011:
Paste the text below to the end of the following file:
Cadsta Max:
C:\Program Files\Cadsta\Cadsta Tools\2011\CadstaToolsdoc.lsp
LT2010
Paste the text below to the end of the following files:
CADBooster:
C:\Program Files\cad-port\CADBooster\2010\CADBoosterdoc.lsp
Cadsta Max:
C:\Program Files\Cadsta\Cadsta Tools\2010\CadstaToolsdoc.lsp
Toolkit Max:
C:\Program Files\drcauto\Toolkit\LT2010\Toolkitdoc.lsp
;******* START LOADING
FOR AUTOSD STEEL DETAILING *******
(if (setq file (findfile "C:/Asd_cfg.lsp"))
(load file)
(prompt "\nError: Can not find file C:/Asd_cfg.lsp")
)
(if (setq file (findfile (strcat asd_path "AUTOSD.lsp")))
(load file)
(prompt (strcat "\nError: Can not find file " asd_path "AUTOSD.lsp"))
)
(setq OS (getvar "PLATFORM"))
(if (wcmatch OS "*x86*")
(setq file "asd_w18.arx")
(setq file "asd_x18.arx")
)
(if (setq file (findfile (strcat asd_path "Support/" file)))
(arxload file)
(prompt (strcat "\nError: Can not find file " asd_path "Support/" file))
)
;******* END LOADING FOR AUTOSD STEEL DETAILING *******
-------------------------------------------------------------------------------------------
LT2009
Paste the text below to the end of the following files:
CADBooster:
C:\Program Files\cad-port\CADBooster\2009\CADBoosterdoc.lsp
Cadsta Max:
C:\Program Files\Cadsta\Cadsta Tools\2009\CadstaToolsdoc.lsp
Toolkit Max:
C:\Program Files\drcauto\Toolkit\LT2009\Toolkitdoc.lsp
LT2008
Paste the text below to the end of the following files:
CADBooster:
C:\Program Files\cad-port\CADBooster\2008\CADBoosterdoc.lsp
Cadsta Max:
C:\Program Files\Cadsta\Cadsta Tools\2008\CadstaToolsdoc.lsp
Toolkit Max:
C:\Program Files\drcauto\Toolkit\LT2008\Toolkitdoc.lsp
;******* START LOADING
FOR AUTOSD STEEL DETAILING *******
(if (setq file (findfile "C:/Asd_cfg.lsp"))
(load file)
(prompt "\nError: Can not find file C:/Asd_cfg.lsp")
)
(if (setq file (findfile (strcat asd_path "AUTOSD.lsp")))
(load file)
(prompt (strcat "\nError: Can not find file " asd_path "AUTOSD.lsp"))
)
(setq OS (getvar "PLATFORM"))
(if (wcmatch OS "*x86*")
(setq file "asd_w17.arx")
(setq file "asd_x17.arx")
)
(if (setq file (findfile (strcat asd_path "Support/" file)))
(arxload file)
(prompt (strcat "\nError: Can not find file " asd_path "Support/" file))
)
;******* END LOADING FOR AUTOSD STEEL DETAILING *******
-------------------------------------------------------------------------------------------
LT2007
Paste the text below to the end of the following files:
CADBooster:
C:\Program Files\cad-port\CADBooster\2007\CADBoosterdoc.lsp
Cadsta Max:
C:\Program Files\Cadsta\Cadsta Tools\2007\CadstaToolsdoc.lsp
Toolkit Max:
C:\Program Files\drcauto\Toolkit\LT2007\Toolkitdoc.lsp
;******* START LOADING FOR AUTOSD STEEL DETAILING *******
(if (setq file (findfile "C:/Asd_cfg.lsp"))
(load file)
(prompt "\nError: Can not find file C:/Asd_cfg.lsp")
)
(if (setq file (findfile (strcat asd_path "AUTOSD.lsp")))
(load file)
(prompt (strcat "\nError: Can not find file " asd_path "AUTOSD.lsp"))
)
(if (setq file (findfile (strcat asd_path "Support/asd_w17.arx")))
(arxload file)
(prompt (strcat "\nError: Can not find file " asd_path "Support/asd_w17.arx"))
)
;******* END LOADING FOR AUTOSD STEEL DETAILING *******
-------------------------------------------------------------------------------------------
LT2006
Paste the text below to the end of the following files:
LTBooster:
C:\Program Files\cad-port\LTBooster\LT2006\LTBoosterdoc.lsp
Cadsta Max:
C:\Program Files\Cadsta\Cadsta Tools\2006\CadstaToolsdoc.lsp
Toolkit Max:
C:\Program Files\drcauto\Toolkit\LT2006\Toolkitdoc.lsp
LT2005
Paste the text below to the end of the following files:
LTBooster:
C:\Program Files\cad-port\LTBooster\LT2005\LTBoosterdoc.lsp
Cadsta Max:
C:\Program Files\Cadsta\Cadsta Tools\2005\CadstaToolsdoc.lsp
Toolkit Max:
C:\Program Files\drcauto\Toolkit\LT2005\Toolkitdoc.lsp
LT2004
Paste the text below to the end of the following files:
LTBooster:
C:\Program Files\cad-port\LTBooster\LT2004\LTBoosterdoc.lsp
Cadsta Max:
C:\Program Files\Cadsta\Cadsta Tools\2004\CadstaToolsdoc.lsp
Toolkit Max:
C:\Program Files\drcauto\Toolkit\LT2004\Toolkitdoc.lsp
;******* START LOADING FOR AUTOSD STEEL DETAILING *******
(if (setq file (findfile "C:/Asd_cfg.lsp"))
(load file)
(prompt "\nError: Can not find file C:/Asd_cfg.lsp")
)
(if (setq file (findfile (strcat asd_path "AUTOSD.lsp")))
(load file)
(prompt (strcat "\nError: Can not find file " asd_path "AUTOSD.lsp"))
)
(if (setq file (findfile (strcat asd_path "Support/asd_w16.arx")))
(arxload file)
(prompt (strcat "\nError: Can not find file " asd_path "Support/asd_w16.arx"))
)
;******* END LOADING FOR AUTOSD STEEL DETAILING *******
-------------------------------------------------------------------------------------------
LT2002
Paste the text below to the end of the following files:
LTBooster:
C:\Program Files\cad-port\LTBooster\LT2000\LTBoosterdoc.lsp
Cadsta Max:
C:\Program Files\Cadsta\Cadsta Tools\2002\CadstaToolsdoc.lsp
Toolkit Max:
C:\Program Files\drcauto\Toolkit\LT2002\Toolkitdoc.lsp
;******* START LOADING FOR AUTOSD STEEL DETAILING *******
(if (setq file (findfile "C:/Asd_cfg.lsp"))
(load file)
(prompt "\nError: Can not find file C:/Asd_cfg.lsp")
)
(if (setq file (findfile (strcat asd_path "AUTOSD.lsp")))
(load file)
(prompt (strcat "\nError: Can not find file " asd_path "AUTOSD.lsp"))
)
(if (setq file (findfile (strcat asd_path "Support/asd_w15.arx")))
(arxload file)
(prompt (strcat "\nError: Can not find file " asd_path "Support/asd_w15.arx"))
)
;******* END LOADING FOR AUTOSD STEEL DETAILING *******