Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/supercoderhawk/camcadsystem
盘形凸轮机构CAD系统
https://github.com/supercoderhawk/camcadsystem
Last synced: about 2 months ago
JSON representation
盘形凸轮机构CAD系统
- Host: GitHub
- URL: https://github.com/supercoderhawk/camcadsystem
- Owner: supercoderhawk
- Created: 2015-05-09T03:28:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-02T03:05:33.000Z (over 9 years ago)
- Last Synced: 2023-03-01T19:25:44.871Z (almost 2 years ago)
- Language: C++
- Size: 9.63 MB
- Stars: 6
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 盘形凸轮机构CAD系统
本系统使用Visual Studio 2005 中的MFC8.0进行开发
生成本项目时需要安装matcom4.5,链接:,默认位置安装,并把C:\matcom4.5\lib添加至包含目录
本项目还用到开源库dxflib2.5.0.0。
下载:;
文档:;
此库已中编译成静态库dxflib.lib,包含在项目中。V1.0版
功能:
1,输入凸轮的基本参数,包括推程/回程运动角,近休止/远休止角,基圆半径、工作行程、偏心距;从动件类型(若为滚子,可输入滚子半径);推程/回程运动规律类型(包括常见的运动规律和可自定义的通用间谐运动规律)
2,绘制运动规律的位移
3,绘制凸轮,并显示几个点的压力角。
4,局部修改
5,压力角校核V1.1版
更新:
1,能够生成凸轮轮廓的dxf图纸(仅包含一个凸轮轮廓)。V1.2版
1,增加生成的图纸中的元素,包括图纸外框,标题栏和左视图等。