Points Import/de: Difference between revisions

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


<div class="mw-translate-fuzzy">
{{Docnav/de
{{Docnav/de
|[[Points_Structure/de|Punkte Struktur]]
|
|[[Points_Export/de|Exportieren]]
|[[Points_Export/de|Punkte Exportieren]]
|[[Points_Module/de|Punkte]]
|[[Points_Module/de|Punkte]]
|IconL=|IconC=Workbench_Points.svg
|IconL=
|IconR=Points_Export_Point_cloud.svg
|IconR=Points_Export.svg
|IconC=Workbench_Points.svg
}}
}}
</div>


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

Revision as of 08:40, 24 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.