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+.
#2
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
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