搜索资源列表
Code
- 小型CAD实现直线矩形圆的绘制,以及它们的平移旋转等功能-Small rectangular circle CAD drawing to achieve a straight line, and their translation rotation functions
10
- 利用VC编写的CAD小程序 实现直线、圆、椭圆,矩形的绘制,利用透明画刷来实现的。实现了线宽和颜色选择功能-CAD using a small program written in VC To achieve a straight line, circle, ellipse, rectangle drawing, the use of transparent brush to achieve. Achieve a line width and color selection funct
AutoLisp
- 附件为5个AutoLisp文件,分别用于直线关联移动、绘制矩形云线、直线记忆拉伸、直线中线以及标注合并-The Annex 5 AutoLisp file, respectively for linear correlation mobile, draw a rectangle cloud line, straight line memory stretch straight midline, and marked the merger
BSpline
- MFC程序包含绘制直线、圆、Bezier曲线、B样条曲线四种绘制类型,能够动态修改曲线控制顶点,从而改变曲线形状。能够绘制相应的伯恩斯坦基函数图象。-The MFC program includes draw straight lines, circles, Bezier curves, B-spline curve four draw type, able to dynamically modify the curve control points, thus changing the sha
eastdraw
- 一款工程CAD绘图软件EastDraw的源代码,VC++6.0开发编写,功能还是比较强大的,演示可看截图。在VC6.0下编译通过。源码有很高的学习价值,它可以用来绘制平画图形,直线、矩形、不规则图形等等,并对其角色,类似AUTOCAD软件的功能。-Acad DXF
bisector
- 绘制角平分线的AutoLisp源码,可以绘制任意两条相交直线的角平分线,同时也可以绘制圆弧的平分线。-The AutoLisp source code to draw bisector of two intersecting lines or an arc.
cadHATCH
- ● 将解压后的文件保存到硬盘上任意位置,可以保存到CAD的SUPPORT目录下。 ● 在CAD中直接输入AP命令或在菜单里点取 [工具-加载应用程序...] ,选择 yqmkpat.vlx 加载。 ● 绘制好你的填充单元,只支持直线、弧、圆和点。多段线不支持,如果用了多段线,需要先炸开。由于生成填充的方式有两种:填充单元按1x1的间距重复和按实际大小1:1制作,在绘制填充单元时最好先决定要用那种方式,并根据效果合理规划填充单元的绘制方式,最好先画好一个矩形来定位填充的基点和横纵向间距。