Points Import/de: Difference between revisions

From FreeCAD Documentation
(Created page with "Der '''Punkte Importieren''' Befehl importiert eine Punktwolke aus einer Datei.")
(Replaced content with "==Anwendung==")
Line 21: Line 21:
Der '''Punkte Importieren''' Befehl importiert eine Punktwolke aus einer Datei.
Der '''Punkte Importieren''' Befehl importiert eine Punktwolke aus einer Datei.


==Anwendung==
<div class="mw-translate-fuzzy">
# 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
#* Verwende den {{MenuCommand/de|Punkte → [[Image:Points_Import.svg|16px]] Punkte importieren}} aus dem Punkte Menü .
# Wähle die Punktwolkendatei
# Drücke {{Button|Öffnen}}.
</div>


# There are several ways to invoke the command:
# There are several ways to invoke the command:

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.

Anwendung

  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.