资源列表
Orcad_10.5_
- 在用该软件之前,一直都是用9.2 版本的,自从下了该版本之后(我之前是在 迅雷里下的,还没有该软件的可以在那里去下), 心里特别兴奋,这下该可以体验 下升级版本了,可是事与愿违,它偏不让我如愿,我屡装屡败,也曾参考网友提供的 方法,但都不成功,可能是我没有理解他们的方法吧,于是我再抱着试一试的心理 下,再次安装,这次我认真注意每个地方,看看它提示什么?我该怎样去做,这些都花 了我不少心思,终于黄天不负有心人,安装成功了- Before using the softw
DSJ-08-00
- 机械CAD操作图纸,可以完整发现CAD图纸的结构和设计方法,内容详细-Mechanical CAD drawing operations can be found in the structure and design methods complete CAD drawings, detailed
STL
- 简单的stl读取,显示,切片程序代码,很好用,在slice_STL基础上进行了改进,并加入了相关注释~-Simple slice stl display program code, easy to use, on the basis of the slice_STL improved, and joined the relevant Notes
progrem
- 机器人仿真编程大家多多指教,本人比较菜,希望能谅解-Robot simulation programming exhibitions, I am more vegetables, hoping to understanding
The-boiler-three-views
- 南阳理工学院过程控制课程设计,“礼”字号锅炉安装三视图-Nanyang Polytechnic curriculum design process control, " Ceremony" name three views boiler installation
chongxiePLINE
- 带属性重写多段线,针对南方cass的属性,作为后期数据处理-Line with attribute to rewrite more sections, in view of the southern cass
SSLENGTH
- 1、计算所有线段总长度。 2、标注标注所有线段。-1 calculates the total length of all segments. 2, by marking all segments.
spice_to_layout_full_flow
- Spice to Layout generation using Mentor graphics
ECO
- An electronic project of design automation tool
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
SetCADXData
- 设置和读取CAD实体的扩展属性,多个链表的方式设置,指定名称和全部扩展属性的读取,很不错的资料,可以加深对链表的理解和CAD扩展属性的理解。个人编写。-Set CAD Entity XData and read CAD Entity XData.Use many resbuf to set.It can read specified name xdata and all xdata.It is very helpful to learn resbuf and CAD xdata.