Search found 336 matches

Re: Export DWG to PDF

Please refer the little snip code: Private Sub PlotToPdf() Dim Layout As Layout Set Layout = ActiveDocument.ActiveLayout Layout.RefreshPlotDeviceInfo Layout.ConfigName = "Microsoft Print to PDF" ' PLOTTER Layout.PlotType = vicWindow Layout.PlotRotation = 0 Layout.StyleSheet = "icad.ct...

Re: Update License

Hi Paul,

I'm not sure about the license of the IntelliCAD 11 versions (11.0 and 11.1).
But we can't use the same license for both IntelliCAD 10.0 and 10.1 versions.
It needs a license separately.

Regards,

Re: Trapezoid area lisp

Yes, you need to check if the dxf_data existing the 90 and 63 dxf codes before trying to replace them. I bypass some lines (set/change properties) and it works now. (defun c:areacal (/ js nb ent dxf_ent ptlst surf n AcDoc Space old_textsize count app_txt cum_area pt_ins val_txt lst_bis l_4d max_d po...

Re: Trapezoid area lisp

BUT I can't remove to this problem : Run-time error 87: error: too few arguments nil If someone can help me to correct this Please ! Hi, Please replace the line: (command "_.-style" "AREA CALC" "arial.ttf" 2.5 "1" "0" "n" "n" &qu...

Go to advanced search