明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 2580|回复: 8

如何用VLISP以只读方式打开一张图?

[复制链接]
发表于 2002-9-14 10:41:00 | 显示全部楼层 |阅读模式
用open命令可以只读方式打开一张图,但无法用VLISP的(command "open")实现,不知如何实现这个功能?
发表于 2002-9-14 15:02:00 | 显示全部楼层

感觉你一点概念都没有,看这个

(vla-open
  (vla-get-documents
     (vlax-get-acad-object)
  )
  "c:/drawing1.dwg" :vlax-true
)
发表于 2002-9-14 10:57:00 | 显示全部楼层

使用(vla-open acaddocuments dwgfilename :vlax-true)

使用(vla-open acaddocuments dwgfilename :vlax-true)

参考:

object.Open Name[, ReadOnly]

Object

Documents, Document
The object or objects this method applies to.

Name

String
The full path and file name, or a valid URL address, of the drawing file to open. If the drawing is in the folder specified by the SupportPath property, then the path is not needed and the file name is sufficient.

ReadOnly

Variant; input-only; optional; Documents collection only
Default setting: FALSE

TRUE: Opens the drawing as a read-only drawing.

FALSE: Opens the drawing as a read-write drawing.
 楼主| 发表于 2002-9-14 14:06:00 | 显示全部楼层

请给个例子,比如只读打开“abc.dwg"?

是否以下语句:

(vla-open "abc" ;only-read)
 楼主| 发表于 2002-9-14 19:14:00 | 显示全部楼层

提示无vla-get-documents函数,请指教

实在对不起,我从未用过VL类函数,我原来编程只用autolisp函数,我定义以下:(defun abc ()
  (vla-open
    (vla-get-documents
      (vlax-get-acad-object)
    )
    "c:/tch3/abc.dwg"
    :vlax-true
  )
)
提示无vla-get-documents函数,请指教,
不知可否用autolisp函数实现该功能?
我知道系统变量WRITESTAT 可控制只读,但其本身为只读,
在acad中无法修改,WRITESTAT=0 只读,WRITESTAT=1 读写
发表于 2002-9-14 23:30:00 | 显示全部楼层

我截屏给你看!!

发表于 2002-9-14 23:31:00 | 显示全部楼层

截屏-------!

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注册

x
发表于 2002-9-14 23:37:00 | 显示全部楼层

扫兴。

本帖最后由 作者 于 2002-9-14 23:37:20 编辑

提示无vla-get-documents函数,请指教,
不知可否用autolisp函数实现该功能?


你不说清楚你用的vlisp版本,谁知道你有没有。也许你在r14 下面,改用vla-get-document试试吧。

你一开始就是问“如何用VLISP以只读方式打开一张图?”,怎么又反问起autolisp来了。扫兴。
 楼主| 发表于 2002-9-15 07:45:00 | 显示全部楼层

我是用R14的VLisp,也无vla-get-document函数,劳驾再帮帮忙

实在对不起,开头未表达清楚,给你添了很多麻烦,我还未升级到2000版,
暂时只能用R14版,不知是否可实现该功能?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|CAD论坛|CAD教程|CAD下载|联系我们|关于明经|明经通道 ( 粤ICP备05003914号 )  
©2000-2023 明经通道 版权所有 本站代码,在未取得本站及作者授权的情况下,不得用于商业用途

GMT+8, 2024-11-25 20:18 , Processed in 0.164887 second(s), 27 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表