Points Workbench: Difference between revisions

From FreeCAD Documentation
(Marked this version for translation)
m ((Vertical Docnav))
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages/>
<languages/>
<translate>
<!--T:13-->
{{Docnav
|[[Plot Workbench|Plot Workbench]]
|[[Raytracing Workbench|Raytracing Workbench]]
|IconL=Workbench_Plot.svg
|IconR=Workbench_Raytracing.svg
}}

</translate>
[[Image:PointsWorkbench.svg|64px]]
[[Image:PointsWorkbench.svg|64px]]
<translate>
<translate>
== Introduction == <!--T:1-->
== Introduction == <!--T:1-->
The [[Points Workbench]] is intended to give you specific tools for working with [http://en.wikipedia.org/wiki/Point_cloud point clouds]. The workbench is still in development.
The [[Points Workbench|Points Workbench]] is intended to give you specific tools for working with [http://en.wikipedia.org/wiki/Point_cloud point clouds]. The workbench is still in development.


<!--T:8-->
<!--T:8-->
Line 13: Line 23:
* [[Image:Points_Import_Point_cloud.svg|32px]] [[Points_Import|Import]]: imports a point cloud from a text file.
* [[Image:Points_Import_Point_cloud.svg|32px]] [[Points_Import|Import]]: imports a point cloud from a text file.
* [[Image:Points_Export_Point_cloud.svg|32px]] [[Points_Export|Export]]: exports a point cloud to a text file.
* [[Image:Points_Export_Point_cloud.svg|32px]] [[Points_Export|Export]]: exports a point cloud to a text file.
* [[Points_Transform|Transform]]: transforms a point cloud.
* [[Image:Points_Transform.png|32px]] [[Points_Transform|Transform]]: transforms a point cloud.
* [[Points_Convert|Convert]]: converts to points.
* [[Image:Points_Convert.png|32px]] [[Points_Convert|Convert]]: converts to points.
* [[Image:PolygonPick.svg|32px]] [[Points PolyCut|Polygon cut]]: cuts a point cloud with a picked polygon.
* [[Image:PolygonPick.svg|32px]] [[Points PolyCut|Polygon cut]]: cuts a point cloud with a picked polygon.
* [[Points Merge|Merge]]: merge several point clouds into one.
* [[Image:Points_Merge.png|32px]] [[Points Merge|Merge]]: merge several point clouds into one.


== Limitations == <!--T:6-->
== Limitations == <!--T:6-->
Line 28: Line 38:


<!--T:7-->
<!--T:7-->
It is also possible to use the tools from the [[Draft Workbench]] to connect the points using Draft objects such as [[Draft Line|Lines]] and [[Draft BSpline|Splines]]. Using the [[Draft Endpoint|Endpoint]] snapping method will ensure that the tools snap to the imported points.
It is also possible to use the tools from the [[Draft Workbench|Draft Workbench]] to connect the points using Draft objects such as [[Draft Line|Lines]] and [[Draft BSpline|Splines]]. Using the [[Draft Endpoint|Endpoint]] snapping method will ensure that the tools snap to the imported points.


<!--T:3-->
<!--T:3-->
{{Docnav
{{Docnav|Plot Workbench|Raytracing Workbench}}
|[[Plot Workbench|Plot Workbench]]
|[[Raytracing Workbench|Raytracing Workbench]]
|IconL=Workbench_Plot.svg
|IconR=Workbench_Raytracing.svg
}}


<!--T:10-->
<!--T:10-->

Revision as of 12:06, 10 January 2020

Introduction

The Points Workbench is intended to give you 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. Then the cloud of points can 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 of parts.

Tools

Limitations

At the moment the workbench has no automatic routines to deal with the imported points, but the user can use Python scripting to programmatically process the data.

See the discussions in the forum:

It is also possible to use the tools from the Draft Workbench to connect the points using Draft objects such as Lines and Splines. Using the Endpoint snapping method will ensure that the tools snap to the imported points.