Help document for Mac

中文使用帮助

If you have any questions, please send email to 3167292926@qq.com

1. Permission request

1.1 Require location information

When using the File manager function, it is necessary to obtain the location information permission to display the network information. For the file manager function, refer to 2.5 File Manager.

2. Functions description

2.1 Import and open external drawing

Import DWG drawings received by other apps into CAD Plus.

2.2 Delete selected drawing files

 When you no longer need a drawing file, you can select and delete it; After the operation is completed, click the check button again to return to the open drawing status.

2.3 Refresh drawing files list

When the drawings in the drawing list are not displayed, use this function to display the drawing list normally.

2.4 Subscribe

 You need to subscribe to some functions to continue using them. You can also view your subscription information through the subscription page

2.5 File manager

With the file manager function, you can manage files on mobile devices through the browser.

  1. Upload drawings in your computer to the mobile CAD Plus
  2. Download drawings from the mobile CAD Plus to your computer
  3. Delete drawings in mobile CAD Plus through computer browser

2.5.1 Start file manager server

Note:Mobile device and computer must be connected under the same WIFI; Android built-in browser is not supported. Please use Firefox or Chrome. You cannot turn off the phone screen during use!

2.6 Open and edit drawing

Drag the drawing when a single finger or two fingers move on the drawing screen, and scale the drawing when two fingers move in the same or opposite direction on the screen

2.6.1 View layouts

In the layouts view, you can change the name of a layout (model space cannot change the name), change the color, layer, delete the layout, add the layout, etc

2.6.2 View layers

In the layers view, you can create new layer, delete layer, and modify layer attributes

2.6.3 Select entities

Click the screen to specify the starting point of the selection box, and move the cursor to specify another endpoint of the selection box to complete the entity selection. If you want to drag the drawing during entity selection, use 2 fingers to drag the drawing.

2.6.4 Measure distance

Measure the distance between the specified 2 points. If you want to move the drawing during the measurement, you can use 2 points to drag the drawing

  1. Move the cursor to the position to be measured and click the screen to specify the starting point
  2. Move the cursor to the end of the measurement and click the screen again to complete the measurement

2.6.5 Measure area

Measure the area of the specified range. You must specify more than 3 points to measure the area

  1. Move the cursor to the starting point of the position to be measured
  2. Move the cursor to the next point to measure and click the screen to determine the measurement point
  3. Double-click the screen to complete the area measurement

2.6.6 Full screen display

After entering full-screen display, double-click the screen to exit full-screen display

2.6.7 Zoom extents

This function displays all entities of the drawing on the screen

2.6.8 View coordinate

View the coordinates of the specified location and move the cursor to the location to view; Double-click the screen to exit the view coordinate mode.

2.6.9 Refresh drawing

Some entities may not display normally after switching layout space. Use this command to display entities normally

Help document of CAD Plus Mobile的更多相关文章

  1. jquery mobile cannot be created in a document with origin 'null' and URL

    jquery mobile cannot be created in a document with origin 'null' and URL http://zhidao.baidu.com/lin ...

  2. 解决jquery mobile的遇到高版本Chrome一直转圈,页面加载不出来的情况。

    把这么一段代码,加到jquery.mobile.js中后问题解决了. $(document).on('mobileinit',function(){ $.mobile.changePage.defau ...

  3. jquery mobile 对手势触控提供了如下几个事件监听:

    jquery mobile 对手势触控提供了如下几个事件监听: 复制代码代码如下: tap  当用户点屏幕时触发taphold 当用户点屏幕且保持触摸超过1秒时触发swipe 当页面被垂直或者水平拖动 ...

  4. chrome浏览器不兼容jQuery Mobile问题解决

    最近在学习jQuery Mobile.第一次运行例子的时候发现chrome总是等待,查看后台报错.错误如下所示: 最后在stackoverflow上找到一个解决方案:将以下代码放在 jquery.mo ...

  5. mvc RedirectToAction、mobile 重定向地址栏未改变

    @using (Html.BeginForm("actionName", "controllerName", FormMethod.Post, new { da ...

  6. 不通过getElementByName实现获取表单数据 (document.form表单的name值.input输入框的name值)

    function update() { //document.form表单的name值.input输入框的name值 var username = document.form1.username; v ...

  7. 为什么加了jquery mobile 会有 Loading 字样在页面底部?【已解决】

    这是一个奇怪的问题,用了jquery mobile js库,页面底部就会出现Loading字样, 解决办法如下: 1,正常加上css样式 2,一定要在jquery mobile js库加载之前,设置 ...

  8. 如何修改Jquery Mobile 设置默认选项

    以下的默认配置可以通过$.mobile对象重新配置自定义命名空间s (字符, 默认: ""): 在jQuery Mobile中,甚至可以自定义象HTML5中的data-attrib ...

  9. jquery mobile AJAX特性的陷阱

    简单情况是 MVC 重定向,URL不变 试了N种方式,跳来跳去,无解,服务端跳,写JS跳,生成跳转中间页跳.失败 后来一看,明明已经跳到新页了,样式什么还是原页的,有点火大了. 出去溜一圈,喝杯水,和 ...

  10. JQM开发Tips

    1.radio Button 点击后有时候有高亮样式,有时候没有 解决方案: $("#task_form label").click(function () { $("# ...

随机推荐

  1. kubeadm升级k8s之1.23.17->1.24.17

    查看当前版本 [root@k8s-master31 ~]# kubectl get nodes -o wide NAME STATUS ROLES AGE VERSION INTERNAL-IP EX ...

  2. Cloud Studio:颠覆传统的云端开发与学习解决方案

    Cloud Studio Cloud Studio(云端 IDE)是一款基于浏览器的集成开发环境,它为开发者提供了一个高效.稳定的云端工作站.用户在使用 Cloud Studio 时,无需进行任何本地 ...

  3. FFmpeg开发笔记(四十九)助您在毕业设计中脱颖而出的几个流行APP

    ​对各高校即将毕业的学子来说,毕业设计算是在大学里的最后一个大作业.特别是软件.计算机.电子等相关专业,毕业设计非常讲究实操,往往要求实现一个实用的.可用的.易用的软件系统或手机APP. 不管是软件还 ...

  4. SpringMVC获取请求参数

    目录 通过ServletAPI获取 通过控制器方法的形参获取请求参数 @RequestParam @RequestHeader @CookieValue 通过POJO获取请求参数 解决获取请求参数的乱 ...

  5. Spring:基于注解管理bean

    标记与扫描 注解 和 XML 配置文件一样,注解本身并不能执行,注解本身仅仅只是做一个标记,具体的功能是框架检测 到注解标记的位置,然后针对这个位置按照注解标记的功能来执行具体操作. 本质上:所有一切 ...

  6. MVCC能否解决幻读?

    一.什么是MVCC 多版本控制: 指的是一种提高并发的技术.最早的数据库系统,只有读读之间可以并发,读写,写读,写写都要阻塞.引入多版本之后,只有写写之间相互阻塞,其他三种操作都可以并行,这样大幅度提 ...

  7. Python将表格文件中某些列的数据整体向上移动一行

      本文介绍基于Python语言,针对一个文件夹下大量的Excel表格文件,对其中的每一个文件加以操作--将其中指定的若干列的数据部分都向上移动一行,并将所有操作完毕的Excel表格文件中的数据加以合 ...

  8. Cloudflare D1 - 免费数据存储

    前言 自从上次将博客项目的图片从 七牛云 迁到了 Cloudflare R2 之后就发现,Cloudflare 这个赛博菩萨的产品是真的不错,非常的适合白嫖,DevNow 项目作为一个开源博客,整体来 ...

  9. CSS MASK

    首先看如下效果: 这种效果看起来很赞,可以做出很酷炫的交互,比如图上这种,还有一种就是引导页 经过我阅读作者的文章,原文地址. 发现其实只要使用两个核心CSS样式就能实现这个效果 分别为: 1. ba ...

  10. CSS & JS Effect – Virtual Scrolling

    前言 我正在写 Angular CDK Scrolling 教程,它里面有一个 Virtual Scrolling 功能.借此机会,我想顺便写一篇纯 Sass & TS 的版本作为学习. Vi ...