Points Import/de: Difference between revisions

From FreeCAD Documentation
No edit summary
(Created page with "Der '''Punkte Importieren''' Befehl importiert eine Punktwolke aus einer Datei.")
Line 19: Line 19:
==Beschreibung==
==Beschreibung==


Der '''Punkte Importieren''' Befehl importiert eine Punktwolke aus einer Datei.
The '''Points Import''' command imports a point cloud from a file.


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

Revision as of 08:43, 24 August 2020

Punkte Importieren

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

Beschreibung

Der Punkte Importieren Befehl importiert eine Punktwolke aus einer Datei.

  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.