Search found 27 matches

Sorry I was no help. I use a different brand of Intellicad (Cadopia) that has the PDFOUT command in their recent release. The only suggestion I have is that you could possibly use an external PDF converter program (there are many) and call it from within your lisp. I presume CMS Icad has STARTAPP or...

cdenk1, I don't have your version of Intellicad and I haven't been able to reproduce the exact problem you describe, but I do have an earlier version -4- and a later -8- of the Cadopia variety. The earlier version sometimes exhibits flakey intersection snap behavior when in different UCS orientation...

tspco, Two things to consider when starting to draw in 3D : 1 - Generally, drawing commands are only effective in the XY plane of the current user coordinate system (UCS). Normally, in 2D, the world coordinate system (WCS) which never changes, is aligned with the UCS in all axes. To draw in any plan...

Select option question.

John, Thanks for your response. My question is specifically about the options within the Property option that you listed. For example, by a little experimentation I determined that the Name option refers to a block name. What does the Value option refer to? For that matter, what does LOcation refer ...

Updated CDS program

BJ, I don't know if you ever used the CSD program, but here is an updated version with some improvements. If you used it often, you could assign it to a function key. ; csd.lsp - Cyclical selection display. Cycles through a user-selected ; set of entities until stopped with <Esc>. Entities may be ; ...

Jhun, I should have mentioned that debugging lisp programs is made much easier by using a programmer's editor. I use UltraEdit, but there are many others. At a minimum, look for an editor that is capable of parenthesis matching (also called brace or bracket matching) to make sure you have the same n...

BJ, Though not as elegant as the Autocad method, here is a Lisp program that does something similar. See if it works for you. This program has not been extensively tested, as I wrote it last night. ; csd.lsp - Cyclical selection display. Cycles through a user-selected ; set of entities. The last hig...

Just discovered something else. The ELEVATION sysvar must be set to zero for the center of rotation to be located properly.

I have heard that there is a linux version of Progesoft Intellicad, but I have not seen it myself.

geraldpeterrobinson, Having spent way too much time investigating this dynamic rotation thing, I can say this : You need to set the origin of the UCS where you want the center of rotation to be. And, if you do this by picking geometry on-screen, the pick should be as close to the center of the displ...

Go to advanced search