Search the Community
Showing results for tags 'scripts'.
-
Sir, can you please tell, in MicroStation v8i, how to use additional program, VBA, script, tools, application, etc for drafting, printing, area, total length, PDF, or other purpose, (Like in AutoCAD, lisp, vlx, VBA, macro, add-in, plugin) If you have any things please share a...
- 2 replies
-
- microstation v8i
- program
- (and 5 more)
-
Batch processing of script files on drawing files with matching names
PipelinerUSA posted a topic in AutoLISP, Visual LISP & DCL
I have a directory populated with several hundreds of drawings and scripts. For every drawing "A.dwg" there is a script "A.scr": A.dwg A.scr B.dwg B.scr C.dwg C.scr D.dwg D.scr ... Every script is unique. What I am looking to do is figure out a way to run every script on it... -
Script file to write entire set of drawings to a a new folder using WBLOCK
conradsteve posted a topic in AutoLISP, Visual LISP & DCL
Hi, I have this batch file that opens each drawing in a specific folder, does a purge on each file, then saves and closes it. What I'd like to do is add a WBLOCK command to that script file that would write the entire drawing to a designated folder, but instead of calling the new file 'new block.... -
changing all nested blocks' color to bylayer
NoelStalker posted a topic in AutoLISP, Visual LISP & DCL
Hello helpful people. I'm looking for a routine to reference edit every block in my drawing and change the color of everything to "bylayer". I can make a script easily enough that will chprop all color to bylayer but that won't touch things inside blocks. What do you do when you encounter t... -
Batch Multi-Sheet DWF Publish using Scripts
ColinHolloway posted a topic in The CUI, Hatches, Linetypes, Scripts & Macros
Hi All, I have a functioning Spooling lisp routine that allows me to process a series of drawings from a list in a text file. At the moment I can run routines, print and generate single sheet DWF files. My company now has the requirement to generate Multi-Sheet DWF files that include the Mo...- 2 replies
-
- publish
- multi-sheet
-
(and 2 more)
Tagged with:
-
How to make blocks change over a certain height
drafting3 posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
Hi all, I have a dynamic block of some door hinges. Depending on the height of the door, depends on the type & quantity of hinges used. I was wondering if it is possible to have a block that detects height? If I insert the hinge block onto my drawing, and snap the base point of the block to t... -
How to make blocks change over a certain height
drafting3 posted a topic in AutoLISP, Visual LISP & DCL
Hi all, I have a dynamic block of some door hinges. Depending on the height of the door, depends on the type & quantity of hinges used. I was wondering if it is possible to have a block that detects height? If I insert the hinge block onto my drawing, and snap the base point of the block to t... -
How to make blocks change over a certain height
drafting3 posted a topic in The CUI, Hatches, Linetypes, Scripts & Macros
Hi all, I have a dynamic block of some door hinges. Depending on the height of the door, depends on the type & quantity of hinges used. I was wondering if it is possible to have a block that detects height? If I insert the hinge block onto my drawing, and snap the base point of the block to t... -
Is it at all possible to swtich between layout tabs by a command? I'm messing around with a .bat file that creates a script for printing that only prints layout1. The CAD file I'm trying to print has multiple tabs and all tabs have a different name, Lot 02, Lot 03, Lot 04 (not the standard...
-
I love AutoScript by Caddig, but I just got upgraded from 2010 to 2012 and now it won't work. Does anyone know of any other programs that will work with 2012 to perform the same function? Thanks, John
-
I wrote scripts in acad 2000, but was away from autocad for a few months and am back with acad 2010. I'm trying to get autocad to read a script I've written, but when I type script on the command line and look for my script(on my desktop) acad won't display the filename.scr. I tried changing locatio...