Points Workbench: Difference between revisions

From FreeCAD Documentation
(Removed 'in progress'.)
(Marked this version for translation)
Line 29: Line 29:
All Points Workbench tools can be accessed from the '''Points''' menu. Some tools are also available in the '''Points tools''' toolbar.
All Points Workbench tools can be accessed from the '''Points''' menu. Some tools are also available in the '''Points tools''' toolbar.


<!--T:17-->
* [[Points_Convert|Convert to points...]]: Creates point clouds from shape objects.
* [[Points_Convert|Convert to points...]]: Creates point clouds from shape objects.


<!--T:18-->
* [[Points_Structure|Structured point cloud]]: Creates a sorted point cloud from the points of an existing point cloud.
* [[Points_Structure|Structured point cloud]]: Creates a sorted point cloud from the points of an existing point cloud.


<!--T:19-->
* [[Image:Points_Import.svg|32px]] [[Points_Import|Import points...]]: Imports a point cloud from a file.
* [[Image:Points_Import.svg|32px]] [[Points_Import|Import points...]]: Imports a point cloud from a file.


<!--T:20-->
* [[Image:Points_Export.svg|32px]] [[Points_Export|Export points...]]: Exports a point cloud to a file.
* [[Image:Points_Export.svg|32px]] [[Points_Export|Export points...]]: Exports a point cloud to a file.


<!--T:21-->
* [[Image:Points_PolyCut.svg|32px]] [[Points_PolyCut|Cut point cloud]]: Cuts points from point clouds.
* [[Image:Points_PolyCut.svg|32px]] [[Points_PolyCut|Cut point cloud]]: Cuts points from point clouds.


<!--T:22-->
* [[Points Merge|Merge point clouds]]: Creates a point cloud by combining the points of two or more point clouds.
* [[Points Merge|Merge point clouds]]: Creates a point cloud by combining the points of two or more point clouds.



Revision as of 19:14, 23 August 2020

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