绘制矩形和椭圆
2006-04-05 19:07:02 来源:WEB开发网Step1创建新图形文件
启动AutoCAD2002系统,以“acadiso.dwt”为模板建立新的图形文件。
Step2绘制卫生间轮廓
(1)使用“rectang”命令来绘制一个矩形。选择“Draw(绘图)”工具栏中图标,并根据提示在命令行中输入:
Command:_rectang
Specifyfirstcornerpointor[Chamfer/Elevation/Fillet/Thickness/Width]:50,0Enter
//指定矩形的第一个角点为(50,0)
Specifyothercornerpointor[Dimensions]:280,270Enter
//指定矩形的第二个角点为(280,270)
Step3绘制盥洗池
(1)首先使用“rectang”命令来绘制一个矩形。选择“Draw(绘图)”工具栏中图标,并根据提示在命令行中输入:
Command:_rectang
Specifyfirstcornerpointor[Chamfer/Elevation/Fillet/Thickness/Width]:fEnter
//选择“fillet”选项来给矩形加圆角
Specifyfilletradiusforrectangles<0.0000>:5Enter
//指定圆角半径为5
Specifyfirstcornerpointor[Chamfer/Elevation/Fillet/Thickness/Width]:220,10Enter
//指定矩形的第一个角点为(220,10)
Specifyothercornerpointor[Dimensions]:270,80Enter
//指定矩形的第二个角点为(270,80)
(2)然后使用“ellipse”命令来绘制一个椭圆。选择“Draw(绘图)”工具栏中图标,并根据提示在命令行中输入:
Command:_ellipse
SpecifyaxisendpointofellipSEOr[Arc/Center]:230,45Enter
//指定椭圆轴的第一个端点
Specifyotherendpointofaxis:260,45,Enter
//指定椭圆轴的第二个端点
Specifydistancetootheraxisor[Rotation]:25Enter
//指定椭圆另一个轴的半径
Step4绘制浴缸
(1)选择“Draw(绘图)”工具栏中图标,并根据提示在命令行中输入:
Command:_rectang
Specifyfirstcornerpointor[Chamfer/Elevation/Fillet/Thickness/Width]:60,80Enter
//指定矩形的第一个角点
Specifyothercornerpointor[Dimensions]:160,260Enter
//指定矩形的第二个角点
(2)然后绘制一个椭圆弧。选择“Draw(绘图)”工具栏中图标,并根据提示在命令行中输入:
Command:_ellipse
Specifyaxisendpointofellipseor[Arc/Center]:_a
Specifyaxisendpointofellipticalarcor[Center]:150,120Enter
//指定椭圆轴的第一个端点
Specifyotherendpointofaxis:70,120Enter
//指定椭圆轴的第二个端点
Specifydistancetootheraxisor[Rotation]:30Enter
//指定椭圆另一个轴的半径
Specifystartangleor[Parameter]:180Enter
//指定椭圆弧的起点角度
Specifyendangleor[Parameter/Includedangle]:360Enter
//指定椭圆弧的端点角度
再绘制一条多段线。选择“Draw(绘图)”工具栏中图标,并根据提示在命令行中输入:
Command:_pline
Specifystartpoint:70,120Enter
//指定多段线的起点
Currentline-widthis0.0000
Specifynextpointor[Arc/Halfwidth/Length/Undo/Width]:70,240Enter
//指定多段线的端点
Specifynextpointor[Arc/Close/Halfwidth/Length/Undo/Width]:aEnter
//选择“Arc”选项绘制圆弧
Specifyendpointofarcor
[Angle/CEnter/CLose/Direction/Halfwidth/Line/Radius/Secondpt/Undo/Width]:80,250Enter
//指定圆弧段的端点
Specifyendpointofarcor
[Angle/CEnter/CLose/Direction/Halfwidth/Line/Radius/Secondpt/Undo/Width]:lEnter
//选择“Line”选项绘制直线
Specifynextpointor[Arc/Close/Halfwidth/Length/Undo/Width]:140,250Enter
//指定直线段的端点
Specifynextpointor[Arc/Close/Halfwidth/Length/Undo/Width]:aEnter
//选择“Arc”选项绘制圆弧
Specifyendpointofarcor
[Angle/CEnter/CLose/Direction/Halfwidth/Line/Radius/Secondpt/Undo/Width]:150,240Enter
//指定圆弧段的端点
Specifyendpointofarcor
[Angle/CEnter/CLose/Direction/Halfwidth/Line/Radius/Secondpt/Undo/Width]:lEnter
//选择“Line”选项绘制直线
Specifynextpointor[Arc/Close/Halfwidth/Length/Undo/Width]:150,120Enter
//指定直线段的端点
Specifynextpointor[Arc/Close/Halfwidth/Length/Undo/Width]:Enter
//按Enter键结束命令
Step5绘制抽水马桶
(1)选择“Draw(绘图)”工具栏中图标,并根据提示在命令行中输入:
Command:_rectang
Currentrectanglemodes:Fillet=5.0000
Specifyfirstcornerpointor[Chamfer/Elevation/Fillet/Thickness/Width]:fEnter
//选择“fillet”选项来给矩形加圆角
Specifyfilletradiusforrectangles<5.0000>:3Enter
//指定圆角半径为3
Specifyfirstcornerpointor[Chamfer/Elevation/Fillet/Thickness/Width]:190,215Enter
//指定矩形的第一个角点为(190,215)
Specifyothercornerpointor[Dimensions]:250,250Enter
//指定矩形的第二个角点为(250,250)
(2)然后在点(215,215)和点(225,205)之间绘制一个无圆角的矩形。
(3)选择“Draw(绘图)”工具栏中图标,并根据提示在命令行中输入:
Command:_ellipse
Specifyaxisendpointofellipseor[Arc/Center]:_a
Specifyaxisendpointofellipticalarcor[Center]:245,180Enter
//指定椭圆轴的第一个端点
Specifyotherendpointofaxis:195,180Enter
//指定椭圆轴的第二个端点
Specifydistancetootheraxisor[Rotation]:40Enter
//指定椭圆另一个轴的半径
Specifystartangleor[Parameter]:38Enter
//指定椭圆弧的起点角度
Specifyendangleor[Parameter/Includedangle]:322Enter
//指定椭圆弧的端点角度
(4)用直线(Line)将椭圆弧的两个端点连接起来;
Step6图形保存
(1)绘制结果如图4-4所示。以“exam4-2.dwg”为名保存该图形文件。
图4-4卫生间平面图
实例说明
1.在AutoCAD中矩形是一种封闭的多段线对象。和绘制多段线类似,用户在绘制矩形时可以指定其宽度(Width);此外还可以在矩形的边与边之间绘制圆角(Fillet)和倒角(Chamfer),圆角和倒角的意义见图4-5。
在三维绘图中还可以指定矩形的标高(Elevation)和厚度(Thickness),详见第19章。
调用该命令的方式为:
工具栏:“Draw(绘图)”→
菜单:【Draw(绘图)】→【Rectangle(矩形)】
命令行:rectangle(或别名rec)、rectang
2.椭圆(Ellipse)的几何元素包括圆心、长轴和短轴,但在AutoCAD中绘制椭圆时并不区分长轴和短轴的次序。AutoCAD提供了两种绘制椭圆的方法:
(1)中心点(Center)法:分别指定椭圆的中心点、第一条轴的一个端点和第二条轴的一个端点来绘制椭圆。
(2)轴(Axis)、端点(End)法:先指定两个点来确定椭圆的一条轴,再指定另一条轴的端点(或半径)来绘图椭圆。
在AutoCAD中还可以绘制椭圆弧。其绘制方法是在绘制椭圆的基础上再分别指定圆弧的起点角度和端点角度(或起点角度和包含角度)。注意,指定角度时长轴角度定义为0度,并已逆时针方向为正(缺省)。
说明:AutoCAD2002在工具栏“Draw(绘图)”中增加了绘制椭圆弧的图标
调用椭圆命令的方式为:
工具栏:“draw(绘制)”→
菜单:【Draw(绘图)】→【Ellipse(椭圆)】→子菜单,如图4-6所示。
命令行:ellipse(或别名el)
- ››绘制忍者《服部半藏》解析
- ››椭圆窗体的实现
- ››绘制Photoshop软件的羽毛标志
- ››绘制一串逼真的葡萄
- ››绘制逼真螳螂
- ››绘制整洁的UML图 明晰才能被人采纳
- ››绘制可爱的圣诞新年Kitty猫咪卡通桌面
- ››矩形阵列、圆角和倒角命令的使用
- ››绘制点和样条曲线
- ››绘制多线、参照线和射线
- ››绘制圆环和多段线
- ››绘制矩形和椭圆
更多精彩
赞助商链接