Re: Using COM objects and Python to Draw a Polyline
I just figured this out. I found a VBA example for creating a polyline in the IntelliCAD Developer Reference. It shows that you must use Library.CreatePoints() method rather than Library.CreatePoint(). I was able to get this to work the following python code: #Create Points points = icad.Library.Cre...
- Forum: VBA, . NET & IRX
- Topic: Using COM objects and Python to Draw a Polyline
- Replies: 1
- Views: 15392
- Mon Feb 06, 2023 1:36 pm
- Jump to post