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. k8s获取集群内所有在使用镜像

    kubectl get pods --all-namespaces -o jsonpath="{..image}" | tr -s '[[:space:]]' ' ' | sort ...

  2. 直播机--蓝松绿幕抠图SDK功能表

  3. 【测试平台开发】——05Flask后端api开发实战(二)—— SqlAlchemy

    SqlAlchemy SQLAlchemy是Python编程语言下的一款开源软件.提供了SQL工具包及对象关系映射(ORM)工具,使用MIT许可证发行. SQLAlchemy"采用简单的Py ...

  4. layui的各模块的基本用途是什么?

    Layui 是一个流行的前端UI框架,提供了多个模块,每个模块有不同的功能和用途.以下是 Layui 的一些主要模块以及它们的基本用途: 核心模块(layui): Layui 的核心模块包含了一些核心 ...

  5. Docker网络中篇-docker网络的四种类型

    通过上一篇学习,我们对docker网络有了初步的了解.本篇,咱们就来实战docker网络. docker网络实战 实战docker网络,我们将从以下几个案例来讲解 1:birdge是什么? 2:hos ...

  6. IDEA 忽然无法打开某个特定文件

    背景:IDEA中双击打开一个.py文件时,弹出一个文件类型的弹窗(没注意是什么,估计是不小心按到了什么快捷键),当时随便选的Text,结果不知道为什么,这个文件无法在IDEA中打开(之前都正常) 由于 ...

  7. c程序设计语言 by K&R(五)UNIX系统接口

    一.文件描述符 在unix操作系统中,所有的外围设备(包括键盘和显示器)都被看作是文件系统的文件,因此,所有的输入.输出都要通过读/写文件来完成.也就是说,通过一个单一的接口就可以处理外围设备和程序之 ...

  8. EF Core – 7.0 New Features

    前言 这篇不会细谈功能, 只是一个总链接. 参考 Docs – What's New in EF Core 7.0 Breaking Change 参考: Docs – Breaking change ...

  9. Nuxt Kit 组件管理:注册与自动导入

    title: Nuxt Kit 组件管理:注册与自动导入 date: 2024/9/15 updated: 2024/9/15 author: cmdragon excerpt: Nuxt Kit 为 ...

  10. mongodb 中rs.stauts()命令参数解析

    转载请注明出处: rs.status()命令用于获取MongoDB副本集的状态信息.它提供了关于副本集中各个节点的详细信息,包括节点的健康状况.角色.选举状态等. 以下是查看一个mongo集群状态返回 ...