Points Workbench: Difference between revisions

From FreeCAD Documentation
mNo edit summary
(Marked this version for translation)
Line 3: Line 3:
The Points module is made to give you specific tools for working with [http://en.wikipedia.org/wiki/Point_cloud point clouds]. It is still in development.
The Points module is made to give you specific tools for working with [http://en.wikipedia.org/wiki/Point_cloud point clouds]. It is still in development.


<!--T:4-->
These tools are already available:
These tools are already available:


<!--T:5-->
* [[Image:Points_Import_Point_cloud.svg|32px]] [[Points ImportPoints|Import Point Cloud]]: will import coordinates for 3D-points from a text file
* [[Image:Points_Import_Point_cloud.svg|32px]] [[Points ImportPoints|Import Point Cloud]]: will import coordinates for 3D-points from a text file
* [[Image:Points_Export_Point_cloud.svg|32px]] [[Points ExportPoints|Export Point Cloud]]: will export coordinates for 3D-points to a text file
* [[Image:Points_Export_Point_cloud.svg|32px]] [[Points ExportPoints|Export Point Cloud]]: will export coordinates for 3D-points to a text file
* [[Image:PolygonPick.svg|32px]] Polygon Pick: to do
* [[Image:PolygonPick.svg|32px]] Polygon Pick: to do


<!--T:6-->
The coordinates of the points have to be stored in a text file. <br />
The coordinates of the points have to be stored in a text file. <br />
The ending of the file has to be ".asc".<br />
The ending of the file has to be ".asc".<br />
The coordinates have to use point (NOT comma) and have to be separated by a space.
The coordinates have to use point (NOT comma) and have to be separated by a space.


<!--T:7-->
Example point-cloud-file
Example point-cloud-file
</translate>
</translate>

Revision as of 21:28, 28 January 2016

The Points module is made to give you specific tools for working with point clouds. It is still in development.

These tools are already available:

The coordinates of the points have to be stored in a text file.
The ending of the file has to be ".asc".
The coordinates have to use point (NOT comma) and have to be separated by a space.

Example point-cloud-file

{{Code|code=
0 0 0
1.4562 -7.2354 12.2367
5.9423 3.1728 -17.6439
}}