Writing sheet events in Excel is very simple. Just right click in sheet tab and select view code. Select work sheet from objects section and apropriate event from the declarations section. Write necessary code. Thats all. You can do a lot with this feature. You can change the back ground...
Use Area command and click all corner points indicating the extend of building autocad will indicate the included area with in the points selected. If your drawing is in foot, the area will be in square feet. Other wise you have to multiply that with appropriate factor.
Is there any method to create custom colors in auto CAD like a paint program. Is there any method to provide transparency to a hatch pattern (solid fill)?
Writing sheet events in Excel is very simple. Just right click in sheet tab and select view code. Select work sheet from objects section and apropriate event from the declarations section. Write necessary code. Thats all. You can do a lot with this feature. You can change the back ground...
As crystalrae stated you can draw some reference lines at your length of page apart. Create a new layer with "noprint" enabled. Change the layer of these line to your noprint layer. Print portion by portion with reference to these lines. Providing a little overlap will work better...
Is there any method to know the available custom commands (created by lisp routines) in an autocad session? I can't remember all the available commands. I load all necessary lisp routines by startup kit.
Hi,
Just try this, open the PDF file in acrobat reader and zoom your picture or diagram to required size then press the "Print screen" button. The entire screen image will be copied to clip board. You can cut the required portion after pasting it in to any paint program.
Hope this...
According to me you need to obtain a connection with the source DWG file while making a "Save As". You will recieve an invalid source path error if it is not available. If it is working well with out a connection from the source file, it is efficient to keep all old DWG files as DWF...
using
cells(rowindex,colindex).value=TextBox1.text
for handling cell values is more flexible in a programming context. You can also use workbook and sheet reference along with this method.
I have developed a VBA program to work in AutoCAD 2000. How can I create a setup program to install the routine in AutoCAD with necessary button menus.
could anybody suggest to get some information on the design of helical type stair (supports at top and bottom only)? what's the concept, theory involved in designing such stair?