Help File
Posted: Tue Mar 29, 2005 6:48 am
by Matt V
Does Intellicad have a help file for Itellicad cammands with example code? The only one I can find is the standard Microsoft one.
My R14 Macros are not working and I am having trouble finding the proper syntax for 5.1+.
Posted: Tue Mar 29, 2005 1:57 pm
by John Finlay
MattV,
There are differences between AutoCad and IntelliCAD's Object Model.
In intelliCAD's help there is sample code.
One of the bigest differences is that IntelliCAD has a Point Object with x , y and z properties where AutoCAD uses an array.
I have a tutorial at
In the VBA Forum select "Show All Topics" from the pull down.
There are three pages - select page 2 (the page links are on the bottom)
The tutorials are:
VBA The Basics.
http://www.intellicadms.com/ubb/Forum3/HTML/000009.html
Getting Started in VBA
http://www.intellicadms.com/ubb/Forum3/HTML/000005.html
Getting Started in VBA 2
http://www.intellicadms.com/ubb/Forum3/HTML/000006.html
Now select page 1
The tutorials are:
VBA Basics--> Intermediate.
http://www.intellicadms.com/ubb/Forum3/HTML/000011.html
------------------
Regards
John Finlay
Posted: Tue Mar 29, 2005 8:30 pm
by ssc
Also, under IntelliCAD standard help (F1 key)look under contents and then Developer Reference and then Visual Basic For Applications.
ssc