Points Importer

From FreeCAD Documentation
Revision as of 09:45, 23 November 2019 by David69 (talk | contribs) (Created page with "== Utilisation == # Sélectionnez les points à importer. # Cliquez sur {{Button|16px Import un nuage de points}} ou utilisez...")

Points Importer

Emplacement du menu
Points → Importer des points...
Ateliers
Points
Raccourci par défaut
Aucun
Introduit dans la version
-
Voir aussi
Exporter

Description

Cet outil importe des points 3D à partir d'un fichier de nuage de points.

Utilisation

  1. Sélectionnez les points à importer.
  2. Cliquez sur Import un nuage de points ou utilisez le menu Points → Import des points....
  3. Donnez le nom au fichier, puis cliquez sur Enregistrer.

Notes

  • The coordinates of the points should be read from a text file with the extension .asc.
  • Each line should have a collection of X, Y, Z coordinates separated by a space. The coordinates must use a decimal point, not a decimal comma.
  • After importing, your points will be selectable in the 3D view, and they can be snapped to using the Snap Endpoint method from the Draft Workbench.
  • The cloud point will be imported as a single cloud object. This is unlike the Draft Point tool which creates individual points.

Sample point cloud file

0 0 0
1.4562 -7.2354 12.2367
5.9423 3.1728 -17.6439

For testing you can use this ASC file, which is a low polygon version of the Stanford Bunny.