电话:028-83223983 65819088
                87711546
手机:13618037680
传真:028-83223983
Email:cdxin.rui@163.com
   
[资料]CASS小问题解决方案集锦
作者:成都新瑞测绘  来源:南方测绘  浏览:1497次  更新:2009/10/20 9:48:35

作者:任渊锋

南方数码开发的地形地籍成图软件CASS在市场上受宠多年,随着软件的日益成熟,使用该软件的人越来越多,碰到的各种使用和操作问题越来越少,但是还是有一些用户时而为一些小问题伤脑筋,不知如何解决。在这种情况下,用户一般选择电话咨询南方公司技术员,第一时间解决问题。在这里,我把一些CASS使用中碰到的小问题予以集中,供大家参考评议。
    首先说说几个由于AutoCAD系统变量的值的变化引起的问题:
    第一个比较常见的就是鼠标滚轮键的使用问题。有时候你会发现鼠标滚轮键的移动功能突然不好使了,反而会弹出一个类似右键菜单一样的东西。其实出现这个问题的原因是一个AutoCAD系统变量“mbuttonpan”的值被改动了。找到问题根源,那么我们把这个系统变量的值修改为“1”就可以了,这样又能使用我们熟悉的滚轮键来移动屏幕了。
    第二个比较常见的就是空心字的问题。当打印出图的时候,会发现很多字体的字都变成了空心的,只有边框了。这个问题的出现也是一个AutoCAD系统变量“textfill”的值被改动了的问题。那么我们在命令行里输入这个变量,再输入一个新值“1”就可以了,再打印输出就不会是空心字了。
    说到字的问题,还有一个AutoCAD系统变量“mirrtext”,这个变量是用来控制字体在镜像后是否还具有可读性的一个变量,一次有个用户用到了这个功能,需要把字体镜像后使用,如果不知道这个变量,就很麻烦了。系统默认的这个变量值是“1”,是会把字体也镜像的,如果需要镜像后还具有可读性,那么我们就需要把这个值改为“0”,就可以达到目的了。
    第三个比较常见的问题是在移动一个对象时,在移动的过程中,对象是否跟着鼠标的移动也同时显示对象的问题。这个问题是一个叫“dragmode”的AutoCAD系统变量来控制的。如果需要移动一个对象时,对象也同时显示,那么就需要这个变量的值改为“自动(A)”就可以了。
    其实有很多AutoCAD系统变量控制着绘图过程中的很多细节问题,在这里就不一一列举了。
    接下来说的一个问题也常碰到,就是CELL控件的问题:
    其实在CASS7.1版本之后,CELL控件就已经打包到CASS的安装文件内了,我们不需要再单独安装CELL控件了。但是很多电脑在安装完CASS后,还是有几个涉及到CELL控件的功能不能使用,比如“断面法土方计算中道路设计参数文件”的设计,“坐标显示和打印”这样的功能,都需要用到CELL控件。有时候我们找到CELL控件,单独安装一次就可以了,可有些电脑单独安装了,还是不行。那么我们还有最后一个解决办法:那就是手动对DLL文件进行注册。操作方法:用文件“C:\WINDOWS\sys-tem32\regsvr32.exe”打开一下文件“C:\WINDOWS\system32\CellCtrl5.ocx”即可解决这个问题。打开的时候需要通过打开方式来找到“regsvr32.exe”来打开“CellCtrl5.ocx”。
    最后一个问题也是比较常见的,就是光标在绘图区域不显示的问题:
    这个问题可以通过修改绘图区域的背景颜色或者鼠标光标的颜色来解决。但是在修改颜色的时候,有时候会碰到“加载错误”的提示,那么就不能修改了。其实在AutoCAD系统配置里有一个三维性能的“自适应降级”(注:AutoCAD2006之后这么叫,之前的叫做自适应退化),这个本来是欧特克公司为了让配置较低的电脑也能用AutoCAD的三维功能而做的一个努力,但就是这个东西,导致了我们不能修改颜色。所以只要把这个“自适应降级”关掉,就可以自由地修改颜色了。
    以上是我总结的工作中碰到的几个小问题,这些问题很小,很不起眼,但就是这些问题,有时候真会困扰我们,希望以上的点滴总结能对看到这些文字的人有所帮助。
 

 

 

 

 

 

Development of the topography of the south of digital cadastral mapping software CASS favored in the market for many years, with the increasing maturity of the software using the software more and more people, ran into all kinds of use and operation of fewer and fewer problems, but it is still there are some minor problems for some users and sometimes nerve-racking, not knowing how to solve. In this case, the user generally opt for telephone consultation Southern Company technicians, the first time to solve the problem. Here, I put some CASS minor problems encountered in use to be concentrated, for your reference comment.
     Firstly, several AutoCAD system variables due to changes in the value of the problems caused by:
     The first is the more common use of mouse wheel button. Sometimes you will find that moving the mouse wheel button functionality, bringing a sudden bad, it will pop up a context menu similar to the same things. In fact, this problem occurs because of an AutoCAD system variable "mbuttonpan" The value was changed. Find the root of the problem, then we put this system variable changed to "1" can be had, so that we can use the familiar scroll wheel button to move the screen of.
     The second is the more common hollow word problems. When printing out the map when, you will find a lot of fonts have become hollow words, only the border of the. The emergence of this problem is also an AutoCAD system variable "textfill" The value was changed the problem. In the command line we enter this variable, and then enter a new value of "1" can be, and then print the output would not be a hollow word.
     Speaking of the word problems, but also an AutoCAD system variable "mirrtext", this variable is used to control the font in the mirror is still readable after a variable time a user uses this feature, we need to mirror the font after the to use, if you do not know this variable, it's very trouble. The system default value of this variable is "1" is the font will also mirror, if necessary, after the mirror also has a more readable, then we need to bring this value to "0", we can achieve the purpose of.
     A third of the more common problem is that when you move an object in the moving process, the object is moving along with the mouse also displays the object problem. This problem is called "dragmode" The AutoCAD system variables to control. If you need to move an object, the object is also displayed, then we need the value of this variable is changed to "Auto (A)" on it.
     In fact, many AutoCAD system variable controls the process of drawing a lot of details, where 11 is not listed.
     Went on to say a problem often encountered is that CELL control problem:
     In fact, after CASS7.1 version, CELL controls has been packaged into the CASS on the installation document, and we do not need to be installed separately CELL control of. But many computer after the installation of CASS, there are still a few features related to CELL controls can not be used, such as "cross-section method in the design of the road earthwork calculation parameter file" design, "coordinates display and print" This kind of functionality, we need to use the CELL controls. Sometimes we find CELL controls can be installed separately once, and can be separately installed on some computers, or not do. Then we have one last one solution: that is manually register DLL files. How: Use the file "C: \ WINDOWS \ sys-tem32 \ regsvr32.exe" to open what file "C: \ WINDOWS \ system32 \ CellCtrl5.ocx" can solve this problem. Open the time needed by opening the way to find the "regsvr32.exe" to open "CellCtrl5.ocx".
     The last issue is relatively common, that is, the cursor is not displayed in the drawing area problem:
     This problem can be by modifying the drawing area background color or the color of the mouse cursor to resolve. However, when the colors change, sometimes encounter "Load Error" prompt, then it can not be changed. In fact, AutoCAD system configuration, there are a three-dimensional properties of "adaptive downgrade" (Note: AutoCAD2006 after the so called, before the called adaptive degradation), which was originally configured to allow a lower Autodesk's computer will also be able AutoCAD three-dimensional features to do an effort, but is this what led to where we can not modify the color. So long as this "adaptive downgrade" switch off, you can freely modify color.
     These are the summary of the work I have encountered a few minor problems, these problems are very small and inconspicuous, but they are these problems, sometimes we really will haunt us hope that the above sum up bit by bit can people see these words it helps.
 
 
返回列表 | 打印本页 | 返回顶部 
地址:成都市营门口路18号附44号 电话:028-83223983 87711546 传真:028-83223983 Email:cdxin.rui@163.com
版权所有 © 成都新瑞测绘仪器有限公司 技术支持:仕航软件 备案号:蜀ICP备09012819号-1