Points Import: Difference between revisions

From FreeCAD Documentation
(Marked this version for translation)
(Marked this version for translation)
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
<translate>
<translate>
<!--T:10-->
{{Docnav||[[Points_Export|Export]]|[[Points_Module|Points]]|IconL=|IconC=PointsWorkbench.svg|IconR=Points_Export_Point_cloud.svg}}


<!--T:1-->
<!--T:1-->
{{GuiCommand
{{GuiCommand
|Icon=Points_Import.svg
|Name=Points Import
|Name=Points Import
|MenuLocation=Points → Import points
|MenuLocation=Points → Import points
Line 39: Line 42:


<!--T:8-->
<!--T:8-->
{{Docnav||[[Points_Export|Export]]|[[Points_Module|Points]]|IconL=|IconC=PointsWorkbench.svg|IconR=Points_Export_Point_cloud.svg}}

<!--T:11-->
{{Points Tools navi}}
{{Points Tools navi}}



Revision as of 14:14, 21 February 2019

Points Import

Menu location
Points → Import points
Workbenches
Points
Default shortcut
None
Introduced in version
-
See also
Points Export

Description

This tool imports 3D points from a point cloud file.

How to use

  1. Click on Points Import or use the menu Points → Import points.
  2. Select the file with point cloud and click Open.

Notes

  • The coordinates of the points should be read from a text file with the extension .asc.
  • 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 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.