Search found 80 matches

I haven’t forgotten about you. I ran into issues with forms not working correctly with certain functions, such as GetPoint(). Once I get this solved I will let you all know. I am also considering making this an open source project and posting the source on one of the open source sites.
Dan

Right, because even your circles are Arcs, so you would get two pierce points for each hole. The way I see it is, you need to define what entities are a shape by either marking each entity with XData or by having each entity belong to a collection (A Group , or Block). Since your laser cutter is pro...

Well what do you know it worked, my .NET wrappers for SDS also seem to work with Intellicad’s new 6.4 object model, I was able to draw a line using this code. Kewl! C# !! //intellicad com [CommandMethod("Test")] public static void Test1() { try { IntelliCAD.Application application = (Intel...

You could do “all” but you might pickup unwanted items. Else you could just add the names to the selection set i.e (defun c:pexpxl (/ en fil fname) (setq fname (getfiled "Select Excell file" "" "xls" 1)) (setq fil (open fname "w")) (write-line "Object\tPe...

Hard to say, It shouldn’t be because of your Excel version. Make sure you have .NET 2.0 installed, Make sure the .dll is loaded make sure the file Exists ie c:\\test.xls run this at the prompt (sdsado "c:\\test.xls;extended properties=excel 8.0;" "create table table1 (name varchar, ad...

Just having a little fun, I was unable to create a new workbook via SQL, although this could be hard coded into the dll. This does work, it will create a new sheet as defined by TableName.... it’s probably not what your after, it’s more for doing queries and such ;(SDSADO "C:\\test.xls;Extended...

If you want to store your data in a database such as access, you can try using my Lisp ADO tools. Since Excel can do SQL, this might work for that as well. I couldn’t post it here so here is a link. http://www.icadsales.com/index.pl?id=&isa=Message&op=show&mid=164&from=0&discussi...

You need to have a C/C++ compiler. There are a few free ones out there but I prefer to use Visual Studio 2005, which is a compiler/IDE. Also I am still working on my .NET plug-in, which will allow people to use C#/VB.NET and I hope DLR languages like IronPython/IronLisp with Intellicad. Have fun :wi...

SDS Example Get/ SetClipboardText

I know there are not a lot of samples out there on the net for writing SDS functions. Here is a SDS routine , that when loaded will enable lisp to Set/Get text to/from the clipboard. Enjoy. PS. If you have any questions about SDS or would like me to email the compiled .dll to you, just ask. /* ++ * ...

Project sharing

Anyone know of a board where Intellicad users can share files such as lisp/SDS/vb projects? How about it CMS? This could be the main hangout for Intellicad developers :wink:

SDS .NET API

Would anyone here be interested in using/beta testing a .NET API out? It’s still in its infancy, if there is enough interest I will keep hacking at it , else -> bit bucket.

Dan

Go to advanced search