明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1154|回复: 1

VBA保存图形文件的问题(已解决)

[复制链接]
发表于 2013-4-28 16:01:42 | 显示全部楼层 |阅读模式
本帖最后由 vbyu1987 于 2013-4-28 16:18 编辑

Public Sub saveDocument()
    Dim doc As GcadDocument                              
    Set doc = thisDrawing.Application.Documents.Add()

    Dim ptStart(0 To 2) As Double
    Dim ptEnd(0 To 2) As Double
    ptStart(0) = 0
    ptStart(1) = 0
    ptStart(2) = 0
    ptEnd(0) = 100
    ptEnd(1) = 100
    ptEnd(2) = 0
    Dim line As GcadLine
    Set line = thisDrawing.ModelSpace.AddLine(ptStart, ptEnd)

    doc.SaveAs "c:\test.dwg", ac2004_dwg

End Sub

因为是用的浩辰CAD,所以acadDocument 改为了GcadDocument
运行时候可以新建图形,画直线,但是没法正确保存,请问上面程序有什么错误吗?
谢谢
 楼主| 发表于 2013-4-28 16:19:03 | 显示全部楼层
郁闷死了,公司的电脑,原来没有权限保存在C盘根目录
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-11-23 12:01 , Processed in 0.209067 second(s), 27 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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