Points Workbench/zh: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<languages/>
<languages/>


<div class="mw-translate-fuzzy">
{{Docnav/zh
{{Docnav/zh
|[[Plot Workbench|Plot Workbench]]
|[[Plot Workbench|Plot Workbench]]
Line 7: Line 8:
|IconR=Workbench_Raytracing.svg
|IconR=Workbench_Raytracing.svg
}}
}}
</div>


[[Image:Workbench_Points.svg|thumb|128px|Points workbench icon]]
[[Image:Workbench_Points.svg|thumb|128px|Points workbench icon]]
Line 35: Line 37:
==Notes==
==Notes==


* [[Draft_Workbench|Draft]] commands such as [[Image:Draft_Line.svg|24px]] [[Draft_Line|Draft Line]] and [[Image:Draft_BSpline.svg|24px]] [[Draft_BSpline|Draft BSpline]] can be used to connect the points in a point cloud. Use [[Image:Draft_Snap_Endpoint.svg|24px]] [[Draft_Snap_Endpoint|Draft Snap Endpoint]] to snap to the points.
* [[Draft_Workbench|Draft]] commands such as [[Image:Draft_Line.svg|24px]] [[Draft_Line|Draft Line]] and [[Image:Draft_BSpline.svg|24px]] [[Draft_BSpline|Draft B-spline]] can be used to connect the points in a point cloud. Use [[Image:Draft_Snap_Endpoint.svg|24px]] [[Draft_Snap_Endpoint|Draft Snap Endpoint]] to snap to the points.
* [[Python]] can be used to analyze and process point clouds. See the following forum discussions:
* [[Python|Python]] can be used to analyze and process point clouds. See the following forum discussions:
** [http://forum.freecadweb.org/viewtopic.php?f=3&t=16098 Inspecting Point cloud].
** [http://forum.freecadweb.org/viewtopic.php?f=3&t=16098 Inspecting Point cloud].
** [http://forum.freecadweb.org/viewtopic.php?f=13&t=15988 Fläche aus Messwerten] (German)
** [http://forum.freecadweb.org/viewtopic.php?f=13&t=15988 Fläche aus Messwerten] (German)
Line 42: Line 44:




<div class="mw-translate-fuzzy">
{{Docnav/zh
{{Docnav/zh
|[[Plot Workbench|Plot Workbench]]
|[[Plot Workbench|Plot Workbench]]
Line 48: Line 51:
|IconR=Workbench_Raytracing.svg
|IconR=Workbench_Raytracing.svg
}}
}}
</div>


{{clear}}
{{Points Tools navi{{#translation:}}}}
{{Points Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}

Revision as of 15:54, 3 May 2023

Points workbench icon

Introduction

The Points Workbench offers specific tools for working with point clouds. The workbench is still in development.

A point cloud is a collection of points in 3D space. A point cloud is generally produced by scanning the surface of a solid object. The cloud of points can then be used for many purposes including building a mesh for the object, reconstructing the surfaces and solid volumes, reverse engineering, as well as for visualization and quality inspection.

Tools

All Points Workbench tools can be accessed from the Points menu. Some tools are also available in the Points tools toolbar.

  • Merge point clouds: Creates a point cloud by combining the points of two or more point clouds.

Notes