Help document of CAD Plus Mobile
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

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
2.5 File manager
With the file manager function, you can manage files on mobile devices through the browser.
- Upload drawings in your computer to the mobile CAD Plus
- Download drawings from the mobile CAD Plus to your computer
- 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
- Move the cursor to the position to be measured and click the screen to specify the starting point
- 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
- Move the cursor to the starting point of the position to be measured
- Move the cursor to the next point to measure and click the screen to determine the measurement point
- 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的更多相关文章
- 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 ...
- 解决jquery mobile的遇到高版本Chrome一直转圈,页面加载不出来的情况。
把这么一段代码,加到jquery.mobile.js中后问题解决了. $(document).on('mobileinit',function(){ $.mobile.changePage.defau ...
- jquery mobile 对手势触控提供了如下几个事件监听:
jquery mobile 对手势触控提供了如下几个事件监听: 复制代码代码如下: tap 当用户点屏幕时触发taphold 当用户点屏幕且保持触摸超过1秒时触发swipe 当页面被垂直或者水平拖动 ...
- chrome浏览器不兼容jQuery Mobile问题解决
最近在学习jQuery Mobile.第一次运行例子的时候发现chrome总是等待,查看后台报错.错误如下所示: 最后在stackoverflow上找到一个解决方案:将以下代码放在 jquery.mo ...
- mvc RedirectToAction、mobile 重定向地址栏未改变
@using (Html.BeginForm("actionName", "controllerName", FormMethod.Post, new { da ...
- 不通过getElementByName实现获取表单数据 (document.form表单的name值.input输入框的name值)
function update() { //document.form表单的name值.input输入框的name值 var username = document.form1.username; v ...
- 为什么加了jquery mobile 会有 Loading 字样在页面底部?【已解决】
这是一个奇怪的问题,用了jquery mobile js库,页面底部就会出现Loading字样, 解决办法如下: 1,正常加上css样式 2,一定要在jquery mobile js库加载之前,设置 ...
- 如何修改Jquery Mobile 设置默认选项
以下的默认配置可以通过$.mobile对象重新配置自定义命名空间s (字符, 默认: ""): 在jQuery Mobile中,甚至可以自定义象HTML5中的data-attrib ...
- jquery mobile AJAX特性的陷阱
简单情况是 MVC 重定向,URL不变 试了N种方式,跳来跳去,无解,服务端跳,写JS跳,生成跳转中间页跳.失败 后来一看,明明已经跳到新页了,样式什么还是原页的,有点火大了. 出去溜一圈,喝杯水,和 ...
- JQM开发Tips
1.radio Button 点击后有时候有高亮样式,有时候没有 解决方案: $("#task_form label").click(function () { $("# ...
随机推荐
- OpenPCDet为KITTI数据集生成数据信息出现错误TypeError: load() missing 1 required positional argument: ‘Loader‘的解决方案
OpenPCDet为KITTI数据集生成数据信息出现错误 TypeError: load() missing 1 required positional argument: 'Loader' 通过查阅 ...
- C#/.net core “hello”.IndexOf(“\0”,2)中的坑
先想想看,你认为下面代码返回值是多少? "hello".IndexOf("", 2); "hello".IndexOf("\0&q ...
- 用CSS border画一个铅笔
先上效果图 该例子来自 CSS世界 的书中项目 总结技巧如下: 巧用 border 和 伪元素 来 绘制层叠效果. 使用 transform-origin 来改变元素的轴心 使用 filter:dro ...
- Angular 18+ 高级教程 – Memory leak, unsubscribe, onDestroy
何谓 Memory Leak? Angular 是 SPA (Single-page application) 框架,用来开发 SPA. SPA 最大的特点就是它不刷新页面,不刷新就容易造成 memo ...
- C# – class, filed, property, const, readonly, get, set, init, required 使用基础
前言 心血来潮,这篇讲点基础的东西. Field 比起 Property,Field 很不起眼,你若问 JavaScript,它甚至都没有 Field. 但在 C#,class 里头真正装 value ...
- vue3 3.3.4
https://cn.vuejs.org/guide/introduction.html#what-is-vue 简介 import { createApp } from 'vue' createAp ...
- Nuxt Kit中的 Nitro 处理程序
title: Nuxt Kit中的 Nitro 处理程序 date: 2024/9/21 updated: 2024/9/21 author: cmdragon excerpt: 摘要:本文详细介绍了 ...
- 可持久化线段————主席树(洛谷p3834)
洛谷P3834 可持久化线段树 2 问题描述: 给定n各整数构成的序列,求指定区间[L,R]内的第k小值(求升序排序后从左往右数第k个整数的数值) 输入: 第一行输入两个整数n,m,分别代表序列长度n ...
- 使用GRUB Multiboot2引导自制操作系统
使用GRUB Multiboot2引导自制操作系统 前言 之前花了一周时间,从头学习了传统 BIOS 的启动流程.惊讶于背后丰富的技术细节的同时,也感叹 x86 架构那厚重的历史包袱.毕竟,谁能想到, ...
- 数据库运维实操优质文章分享(含Oracle、MySQL等) | 2023年3月刊
本文为大家整理了墨天轮数据社区2023年3月发布的优质技术文章,主题涵盖Oracle.MySQL.PostgreSQL等数据库的基础安装配置操作.故障处理.性能优化等日常实践操作,以及概念梳理.常用脚 ...