Points Workbench: Difference between revisions

From FreeCAD Documentation
(→‎Tools: Proper links to the tools)
(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.)
Line 4: Line 4:
== Introduction ==
== Introduction ==
<!--T:1-->
<!--T:1-->
The [[Points Workbench]] is intended to give you specific tools for working with [http://en.wikipedia.org/wiki/Point_cloud point clouds]. It is still in development.
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.

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.


<!--T:4-->
<!--T:4-->
Line 10: Line 12:


<!--T:5-->
<!--T:5-->
* [[Image:Points_Import_Point_cloud.svg|32px]] [[Points_Import|Import]]: imports a point cloud (coordinates of 3D points) 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 (coordinates of 3D points) 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.
* [[Points_Transform|Transform]]: transforms a point cloud.
* [[Points_Convert|Convert]]: converts to points.
* [[Points_Convert|Convert]]: converts to points.

Revision as of 18:08, 6 December 2018

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

  • Import: imports a point cloud from a text file.
  • Export: exports a point cloud to a text file.
  • Transform: transforms a point cloud.
  • Convert: converts to points.
  • Polygon cut: cuts a point cloud with a picked polygon.
  • Merge: merge several point clouds into one.

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.

Plot Workbench
Raytracing Workbench