编译单个 AutoLISP 源文件 (AutoLISP/VS Code)
注意:编译 LSP 文件的功能仅在 AutoCAD for Windows 中受支持;在 AutoCAD LT for Windows 中不可用。
例子下面将 yinyang.lsp 编译为 yinyang.fas: (vlisp-compile 'st "yinyang.lsp") 下面将 yinyang.lsp 编译为 GoodKarma.fas: (vlisp-compile 'st "yinyang.lsp" "GoodKarma.fas") 如果文件yinyang.lsp不在支持文件搜索路径指定的文件夹中,则必须指定文件所在的路径。 (vlisp-compile 'st "c:/program files/Autodesk/<AutoCAD installation directory>/sample/visuallisp/yinyang.lsp") |
|Archiver|CAD开发者社区
( 苏ICP备2022047690号-1 苏公网安备32011402011833)
GMT+8, 2025-3-14 08:13
Powered by Discuz! X3.4
Copyright © 2001-2021, Tencent Cloud.