登录
首页 » C# » DWG

DWG

于 2012-08-19 发布 文件大小:105KB
0 615
下载积分: 1 下载次数: 239

代码说明:

  用Csharp做的AutoCAD的二次开发,实现dwg文件的读取显示,保存(Csharp do secondary development of AutoCAD, the dwg file read, save)

文件列表:

DWG
...\DWG
...\...\bin
...\...\...\Debug
...\...\...\.....\AxInterop.DDVueLib.dll,40960,2010-12-26
...\...\...\.....\czl.dwg,41651,2005-12-09
...\...\...\.....\DWG.exe,10240,2010-12-26
...\...\...\.....\DWG.pdb,26112,2010-12-26
...\...\...\.....\DWG.vshost.exe,14328,2010-12-26
...\...\...\.....\DWG.vshost.exe.manifest,490,2007-07-21
...\...\...\.....\Interop.DDVueLib.dll,45056,2010-12-26
...\...\DWG.csproj,4684,2010-12-26
...\...\frmReadDWG.cs,1748,2010-12-26
...\...\frmReadDWG.Designer.cs,4755,2010-12-26
...\...\frmReadDWG.resx,6359,2010-12-26
...\...\obj
...\...\...\Debug
...\...\...\.....\AxInterop.DDVueLib.dll,40960,2010-12-26
...\...\...\.....\DWG.csproj.FileListAbsolute.txt,1140,2010-12-26
...\...\...\.....\DWG.csproj.GenerateResource.Cache,852,2010-12-26
...\...\...\.....\DWG.csproj.ResolveComReference.cache,547,2010-12-26
...\...\...\.....\DWG.exe,10240,2010-12-26
...\...\...\.....\DWG.frmReadDWG.resources,624,2010-12-26
...\...\...\.....\DWG.pdb,26112,2010-12-26
...\...\...\.....\DWG.Properties.Resources.resources,180,2010-12-26
...\...\...\.....\Interop.DDVueLib.dll,45056,2010-12-26
...\...\...\.....\Refactor
...\...\...\.....\TempPE
...\...\Program.cs,489,2010-12-26
...\...\Properties
...\...\..........\AssemblyInfo.cs,1338,2010-12-26
...\...\..........\Resources.Designer.cs,2856,2010-12-26
...\...\..........\Resources.resx,5612,2010-12-26
...\...\..........\Settings.Designer.cs,1088,2010-12-26
...\...\..........\Settings.settings,249,2010-12-26
...\DWG.sln,899,2010-12-26

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • VSRS_software
    VSRS3.5 原版未改动,包含较全的相机参数文件(The original version of VSRS3.5 has not been changed and contains more complete camera parameter files.)
    2021-01-08 15:58:51下载
    积分:1
  • Basics-of-Supply-Chain-Management
    生成简单的绘图工具windows forms(generate simple drawing tools)
    2012-10-24 09:48:43下载
    积分:1
  • STATCOM3
    STATCOM pSCAD模型 ( this is STATCOM model)
    2014-06-04 23:49:00下载
    积分:1
  • Matlab
    Matlab绘图教程(大量实例PPT),可供初学者绘图使用,简单方便。(Matlab graphics tutorials (large number of examples PPT), drawing for beginners to use, simple and convenient.)
    2013-07-10 17:19:44下载
    积分:1
  • IEEE34_grid_with-Wind-PV
    pscad搭建的ieee34节点配网模型,含风电和光伏(IEEE34 distribution grid with Wind and PV )
    2015-12-06 17:23:33下载
    积分:1
  • DXF_Reader
    国外高手写的可以读写dxf格式信息。值得收藏(Foreign experts to write the information can be read dxf format. Worth collecting)
    2014-03-16 12:05:26下载
    积分:1
  • tuxingxuedazouye
    说明:  1. 做一个集成的图形界面的程序,可调用每一次作业子程序。 2. 调用画点的函数,用DDA、中点算法画直线和中点算法及正负法画圆和抛物线。 3. 交互式的二维直线求交:如果存在交点,用实心圆显示交点,并用文字显示其坐标。 4. 用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括自行车行走和绕固定点旋转的自旋转物体动画。) 5. 线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪按钮(或命令),按下“上边裁剪”按钮(或执行“上边裁剪”命令),多边形相对裁剪窗口的上边进行裁剪,显示上边裁剪后的多边形,依此进行其它各边裁剪。 6. 两种扫描多边形扫描转换算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法任选一种); 7. 4连通区域的递归种子填充算法,和扫描线种子填充算法,要求种子点(x,y)可交互输入)。 8. 简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。 9. 交互式Bezier曲线的输入绘制程序实现 (1. So an integrated graphical interface procedures, which call for each operation subroutine. 2. Calling the painting point function, with DDA, the midpoint algorithm painting line and the midpoint algorithm and France Circle and the positive and negative parabola. 3. Interactive 2D linear intersection : If there intersection with a solid circle indicates Nodal and writing to demonstrate its coordinates. 4. Using 2D animation graphics transform algorithms to achieve the specified physical translation, rotation and scaling. (Including walking and cycling around the fixed point of rotating objects from the rotating animation.) 5. Line cutting and polygon clipping algorithm to achieve the animation demo. (Two segments cutting algorithm and H-S-by-side polygon clipping algorithm) polygon clipp)
    2020-11-09 20:49:46下载
    积分:1
  • 测试版本
    建筑铝合金模板楼面布板,基于cad平台二次开发,使用lisp语言。(Building Aluminum Alloy floor layout template)
    2017-12-11 17:37:46下载
    积分:1
  • Visio
    说明:  几个常用的visio模具,想用的下载来用吧(Several commonly used Visio molds. Download them if you want to use them)
    2020-04-29 14:29:13下载
    积分:1
  • wode
    绘画板~ C#小程序~ (Drawing board ~ C# Applet ~)
    2007-12-27 12:17:38下载
    积分:1
  • 696518资源总数
  • 104347会员总数
  • 12今日下载