大家好,
我有另一个实体制作程序供您试用。回到一段时间以前,这种类型的程序是被请求的。我注意到了一些关于这个主题的帖子,但没有什么比这个程序更详细的了。
该程序绘制二维ASME编码椭圆封头和非编码封头。它将头部轮廓创建为带有厚度线的闭合多段线。每一个都被放置在不同的层上。有一个选项可以只绘制轮廓而不绘制厚度线,还有一个选项可以用国际单位制创建这些磁头。
该程序有一个指令对话框和您选择的可变图像。我已经提供了源代码供您编辑,如果您愿意,但我要求,如果您进行了更改并发布,不要删除标题,并确保将您的更改记录为修订版并添加到标题中。请不要发布对此线程的更改。
如果您不确定如何编辑此代码,我很乐意回答您的问题。
该程序的命令语法为DH。
请参阅下面所附的Zip文件。
有关加载说明,请参阅以下线程:http://www.cadtutor.net/forum/showthread.php?t=1390
对于ANSI B16.5法兰,请参见以下螺纹:http://www.cadtutor.net/forum/showthread.php?t=48462
对于ANSI B16.47法兰,请参见以下螺纹:http://www.cadtutor.net/forum/showthread.php?t=48567
注意
版本V0.4已上载。2010年10月4日
- ;/////////////////////////////////////////////////////////////////////////////////////////
- ;
- ; Do Not Remove This Header!
- ;
- ; Revisions
- ;
- ;-----------------------------------------------------------------------------------------
- ; Version | Change | Date
- ;-----------------------------------------------------------------------------------------
- ; V0.1 | Replace the dialog load in the DH_MF function with a new function. | 04|29|10
- ; | Replace mode tile in the DH_MT function with a new function. |
- ; | Replace all setvars in the DH_MF function will a new function call. |
- ; | Added DH_CUS function or Change User Settings function. |
- ; | Replace all (if (or calls with (cond ( (member calls. |
- ;-----------------------------------------------------------------------------------------
- ; V0.2 | Add Non-Coded Flanged Only Head | 04|30|10
- ;-----------------------------------------------------------------------------------------
- ; V0.3 | Remove DH_PL Program Loop Function & replaced with while | 09|17|10
- ;-----------------------------------------------------------------------------------------
- [color=red][b]; V0.4 | Removed popup lists from dialog and replaced with edit boxes | 10|04|10[/b][/color]
- [color=red][b]; | Action_Tile modifications made to Main Function |[/b][/color]
- [color=red][b]; | Modifcations made to Set Size Parameters Function |[/b][/color]
- ;
- ;/////////////////////////////////////////////////////////////////////////////////////////
DH_V4。拉链 |