毕业论文(设计)交互式CAD系统开发与实现源代码.doc

毕业论文(设计)交互式CAD系统开发与实现源代码.doc

  1. 1、本文档共26页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
毕业论文(设计)交互式CAD系统开发与实现源代码.doc

Option Explicit Global Const PI = 3.1415926 绘图模式 Public Enum GEDrawMode edmNormal = 1 edmSelect = 2 edmDelete = 3 End Enum 线型 Public Enum LineStyle vbSolid = 0 vbDash = 1 vbDot = 2 vbDashDot = 3 vbDashDotDot = 4 vbInvisible = 5 vbInsideSolid = 6 End Enum 命令类型 Public Enum GECommandType ecUnknown = 0 ecCreatePoint = 1 ecCreateLine = 2 ecCreatePolyLine = 3 ecCreateCircle = 4 ecCreateArc = 5 ecCreateText = 6 ecSelOnebyOne = 11 ecSelLines = 12 ecSelPolylines = 13 ecSelCircles = 14 ecSelArcs = 15 ecSelTexts = 16 ecSelAll = 17 ecSelNone = 18 ecMove = 21 ecRotate = 22 ecMirror = 23 ecviewzoomin = 31 ecViewZoomOut = 32 ecViewLocalZoomOut = 33 ecViewPan = 34 ecViewExtent = 35 End Enum Public Type POINTAPI x As Long y As Long End Type Public Type rect Left As Long Top As Long Right As Long Bottom As Long End Type Public sLeft As Double Public sTopic As Double Public sRight As Double Public sBottom As Double Public Scal As Double Public ptLineBegin As New Position Public ptLineEnd As New Position Public ptPLPoints(1 To 100, 1 To 100) As New Position Public PLPoints(1 To 100, 1 To 100) As New Position Public intPLPointNum As Integer Public ptCircleCenter As New Position Public ptCircleR As New Position Public ptArcCenter As New Position Public ptArcBegin As New Position Public ptArcEnd As New Position Public Command As GECommandType Public GElements As New CGElements Public lines As New CLines Public polylines As New CPolylines Public circles As New CCircles Public arcs As New CArcs Public texts As New CTexts Public SelLines As New CLineSel Public SelPLines As New CPLineSel Public SelCircles As New CCircleSel Public SelArcs As New CArcSel Public SelTexts As New CTexts Public intmStep As Integer Public PickRadius As Double Public bolMirror As Boolean Public intArcMirrorNum As Integer Public ptBasePos As New Position

文档评论(0)

changlipo2019 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档