Command: pl PLINE Specify start point: 5000,10000
Current line-width is 0.0000 Specify next point or [Arc/Halfwidth/Length/Undo/Width]: a Specify endpoint of arc or [Angle/CEnter/Direction/Halfwidth/Line/Radius/Second pt/Undo/Width]: 9000,30000
Specify endpoint of arc or [Angle/CEnter/CLose/Direction/Halfwidth/Line/Radius/Second pt/Undo/Width]:
这样的话,我只输入了起点(5000,10000)和终点(9000,30000),就可以得到一个圆弧了。
如果用Arc画的话,则为
Command: arc Specify start point of arc or : 5000,10000 Specify second point of arc or [Center/End]: e Specify end point of arc: 9000,30000
Specify center point of arc or [Angle/Direction/Radius]:
在输完终点坐标后,系统提示您还需要一个参数,比如圆心等,也就是说PL提供了一个默认的参数。
用PL画Arc,你只要给出起点和终点坐标,其他的参数系统都会给你计算出来,比如上面的圆弧的参数为:
Command: list Select objects: 1 found
Select objects:
LWPOLYLINE Layer: "0" Space: Model space Handle = 82 Open Constant width 0.0000 area 11865750.6485 length 20495.2076
at point X=5000.0000 Y=10000.0000 Z= 0.0000 bulge 0.0854 center X=-51089.4808 Y=31617.8962 Z= 0.0000 radius 60111.2576 start angle 339 end angle 358 at point X=9000.0000 Y=30000.0000 Z= 0.0000
这是为什么? |