明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1613|回复: 1

急!请问怎样有VB语言设置CAD中图纸类型

[复制链接]
发表于 2005-6-1 17:12:00 | 显示全部楼层 |阅读模式
请问各位仁兄,怎样用VB语言来设置CAD中图纸的类型,比如在VB窗体中选择了A4图纸,就能在CAD中的布局空间中设置好相应的图纸类型。急用,请哪位高手帮帮忙,小女感激不尽。
发表于 2005-6-6 22:05:00 | 显示全部楼层
可先作好A4等图框以DWG格式存到一个指定的目录下,然后用moSpace.InsertBlock的方式插入所选取的图框. Function insetObj() Dim blockObj As Object
Dim insertionPnt(0 To 2) As Double
insertionPnt(0) = 0: insertionPnt(1) = 0: insertionPnt(2) = 0
If tuf.Text = "" Then
End If
If bl.Text = "" Then bl.Text = "1:1"
zx = "D:" & "\tff\" & tuf.Text & ".dwg"
Dim sysVarData As Variant
xx = Len(bl.Text)
yy = InStr(1, bl.Text, ":", 1)
zz = xx - yy
zf = Val(Left(bl.Text, yy - 1))
zi = Val(Right(bl.Text, zz) / zf) 'CByte
sysVarName = "dimScale" 'OSMODE
' On Error Resume Next
If SelVersion = True Then
moSpace.InsertBlock insertionPnt, zx, zi, zi, zi, 0
Else:
moSpace.InsertBlock insertionPnt, zx, zi, zi, 0
End If
acadApp.Application.ZoomExtents End Function ' RetVal = object.InsertBlock(InsertionPoint, Name, Xscale, Yscale, ZScale, Rotation)
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-11-27 16:49 , Processed in 0.174952 second(s), 24 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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