Points Import/de: Difference between revisions

From FreeCAD Documentation
No edit summary
(Updating to match new version of source page)
Line 1: Line 1:
<languages/>
<languages/>

<div class="mw-translate-fuzzy">
{{Docnav/de
{{Docnav/de
|
|
Line 7: Line 9:
|IconR=Points_Export_Point_cloud.svg
|IconR=Points_Export_Point_cloud.svg
}}
}}
</div>


<div class="mw-translate-fuzzy">
{{GuiCommand/de
{{GuiCommand/de
|Icon=Points_Import.svg
|Icon=Points_Import.svg
Line 15: Line 19:
|SeeAlso=[[Points_Export/de|Punkte Exportieren]]
|SeeAlso=[[Points_Export/de|Punkte Exportieren]]
}}
}}
</div>


<div class="mw-translate-fuzzy">
== Beschreibung ==

Dieses Werkzeug importiert 3D Punkte aus einer Punktwolkendatei.
Dieses Werkzeug importiert 3D Punkte aus einer Punktwolkendatei.
</div>


The '''Points Import''' command imports a point cloud from a file.
== Anwendung ==


<div class="mw-translate-fuzzy">
# Rufe den Befehl Import Punkte auf verschiedene Weise auf:
# Rufe den Befehl Import Punkte auf verschiedene Weise auf:
#* Drücke auf die [[Image:Points_Import.svg|24px]] [[Points Import]] Schaltfläche in der Punkte Werkzeugleiste
#* Drücke auf die [[Image:Points_Import.svg|24px]] [[Points Import]] Schaltfläche in der Punkte Werkzeugleiste
Line 27: Line 33:
# Wähle die Punktwolkendatei
# Wähle die Punktwolkendatei
# Drücke {{Button|Öffnen}}.
# Drücke {{Button|Öffnen}}.
</div>


# There are several ways to invoke the command:
=== Hinweise ===
#* Press the {{Button|[[Image:Points_Import.svg|16px]] [[Points_Import|Points Import]]}} button.
#* Select the {{MenuCommand|Points → [[Image:Points_Import.svg|16px]] Import Points...}} option from the menu.
# Select a point cloud file.
# Press the {{Button|Open}} button.


* Die Punktwolkendatei sollte eine der folgenden Erweiterungen haben: {{incode|.asc}}, {{incode|.pcd}} or {{incode|.ply}}.
* Jede Zeile sollte eine Sammlung von X, Y, Z Koordinaten haben, die durch ein Leerzeichen getrennt sind. Die Koordinaten müssen einen Dezimalpunkt und kein Dezimalkomma verwenden.
* Nach dem Import sind deine Punkte in der [[3D view/de|3D Ansicht]] wählbar, und sie können mit der [[Image:Snap_Endpoint.svg|24px]] [[Draft Endpoint/de|Fang Endpunkt]] Methode aus der [[Image:Workbench_Draft.svg|24px]] [[Draft Workbench/de|Arbeitsbereich Entwurf]] gefangen werden.
* Der Wolkenpunkt wird als einzelnes Wolkenobjekt importiert. Dies unterscheidet sich vom [[Image:Draft_Point.svg|24px]] [[Draft Point/de|Entwurf Punkt]] Werkzeug, das einzelne Punkte erzeugt.


==Properties==

See [[Points_Convert|Points Convert]].

==Point cloud file format==

* A point cloud file must have the {{FileName|.asc}}, {{FileName|.pcd}} or {{FileName|.ply}} extension.
* Each line in the file must list the X, Y and Z coordinates of a point.
* The coordinates must be separated by spaces.
* The coordinates must use a decimal point, not a decimal comma.

<div class="mw-translate-fuzzy">
== Muster Punktewolkendatei ==
== Muster Punktewolkendatei ==
</div>


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


<div class="mw-translate-fuzzy">
Zum Testen kannst du diese [https://github.com/FREECAD/Examples/blob/master/Point_cloud_ExampleFiles/PointCloud-Data_Stanford-Bunny.asc ASC] Datei verwenden, bei der es sich um eine Niedrigpolygon Version des [http://graphics.stanford.edu/data/3Dscanrep/ Stanford Hasen] handelt.
Zum Testen kannst du diese [https://github.com/FREECAD/Examples/blob/master/Point_cloud_ExampleFiles/PointCloud-Data_Stanford-Bunny.asc ASC] Datei verwenden, bei der es sich um eine Niedrigpolygon Version des [http://graphics.stanford.edu/data/3Dscanrep/ Stanford Hasen] handelt.
</div>



<div class="mw-translate-fuzzy">
{{Docnav/de
{{Docnav/de
|
|
Line 52: Line 74:
|IconR=Points_Export_Point_cloud.svg
|IconR=Points_Export_Point_cloud.svg
}}
}}
</div>


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

Revision as of 19:12, 23 August 2020

Punkte Importieren

Menüeintrag
Punkte → Punkte Importieren
Arbeitsbereich
Punkte
Standardtastenkürzel
Keiner
Eingeführt in Version
-
Siehe auch
Punkte Exportieren

Dieses Werkzeug importiert 3D Punkte aus einer Punktwolkendatei.

The Points Import command imports a point cloud from a file.

  1. Rufe den Befehl Import Punkte auf verschiedene Weise auf:
  2. Wähle die Punktwolkendatei
  3. Drücke Öffnen.
  1. There are several ways to invoke the command:
    • Press the Points Import button.
    • Select the Points → Import Points... option from the menu.
  2. Select a point cloud file.
  3. Press the Open button.


Properties

See Points Convert.

Point cloud file format

  • A point cloud file must have the .asc, .pcd or .ply extension.
  • Each line in the file must list the X, Y and Z coordinates of a point.
  • The coordinates must be separated by spaces.
  • The coordinates must use a decimal point, not a decimal comma.

Muster Punktewolkendatei

0 0 0
1.4562 -7.2354 12.2367
5.9423 3.1728 -17.6439

Zum Testen kannst du diese ASC Datei verwenden, bei der es sich um eine Niedrigpolygon Version des Stanford Hasen handelt.