> For the complete documentation index, see [llms.txt](https://helps.ugscan.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helps.ugscan.com/features/gong-ju-lan/fen-xiang.md).

# 分享

分享功能支持多种数据格式导出:

<table><thead><tr><th width="125">格式</th><th>说明</th></tr></thead><tbody><tr><td>WebURL</td><td>生成网络l连接, 可通过社交软件分享给朋友</td></tr><tr><td>二维码</td><td>生成可被分享的二维码</td></tr><tr><td>Obj</td><td>Obj格式支持带纹理和三角网格和点云, 如果要导出带纹理的模型请用该格式.</td></tr><tr><td>USDZ</td><td>这是苹果自带的格式, 支持RoomPlan扫描结果.</td></tr><tr><td>Ply</td><td>Ply支持点云和三角网格, 不支持纹理.</td></tr><tr><td>Bin</td><td>Bin是CloudComparer的格式, 只支持点云, 如果你扫描了大范围点云, 用该格式速度会快.</td></tr><tr><td>XYZ</td><td>原始的文本的XYZ格式, 只支持点云.</td></tr><tr><td>STL</td><td>STL格式支持点云和三角网格, 不支持纹理.</td></tr><tr><td>glTF</td><td>glTF支持带纹理的三角网格, 是一个适合在网页中分享的格式.</td></tr><tr><td>DXF</td><td>2D格式的CAD交换格式DXF， 单位为米</td></tr><tr><td>3D DXF</td><td>3D格式的CAD交换格式 DXF， 单位为米</td></tr></tbody></table>

#### 分享到WebURL

![](/files/de5ivrWk1LCGwDbe0bjQ)

在内容页修改标题名称, 选择扫描对像的类型, 阅读内容同意书并同步, 就可以上传数据并生成WebURL分享给好友了.

![](/files/mwxRVhXFEdKBmy2r4Ytm)

也可以直接发微信好友或朋友圈, 好友可直接在微信中打开连接.

![](/files/yKqM7kSMvPXqN8aHFQiz)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://helps.ugscan.com/features/gong-ju-lan/fen-xiang.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
