Points Workbench: Difference between revisions

From FreeCAD Documentation
mNo edit summary
No edit summary
Line 30: Line 30:
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.


* [[Points_Convert|Points Convert]]: Converts a shape to a point cloud.
* [[Points_Convert|Points Convert]]: Creates point clouds from shape objects.


* [[Points_Structure|Points Structure]]: Sorts the points in a point cloud.
* [[Points_Structure|Points Structure]]: Sorts the points in a point cloud.

Revision as of 13:06, 21 August 2020

This documentation is a work in progress. Please don't mark it as translatable since it will change in the next hours and days.
Points workbench icon

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. 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 of parts.

Tools

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

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

Notes

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 File:Snap Endpoint.svg Endpoint snapping method will ensure that the tools snap to the imported points.

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: