搜索资源列表
objectARXCREATE
- 此文档对Object ARx对块表记录的操作进行完善修改,对编程习惯、编程思想、C++风格等进行的很好的完善。值得借鉴!
arx
- 程序运行平台为AutoCAD2000简体中文版。 开发平台VC6.0及ObjectARX3.0(本程序所涉及的文件已包含在安装程序中)。 1. 解压缩source.zip到C盘,自动生成c:\\source目录。 2.在VC6下打开工程c:\\source\\MyModelessSheet.dsw。 3.编译生成c:/source/debug/MyModelessSheet.arx文件。(用Rebuild All命令) 4.启动 AutoCAD2000。选择主菜单“工具”下“加载应用程序”菜单项
VC6.0zhushou
- 在visual C++中,使用ATUOCAD ARX 来对AUTO2002进行二次开发
Hibernate_3.2
- 在visual C++中,使用ATUOCAD ARX 来对AUTO2002进行二次开发
CreateAndInsertBlock
- ObjectARX VC 用于自定义一个块定义,并插入块参照。 CAD二次开发!
DrawPolyline
- 用C#+ARX写的,在CAD里自动实现CAD的POLYLINE画图-Using C#+ ARX written automatically in the CAD implementation of the CAD drawing Polyline
asdkconvtext
- Arx for cad, C+Mathimatics-Numerical algorithms
WaterMarkEmbedChkTest
- 现在大家提供的源码都是针对BMP图片的防篡改例程,本源码主要是针对JPG图片的嵌入水印和提取水印判断,希望对大家有帮助!-Now we provide the source code is tamper-resistant against BMP images routines, this source is mainly directed against JPG images embedded watermark and the extracted watermark judgments we
for-sign-in-cad
- 在CAD中把图片文件根据像素变成CAD文件,原理就是把图片的像素,在CAD中以短直线表示,对于比较大的文件,生成时会比较慢-arx for CAD,using for sign
GetKindsLinesPts
- 选择CAD实体,将实体的点位信息输出到一个文本文件中。对于刚接触ObjectARX编程的童鞋还是很有用的,可以清楚的了解CAD中部分类型实体的数据结构。VS2005+ObjectARX2007,个人编写。-Select CAD entities and write entities pts to a text file.It is helpful for those learn ObjectARX and C++.You can learn something about ARX Entiti
DrawCADLine
- 程序模拟AutoCAD中进行线的交互绘制。点可以通过使用鼠标点击屏幕,或者键盘输入来获取,绘制的同时可以使用w命令来设置线宽,c命令来设置线的颜色,o来结束绘制(回车或者ESC键也行)。VS2005 + objectARX2007环境,对arx的学习还是很有帮助的。个人。-Simulate AutoCAD draw polyline.You can select a point to draw line,at the same time,you can also set entity prope
CAD_QRCode_ARX
- AutoCAD绘制二维码,二维码可以记录图签信息或其他任何信息。C++ ARX 代码-Draw QRcode in AutoCAD, ObjectArx Code