川雪吧 关注:7贴子:60
  • 5回复贴,共1
用textfill命令,设为0,只要字体合适,打印出时就是空心字。可以预览


IP属地:四川1楼2005-08-17 16:07回复
    重复上次选择的物体,选择的时候输入P响应命令就可以了.


    IP属地:四川2楼2005-08-17 16:11
    回复
      CAD2006的几个小技巧

      如不习惯CAD2006的系统设置可以改回 CAD2005的设置
      参数如下:
      系统参数可以在命令行直接输入
      也可以在ET工具中的SYSTEM VARIABLE EDITOR中选
      第一个:VTENABLE 参数0~7 ,默认的是3 ,改为0 ZOOM时就没有平滑缩放。原文:Controls when smooth view transitions are used. Smooth view transitions can be on or off for panning and zooming, for changes of view angle, or for scripts. The valid range is 0 to 7. 

      第二个:SELECTIONAREA 参数0~1,默认的是1,改为0,选择的时候选区内就没有透明色 原文:Controls the display of effects for selection areas. Selection areas are created by the Window, Crossing, WPolygon, and CPolygon options of SELECT.

      第三个:SELECTIONPREVIEW 参数0~3 ,默认的是3 改为0 ,选择物体时就不会显高亮(建议用2,在命令状态下,选择物体时显高亮,这样能看清选择的物体)原文:Controls the display of selection previewing. Objects are highlighted when the pickbox cursor rolls over them. This selection previewing indicates that the object would be selected if you clicked. The setting is stored as a bitcode using the sum of the following values:

      接着发两个系统参数

      VTFPS 参数1~30 默认7 控制平滑缩放的速度,原文:Sets the minimum speed of a smooth view transition, in frames per second. When a smooth view transition cannot maintain this speed, an instant transition is used. The valid range is 1.0 to 30.0.

      SELECTIONAREAOPACITY 参数0~100 默认25 控制选择区域透明色的透明度 原文:Controls the transparency of the selection area during window and crossing selection. The valid range is 0 to 100. The lower the setting, the more transparent the area. A value of 100 makes the area opaque. The SELECTIONAREA system variable must be on.


      IP属地:四川3楼2005-08-17 16:13
      回复
        3维转到2维?在布局里用solprof,用之前先用mview或mspace命令


        IP属地:四川4楼2005-08-17 16:14
        回复
          如何将CAD图存为JPG档

          用输出太麻烦了,输出只能是bmp格式,还要在转成jpg,在打印里面可以直接变jpg很方便的! 在选择打印机时选择PublishToWeb JPG打印机,在打印到文件中选择保存位置和文件名。再选择你想要打印的图形界限。之后点打印就行了。
          如没有以JPG结尾为名的打印机,可以添加的,CAD中自带有,这是默认的。


          IP属地:四川5楼2005-08-17 16:14
          回复
            不用任何工具,也可以用CAD现有的命令完成文字拉伸三维文字

            不用任何工具,也可以用CAD现有的命令完成文字拉伸三维文字: 

              先用Mtext命令输入要拉伸的文字。(应注意的是:文字的宽高比例不能为1.000或 倾斜度不能为 0 度。否则后面将无法炸开!)

             接着用Wmfout命令将其转换成图元格式输出,

             再用Wmfin命令导入刚才保成的图元文件,炸开便可得到文字多段线。

             现在就可以拉伸成实体了!


            IP属地:四川6楼2005-08-17 16:15
            回复