搜索资源列表
CreateBSurface
- UG二次开发中B曲面的建立。对于仿形等情形从三坐标得到数据点生成对应的模型很实用。仔细研究会有很大的启发。这只是基础源码部分,可以单独执行的。稍加改动就可以是一个真正实用的功能部分了。-UG secondary development in the B surfaces was established. For situations such as copying data from the coordinate points to be generated corresponding to t
Ask_Spline_Face_data
- 本示例段演示了从点云创建曲面的操作,然后从曲面上抽取一条等参数线作为加工曲面时的切触点轨迹线,把该切触点轨迹线离散得到单个的切触点。对于曲面上的每个切触点,访问曲面在该点处的信息并采用球头刀加工时刀尖点的位置并从该点画出刀轴所在的直线。在此程序段中,刀轴矢量默认为与z轴平行,对应书中5.8.3中的示例程序。 运行要求: (路径上不能有中文)1、打开UG NX3.0或以上版本,新建一个.prt文件 2、使用快捷键"Ctrl+U",出现选择对话框,选择程序所在的位置。 使用"Fit"功能
ProToolkit4.0-Assembly
- 这是《Pro/E Wildfire 4.0 二次开发实力解析》上面的第8章装配的例子对应的源代码,已通过测试。-This is the "Pro/E Wildfire 4.0 resolved the secondary development of strength," Chapter 8 of the above examples of the corresponding assembly source code has been tested.
DisplaceText
- 根据excel表内文字替换cad对应文本-Excel table CAD text according to the corresponding text replacement
Crankshaftcad
- 根据某款已有发动机曲轴实物画出的cad图形,其中包括该曲轴上的必须的详细尺寸以及标注,对应的A1图纸框架也附带的有,上传方便以大家学习交流-According to a section of the existing engine crankshaft kind cad drawn graphics, including the necessary details on the size of the crankshaft and the mark, the corresponding A1 d
AsdkPlotAPI
- 使用 ObjectARX 打印实例源码,对应AutoCAD2007-ObjectARX print source code, corresponding AutoCAD2007
ARXDBG
- Autocad二次开发调试工具,可以查看CAD文件内部图元结构,对应Autocad2007版本!-Autocad secondary development and debugging tools, you can view CAD files primitive internal structure, corresponding Autocad2007 version!
ProComponent-v2.1-Sources
- ProE/Toolkit开发库基于同步模式DLL动态链接库形式的二次开发工程。根据官方文档中实例修改实现了根据MFC窗口输入参数自动画圆柱、圆台、棱柱等基本几何形状。即完成了草绘、拉伸、旋转等基本操作的代码实现以及其组合的实现。(备注:软件版本是ProE Wildfire 5.0,对应的开发环境是VS2008。工程所需外部链接库网上可以查到。)-ProE/Toolkit development libraries based on the synchronous mode dynamic lin
acad_dxf
- AutoCad2010版DXF组码说明,在用ObjectARX开发AutoCad程序时,可能会用到图元的组码,通过本文档可快速查找实体对应的组码,方便开发。-Version AutoCad2010 DXF group codes described in AutoCad program development time by ObjectARX, may be used primitive group codes, through this document can quickly find t
cadAREA.LSP
- 提取多边形的注记,对注记相同的多边形进行求和,得到各类注记对应的多边形的面积和-Extracted polygon annotation on annotation same polygons together respectively, were obtained for each annotation class area
syncSample
- C++实现CAD多窗口同步查看文档,CAD二次开发包对应ObjectARX 2010-CAD multi window to achieve synchronization view documents
QCC
- CAD下line或pline线与对应轴线间距离取整程序,对于该线与轴线间距离为碎尺寸时非常有用。-Line or pline between axis distance corresponding rounded program for the inter-line distance is useful when the axis is broken dimensions.
一键编码替换人名
- 提前准备一个excel表,把编码和人名对应上,在cass中可以把编码批量替换成相应的文字。(Prepare an excel table in advance to match the encoding with the name. In CASS, you can replace the coded batch with the corresponding text.)
选择集边界框
- 此函数将返回矩形框架的左下角和右上坐标(在 WCS 中)的列表 描述提供的选择集中所有对象的边界框。 在此上下文中,边界框定义为边平行于三个 WCS 坐标轴,该坐标轴包含集中的所有对象。 请注意,此边界框不一定对应于具有最小面积的矩形框 ,这可以包含集中的对象,因为边缘始终与 WCS 坐标轴平行。 简而言之,根据所选内容生成一个包围矩形框。