Points Workbench/fr: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 6: Line 6:
* [[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

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 coordinates have to use point (NOT comma) and have to be separated by a space.

Example point-cloud-file
<syntaxhighlight>
{{Code|code=
0 0 0
1.4562 -7.2354 12.2367
5.9423 3.1728 -17.6439
}}
</syntaxhighlight>


{{Docnav| | }}
{{Docnav| | }}

Revision as of 18:00, 29 May 2016

Le module de Points est fait pour vous donner des outils spécifiques pour travailler avec point clouds. Il est toujours en développement.

These tools are already available: