当前位置:网站首页>AUTOCAD - reducing spline curve control points, the advanced CAD practice (3)
AUTOCAD - reducing spline curve control points, the advanced CAD practice (3)
2022-08-10 11:09:00 【Dream CAD software】
When the number of control points of the spline curve is too many, it is not easy to modify, how to reduce the number of control points of the spline curve?
Execution method
1. Enter the edit spline command "SPLINEDIT" (shortcut key: SPE), and press the space bar.
Edit Spline Commands
2. Then select the spline curve, and then according to the prompt, enter the option "Fit data F", and then press the space bar.
Select Spline
Fit data F
3. Then enterOption "Delete D", after a space, specify the existing fitting point on the spline curve, click the control point to be deleted with the left mouse button, press Enter three times to exit the editing, and the deletion of the control point is completed.
Delete D
Specify existing fit points
Delete control point done
Let's draw an advanced practice problem with CAD Dream Drawing.
Analysis Description
1. You can modify the drawing mode and the line width of objects when drawing with polylines.
2. The "divide" command can "divide" the object by a fixed number.
target object
Operating Tools
Operating system: Windows10
CAD Software: CAD Dream Drawing
Steps
1. Click Point Style under the Format menu bar to open the "Point Style" dialog box, as shown below:
Open Point Styles dialog
2. Select the display obvious point style and click OK, as shown below:
Select point style
3. Enter the line (L) command on the command line to draw a straight line AD with a length of 150, as shown in the following figure:
Draw a line
4. Enter the DIVIDE command on the command line to divide the straight line AD into four equal line segments, and number the equally divided nodes (except for the middle point) as shown in the following figure:
Equally divided line
5. Enter the multi-line segment (PL) command on the command line, and enter the arc (A) after a point A is the starting point, as shown in the following figure:
Using the polyline command
6. Then enter the width (W) option to set the width of the starting point to 0; the width of the endpoint is set to 10, as shown in the following figure:
Set width for the first time
7. After the setting is completed, specify point B as the endpoint of the arc, as shown in the following figure:
Endpoint at point B
8. At this time, enter the width (W) option to set the width of the starting point to 10; the width of the endpoint is set to 0, as shown in the following figure:
Second modification width
9. Then we connect directly to point D to complete as shown below:
Endpoint at point D
10. When we repeat the above operation to the sixth step, use point A as the starting point of the arc; point C is the endpoint of the arc, as shown in the following figure:
Endpoint at point C
11. At this time, enter the width (W) option to set the width of the starting point to 10; set the width of the end point to 0, and connect to point D, as shown in the following figure:
Drawing completed

边栏推荐
猜你喜欢
随机推荐
C语言空白符、空格符 与转义字符题点总结
Mobile and PC compatible loading and toast message plugins
mysql5.7安装部署-yum安装
首次入选OSDI顶会!腾讯提出超大规模推荐系统的模型低延时更新方案
Redis6(一)——NoSQL数据库简介与Redis的安装
chart.js水平柱状图插件
mysql出现:ERROR 1524 (HY000): Plugin ‘123‘ is not loaded
4 面拿华为 offer 的水平,面试阿里居然一面就被吊打?
越折腾越好用的 3 款开源 APP
金九银十跳槽旺季:阿里、百度、京东、美团等技术面试题及答案
3D旋转文本动画js特效
js对象转FormData对象(一般用于上传)
自动化测试及Selenium
Redis (six) - transaction and lock mechanism of Redis6 (unfinished, to be supplemented)
Text selection rounded style border-radius
干货!ASSANet:让PointNet++更快更强
GPU accelerated Pinterest recommendation model, the number of parameters increased by 100 times, and the user activity increased by 16%
PTA 7-2 方阵对角线元素求和及计数 题解
MySQL executes the query process
TCP/IP笔记









