当前位置:网站首页>AUTOCAD——减少样条曲线控制点数、CAD进阶练习(三)
AUTOCAD——减少样条曲线控制点数、CAD进阶练习(三)
2022-08-10 10:39:00 【梦想CAD软件】
样条曲线的控制点数太多,不容易修改的时候,怎样减少样条曲线的控制点数呢?
执行方式
1.输入编辑样条曲线命令“SPLINEDIT”(快捷键:SPE),按下空格键。
编辑样条曲线命令
2.然后选择样条曲线,再根据提示,输入选项“拟合数据F”,再按下空格键。
选择样条曲线
拟合数据F
3.接着输入选项“删除D”,空格后,在样条曲线上指定现有拟合点,鼠标左键点击要删除的控制点,回车三次退出编辑,删除控制点完成。
删除D
指定现有拟合点
删除控制点完成
我们来用CAD梦想画图绘制一个进阶练习题。
分析说明
1.使用多线段绘图时可以修改绘图的模式和对象的线宽。
2.“divide”命令可以将对象“定数等分”。
目标对象
操作工具
操作系统:Windows10
CAD软件:CAD梦想画图
步骤
1.点击格式菜单栏下的点样式,打开“点样式”对话框,如下图所示:
打开点样式对话框
2.选择显示明显的点样式后点击确定,如下图所示:
选择点样式
3.命令行输入直线(L)命令绘制一条长度为150的直线AD,如下图所示:
绘制直线
4.命令行输入等输等分(DIVIDE)命令,将直线AD等分成四分相等的线段,分别给等分节点编号(除中间点不编号)如下图所示:
定数等分直线
5.命令行输入多线段(PL)命令,一点A处为起点后输入圆弧(A),如下图所示:
使用多线段命令
6.接着再输入宽度(W)选项将起点宽度设置为0;端点宽度设置为10,如下图所示:
第一次设置宽度
7.设置完成之后指定B点为圆弧的端点,如下图所示:
以B点为端点
8.这时候再输入宽度(W)选项将起点宽度设置为10;端点宽度设置为0,如下图所示:
第二次修改宽度
9.然后我们直接连接到D点上,完成如下图所示:
以D点为端点
10.我们重复上面操作到第六步的时候,以A点为圆弧起点;C点为圆弧的端点了,如下图所示:
以C点为端点
11.这时候再输入宽度(W)选项将起点宽度设置为10;端点宽度设置为0,连接到D点,如下图所示:
完成绘制
边栏推荐
- [Azure Cloud] What is the difference between a service endpoint and a private link?point of view (1)
- The impact of development mode on testing
- what is bsp in rtems
- 内存问题难定位,那是因为你没用ASAN
- "Time Series Database" uses cassandra to scan time series data
- How can an organization judge the success of data governance?
- Situation丨The intrusion of hackers intensifies, and the shooting range sets up a "defense shield" for network security
- Text selection rounded style border-radius
- js对象转FormData对象(一般用于上传)
- Summary of whitespace, space and escape characters in C language
猜你喜欢
Get started quickly and conquer three different distributed architecture calling schemes
Network Security Note 6 - Digital Certificates and Public Key Infrastructure
第5章相似矩阵及二次型(4)
4 of huawei offer levels, incredibly side is easing the bit in the interview ali?
Redis(六)——Redis6的事务和锁机制(未完成,待补)
使用cpolar远程连接群晖NAS(升级固定链接2)
短视频软件开发——平台同质化如何破局
让软件飞——“X+”技术揭秘
Flutter实战-请求封装(五)之Isolate线程改造
14道高频手写JS面试题及答案,巩固你的JS基础
随机推荐
14 high-frequency handwritten JS interview questions and answers to consolidate your JS foundation
CodeChef STMRRG String Merging (dp)
leetcode:334. 递增的三元子序列
STM32 encapsulation ESP8266 a key configuration function: implementations of AP mode and the STA mode switch, server and the client to create
「业务架构」介绍BPMN第二部分-泳道
Redis (six) - transaction and lock mechanism of Redis6 (unfinished, to be supplemented)
JWT implements login authentication + Token automatic renewal scheme
面试官:项目中 Dao、Service、Controller、Util、Model 怎么划分的?
Several small projects that I have open sourced over the years
Redis(六)——Redis6的事务和锁机制(未完成,待补)
是什么影响了MySQL性能?
Regarding the missing json converter, the error message is: No converter found for return value of type
交换 生成树 知识总结
第5章相似矩阵及二次型(4)
ESP8266 教程1 — ESP8266硬件平台介绍
Gartner reiterates the important value of 'data weaving'
bus事件总线 使用
这些年我开源的几个小项目
商城限时秒杀功能系统
ZZULIOJ 1116 删除元素【删】