Author Topic: [XDrX-PlugIn(113)] The slide is generated as DWG  (Read 87 times)

0 Members and 1 Guest are viewing this topic.

xdcad

  • Swamp Rat
  • Posts: 504
[XDrX-PlugIn(113)] The slide is generated as DWG
« on: March 29, 2024, 01:48:57 PM »
Code: [Select]
(defun c:xdtb_sld2dwg (/ sld)
  (if (setq sld (getfiled (xdrx-string-multilanguage
    "\n选择生成DWG的SLD文件"
    "\nSelect the SLD file to generate DWG"
  )
  ""
  "sld"
  4
)
      )
    (progn (xdrx-slide->dwg sld)
   (xdrx-prompt
     (xdrx-string-multilanguage
       "\n幻灯片生成DWG完毕."
       "\nThe slideshow is generated as DWG."
     )
   )
    )
  )
  (princ)
)
The code I wrote uses XDRX-API,which can be downloaded from github.com and is updated at any time.
===================================
https://github.com/xdcad
https://sourceforge.net/projects/xdrx-api-zip/
http://bbs.xdcad.net