实例2 绘制卫生间平面图
Step 1 创建新图形文件
启动AutoCAD 2002系统,以“acadiso.dwt”为模板建立新的图形文件。
Step 2 绘制卫生间轮廓
(1) 使用“rectang”命令来绘制一个矩形。选择“Draw(绘图)”工具栏中 图标,并根据提示在命令行中输入:
Command: _rectang |
|
Specify first corner point or [Chamfer/Elevation/Fillet/Thickness/Width]:50,0 Enter |
|
// 指定矩形的第一个角点为( 50,0 ) |
|
Specify other corner point or [Dimensions]:280,270 Enter |
|
// 指定矩形的第二个角点为( 280,270 ) |
Step 3 绘制盥洗池
(1) 首先使用“rectang”命令来绘制一个矩形。选择“Draw(绘图)”工具栏中 图标,并根据提示在命令行中输入:
Command: _rectang |
|
Specify first corner point or [Chamfer/Elevation/Fillet/Thickness/Width]: f Enter |
|
// 选择“ fillet ”选项来给矩形加圆角 |
|
Specify fillet radius for rectangles <0.0000>: 5 Enter |
|
// 指定圆角半径为 5 |
|
Specify first corner point or [Chamfer/Elevation/Fillet/Thickness/Width]:220,10 Enter |
|
// 指定矩形的第一个角点为( 220,10 ) |
|
Specify other corner point or [Dimensions]:270,80 Enter |
|
// 指定矩形的第二个角点为( 270,80 ) |
(2) 然后使用“ellipse”命令来绘制一个椭圆。选择“Draw(绘图)”工具栏中 图标,并根据提示在命令行中输入:
Command: _ellipse |
|
Specify axis endpoint of ellipse or [Arc/Center]:230,45 Enter |
|
// 指定椭圆轴的第一个端点 |
|
Specify other endpoint of axis:260,45, Enter |
// 指定椭圆轴的第二个端点 |
Specify distance to other axis or [Rotation]: 25 Enter |
|
// 指定椭圆另一个轴的半径 |
Step 4 绘制浴缸
(1) 选择“Draw(绘图)”工具栏中 图标,并根据提示在命令行中输入:
Command: _rectang |
|
Specify first corner point or [Chamfer/Elevation/Fillet/Thickness/Width]:60,80 Enter |
|
// 指定矩形的第一个角点 |
|
Specify other corner point or [Dimensions]:160,260 Enter |
|
// 指定矩形的第二个角点 |
(2) 然后绘制一个椭圆弧。选择“Draw(绘图)”工具栏中 图标,并根据提示在命令行中输入:
Command: _ellipse Specify axis endpoint of ellipse or [Arc/Center]: _a |
|
Specify axis endpoint of elliptical arc or [Center]:150,120 Enter |
|
// 指定椭圆轴的第一个端点 |
|
Specify other endpoint of axis:70,120 Enter |
// 指定椭圆轴的第二个端点 |
Specify distance to other axis or [Rotation]:30 Enter |
// 指定椭圆另一个轴的半径 |
Specify start angle or [Parameter]:180 Enter |
// 指定椭圆弧的起点角度 |
Specify end angle or [Parameter/Included angle]:360 Enter |
|
// 指定椭圆弧的端点角度 |
再绘制一条多段线。选择“Draw(绘图)”工具栏中 图标,并根据提示在命令行中输入:
Command:_pline |
|
Specify start point:70,120 Enter |
// 指定多段线的起点 |
Current line-width is 0.0000 |
|
Specify next point or [Arc/Halfwidth/Length/Undo/Width]:70,240 Enter |
|
// 指定多段线的端点 |
|
Specify next point or [Arc/Close/Halfwidth/Length/Undo/Width]: a Enter |
|
// 选择“ Arc ”选项绘制圆弧 |
|
Specify endpoint of arc or [Angle/CEnter/CLose/Direction/Halfwidth/Line/Radius/Second pt/Undo/Width]:80,250 Enter |
|
// 指定圆弧段的端点 |
|
Specify endpoint of arc or [Angle/CEnter/CLose/Direction/Halfwidth/Line/Radius/Second pt/Undo/Width]: l Enter |
|
// 选择“ Line ”选项绘制直线 |
|
Specify next point or [Arc/Close/Halfwidth/Length/Undo/Width]:140,250 Enter |
|
// 指定直线段的端点 |
|
Specify next point or [Arc/Close/Halfwidth/Length/Undo/Width]: a Enter |
|
// 选择“ Arc ”选项绘制圆弧 |
|
Specify endpoint of arc or [Angle/CEnter/CLose/Direction/Halfwidth/Line/Radius/Second pt/Undo/Width]:150,240 Enter |
|
// 指定圆弧段的端点 |
|
Specify endpoint of arc or [Angle/CEnter/CLose/Direction/Halfwidth/Line/Radius/Second pt/Undo/Width]: l Enter |
|
// 选择“ Line ”选项绘制直线 |
|
Specify next point or [Arc/Close/Halfwidth/Length/Undo/Width]:150,120 Enter |
|
// 指定直线段的端点 |
|
Specify next point or [Arc/Close/Halfwidth/Length/Undo/Width]: Enter |
|
// 按 Enter 键结束命令 |
Step 5 绘制抽水马桶
(1) 选择“Draw(绘图)”工具栏中 图标,并根据提示在命令行中输入:
Command: _rectang Current rectangle modes: Fillet=5.0000 |
|
Specify first corner point or [Chamfer/Elevation/Fillet/Thickness/Width]: f Enter |
|
// 选择“ fillet ”选项来给矩形加圆角 |
|
Specify fillet radius for rectangles <5.0000>: 3 Enter |
|
// 指定圆角半径为 3 |
|
Specify first corner point or [Chamfer/Elevation/Fillet/Thickness/Width]:190,215 Enter |
|
// 指定矩形的第一个角点为( 190,215 ) |
|
Specify other corner point or [Dimensions]:250,250 Enter |
|
// 指定矩形的第二个角点为( 250,250 ) |
(2) 然后在点(215,215)和点(225,205)之间绘制一个无圆角的矩形。
(3) 选择“Draw(绘图)”工具栏中 图标,并根据提示在命令行中输入:
Command: _ellipse Specify axis endpoint of ellipse or [Arc/Center]: _a |
|
Specify axis endpoint of elliptical arc or [Center]:245,180 Enter |
|
// 指定椭圆轴的第一个端点 |
|
Specify other endpoint of axis:195,180 Enter |
// 指定椭圆轴的第二个端点 |
Specify distance to other axis or [Rotation]:40 Enter |
// 指定椭圆另一个轴的半径 |
Specify start angle or [Parameter]:38 Enter |
// 指定椭圆弧的起点角度 |
Specify end angle or [Parameter/Included angle]:322 Enter |
|
// 指定椭圆弧的端点角度 |
(4) 用直线(Line)将椭圆弧的两个端点连接起来;