Search found 37 matches

Now we have Icad7, many things are changing with the APIs. We are trying to write applications in C#. How can I make the call of C# functions from the command line? CommandMethod is not accepted when using the Intellicad Object library. Are there other dlls necessary? Any idea where I could get some...

Great, thanks a lot. I discovered grdraw and grread recently, and just when I liked it I found this problem. Now I have grclear to solve my problem!

I searched a little more and found also grtext and grvecs. A pitty that there is no documention in the icad help.

Michael

GRDRAW in Icad 7

I have a Lisp using the GRDRAW to show lines when the user moves the cursor. Every time the mouse moves, the lisp calls REDRAW to clean the old lines before drawing the lines for the new position. In Icad 7 this does not longer work, the lines drawn with GRDRAW remain on screen. Any idea for a quick...

You can open DWG in Word, better would be to save as DXF (ASCII). But I guess you rather want to copy just the image than open the drawing file, right? You can use Copy/Past to insert your drawing in Word, our you can export your drawing from Intellicad to WMF format (Type Export and choose WMF as f...

Zoom while waiting for input in getstring is no longer possi

With the upgrade to 6.2 I found the following problem: During Lisp routines, we have a lot of text or numeric input. When using transparent zoom while the lisp is waiting for the input, the program aborts. This had not been happening in older Icad versions. To reproduce this, you can type (setq a (g...

Sorry, it seems I did not make myself clear: I have two (or more) blocks in a drawing. I try to delete (or copy or move) one of them, selecting the block by clicking directly on it (no selection window). If inside the Entity selection box is part of another block, both blocks will be selected at onc...

Selecting multiple entities

Some times I have two block at the same position or overlaping. In former versions of Icad, only one of them was selected when clicking on the block. In Icad6 all blocks are selected with only one click. Is there any system variable to change this? ANy other configuration? ------------------ Michael...

Unforunately Icad6 continues with this problem. I hoped this new version would have resolved this ugly problem.
Well, I will have to wait for Icad7.

Hello Calinj, Sometimes this happens. Icad keeps a point and severely insists in using this point. This is somehow related to flyover snapping and transparent comands (zoom, pan,..) The only way to make Icad forget is to use this point in a not transparent comand. Draw a line and erase it. Just chec...

Copy from Icad Help: Turning grips on and off You can turn the use of grips on and off and control the size and color of grips. To change grip settings 1. Do one of the following: Choose Settings > Drawing Settings. On the Settings toolbar, click the Drawing Settings tool (). Type ddgrips and then p...

I have the same problem. Hidden attributes will show after saving the drawing in ICAD5 and reopening the drawing. This is really a problem! At first I was thinking of positioning the attributes on a new layer, but in the end I did write a small Lisp to hide these atributes again. I included this in ...

When you export your toolbars, you will create a MNU or MNS ASCI file. You can import this file, with all limitations that this file syntax brings, in other words: you loose a lot of important info when you export/import the toolbars. <OL TYPE=1> [*] Position can only be defined for floating toolbar...

Go to advanced search