Points Workbench/zh-tw: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 25: Line 25:
* [[Image:Points_Convert.svg|32px]] [[Points_Convert|Convert to points...]]: Creates point clouds from shape objects.
* [[Image:Points_Convert.svg|32px]] [[Points_Convert|Convert to points...]]: Creates point clouds from shape objects.


* [[Image:Points_Structure.svg|32px]] [[Points_Structure|Structured point cloud]]: Creates a sorted point cloud from the points of an existing point cloud.
* [[Image:Points_Structure.svg|32px]] [[Points_Structure|Structured point cloud]]: Creates a structured point cloud from the points of an existing point cloud.


* [[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.

Revision as of 20:13, 13 December 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