Points Import/de: Difference between revisions

From FreeCAD Documentation
(Created page with "# Rufe den Befehl Import Punkte auf verschiedene Weise auf: #* Drücke auf die 24px Points Import Schaltfläche in der Punkte Werkzeugleiste...")
(Created page with "=== Hinweise ===")
Line 28: Line 28:
# Drücke {{Button|Öffnen}}.
# Drücke {{Button|Öffnen}}.


=== Notes ===
=== Hinweise ===


* The point cloud file should one of the following extensions {{incode|.asc}}, {{incode|.pcd}} or {{incode|.ply}}.
* The point cloud file should one of the following extensions {{incode|.asc}}, {{incode|.pcd}} or {{incode|.ply}}.

Revision as of 07:00, 20 August 2020

Punkte Importieren

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

Beschreibung

Dieses Werkzeug importiert 3D Punkte aus einer Punktwolkendatei.

Anwendung

  1. Rufe den Befehl Import Punkte auf verschiedene Weise auf:
  2. Wähle die Punktwolkendatei
  3. Drücke Öffnen.

Hinweise

  • The point cloud file should one of the following extensions .asc, .pcd or .ply.
  • 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.
  • After importing, your points will be selectable in the 3D view, and they can be snapped to using the File:Snap Endpoint.svg Snap Endpoint method from the Draft Workbench.
  • The cloud point will be imported as a single cloud object. This is unlike the Draft Point tool which creates individual points.

Sample point cloud file

0 0 0
1.4562 -7.2354 12.2367
5.9423 3.1728 -17.6439

For testing you can use this ASC file, which is a low polygon version of the Stanford Bunny.