Ambiente Points

From FreeCAD Documentation
Revision as of 21:28, 28 January 2016 by FuzzyBot (talk | contribs) (Updating to match new version of source page)

Il Modulo Punti è fatto per fornire gli strumenti specifici per lavorare con point clouds (nuvole di punti). È ancora in sviluppo.

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
}}