明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 3122|回复: 5

请大家帮助我看看这个小程序,多谢了。

[复制链接]
发表于 2004-3-19 00:25:00 | 显示全部楼层 |阅读模式
Private Sub CommandButton1_Click()

Dim HatchObject As AcadHatch
Dim OuterCircle(0) As AcadCircle
Dim Center As Variant
Dim Radius As Double With ThisDrawing.Utility
Center = .GetPoint("Click the position or Enter the Center ordinate:")
Radius = .GetDistance(Center, "Enter the radius.")
End With

Set OuterCircle(0) = ThisDrawing.ModelSpace.AddCircle(Center, Radius)
OuterCircle(0).color = acYellow

OuterCircle(0).Update

Set HatchObject = ThisDrawing.ModelSpace.AddHatch(acHatchPatternTypePreDefined, "ansi31", False)
HatchObject.AppendOuterLoop (OuterCircle) '设置填充的外环边界
HatchObject.Evaluate '寻找和剖面线相交的部分(和set hatchobject不合分割
HatchObject.Update
End Sub 运行后,出现错误提示;AutoCAD主窗口不可见。 光标定位在getpoint一行
加入application.visual=true(我认为没必要)也不行。 大家帮帮忙吧。
发表于 2004-3-19 12:40:00 | 显示全部楼层
Center = .GetPoint("Click the position or Enter the Center ordinate:")


改为


Center = .GetPoint(,"Click the position or Enter the Center ordinate:")


即可


注意语句格式
 楼主| 发表于 2004-3-19 16:43:00 | 显示全部楼层
谢谢楼上的朋友。


你说的错误我改正了(其实我是误写了),但是还是出现相同的错误提示。


还请你看一下.
发表于 2004-3-19 17:37:00 | 显示全部楼层
老问题,窗口没有隐藏。


先用Me.Hide
 楼主| 发表于 2004-3-19 19:16:00 | 显示全部楼层
bow.


老实说,有些看似简单的东西,如果没有人帮忙,真的会让新手困惑很久。因为书上也没写这些。还是希望老手们不要鄙视新手们的幼稚问题,有空的话给个提示。


再次感谢管理员。
发表于 2009-4-16 22:38:00 | 显示全部楼层

是的,这个问题我就摆置了好长时间!感谢admin

您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-11-25 12:31 , Processed in 0.161900 second(s), 25 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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