Search found 3 matches

addDimRotated

I'm having trouble converting some VB code from AutoCAD to IntelliCAD. I get an error when trying to make a rotated dimension: "Object doesn't support this action" at the line where the addDimRotated method is: Private Sub DrawDim(LPt As point, Rpt As point, Offset As Double, _ dimDir As D...

Inserting Drawings with VB

I have a VB6 application that locates detail drawings from a cd and inserts them into AutoCAD. I would like to make it compatible with IntelliCAD. I have to use "SendCommand" with AutoCAD because you cannot 'ghost' the drawing as it's inserted with vb methods. How will this work with Intel...

Go to advanced search