Points Import/fr: Difference between revisions

From FreeCAD Documentation
(Created page with "== Utilisation == # Sélectionnez les points à importer. # Cliquez sur {{Button|16px Import un nuage de points}} ou utilisez...")
No edit summary
 
(46 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
<languages/>

{{Docnav/fr
{{Docnav/fr
|
|
|[[Points_Export/fr|Exporter]]
|[[Points_Export/fr|Exporter]]
|[[Points_Module/fr|Atelier Points]]
|[[Points_Workbench/fr|Atelier Points]]
|IconL=|IconC=PointsWorkbench.svg
|IconL=
|IconR=Points_Export_Point_cloud.svg
|IconR=Points_Export.svg
|IconC=Workbench_Points.svg
}}
}}


Line 13: Line 15:
|Name/fr=Points Importer
|Name/fr=Points Importer
|MenuLocation=Points → Importer des points...
|MenuLocation=Points → Importer des points...
|Workbenches=[[Points Module/fr|Points]]
|Workbenches=[[Points_Workbench/fr|Points]]
|SeeAlso=[[Points Import/fr|Exporter]]
|SeeAlso=[[Points_Export/fr|Points Exporter]]
}}
}}


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


La commande '''Points Importer''' importe un nuage de points à partir d'un fichier.
== Utilisation ==
# Sélectionnez les points à importer.
# Cliquez sur {{Button|[[Image:Points_Import.svg|16px]] [[Points Import/fr|Import un nuage de points]]}} ou utilisez le menu {{MenuCommand|Points → [[Image:Points_Import.svg|16px]] [[Points Import/fr|Import des points...]]}}.
# Donnez le nom au fichier, puis cliquez sur {{Button|Enregistrer}}.


<span id="Usage"></span>
=== Notes ===
==Utilisation==


# Il existe plusieurs façons de lancer la commande :
* The coordinates of the points should be read from a text file with the extension {{incode|.asc}}.
#* Appuyez sur le bouton [[Image:Points_Import.svg|16px]] [[Points_Import/fr|Importer les points]].
* 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.
#* Utilisez l'option {{MenuCommand|Points → [[Image:Points_Import.svg|16px]] Importer des points...}} depuis le menu.
* After importing, your points will be selectable in the 3D view, and they can be snapped to using the [[Draft Endpoint|Snap Endpoint]] method from the [[Draft Workbench]].
# Sélectionnez le fichier de nuage de points.
* The cloud point will be imported as a single cloud object. This is unlike the [[Draft Point|Draft Point]] tool which creates individual points.
# Appuyez sur le bouton {{Button|Ouvrir}}.


<span id="Properties"></span>
== Sample point cloud file ==
==Propriétés==


Voir [[Points_Convert/fr|Points Conversion]].
{{Code|code=
0 0 0
1.4562 -7.2354 12.2367
5.9423 3.1728 -17.6439
}}


<span id="Point_cloud_file_format"></span>
For testing you can use this [https://github.com/FREECAD/Examples/blob/master/Point_cloud_ExampleFiles/PointCloud-Data_Stanford-Bunny.asc ASC] file, which is a low polygon version of the [http://graphics.stanford.edu/data/3Dscanrep/ Stanford Bunny].
==Format du fichier du nuage de points==


* Un fichier de nuage de points doit avoir l'extension {{FileName|.asc}}, {{FileName|.pcd}} ou {{FileName|.ply}}.
{{Docnav||[[Points_Export|Export]]|[[Points_Module|Points]]|IconL=|IconC=PointsWorkbench.svg|IconR=Points_Export_Point_cloud.svg}}
* Chaque ligne du fichier doit lister les coordonnées X, Y et Z d'un point.
* Les coordonnées doivent être séparées par des espaces.
* Les coordonnées doivent utiliser un point décimal, pas une virgule décimale.


<span id="Sample_point_cloud_file"></span>
{{Points Tools navi}}
==Exemple de fichier de nuage de points==

0 0 0
1.4562 -7.2354 12.2367
5.9423 3.1728 -17.6439

Pour tester, vous pouvez utiliser [https://raw.githubusercontent.com/FreeCAD/Examples/master/Point_cloud_ExampleFiles/PointCloud-Data_Stanford-Bunny.asc ce fichier]. C'est une version à faible polygone du [http://graphics.stanford.edu/data/3Dscanrep/ Stanford Bunny].


{{Docnav/fr
|
|[[Points_Export/fr|Exporter]]
|[[Points_Workbench/fr|Atelier Points]]
|IconL=
|IconR=Points_Export.svg
|IconC=Workbench_Points.svg
}}


{{Points Tools navi{{#translation:}}}}
{{Userdocnavi}}
{{Userdocnavi{{#translation:}}}}

Latest revision as of 18:03, 25 November 2023

Points Importer

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

Description

La commande Points Importer importe un nuage de points à partir d'un fichier.

Utilisation

  1. Il existe plusieurs façons de lancer la commande :
    • Appuyez sur le bouton Importer les points.
    • Utilisez l'option Points → Importer des points... depuis le menu.
  2. Sélectionnez le fichier de nuage de points.
  3. Appuyez sur le bouton Ouvrir.

Propriétés

Voir Points Conversion.

Format du fichier du nuage de points

  • Un fichier de nuage de points doit avoir l'extension .asc, .pcd ou .ply.
  • Chaque ligne du fichier doit lister les coordonnées X, Y et Z d'un point.
  • Les coordonnées doivent être séparées par des espaces.
  • Les coordonnées doivent utiliser un point décimal, pas une virgule décimale.

Exemple de fichier de nuage de points

0 0 0
1.4562 -7.2354 12.2367
5.9423 3.1728 -17.6439

Pour tester, vous pouvez utiliser ce fichier. C'est une version à faible polygone du Stanford Bunny.