Points Workbench/fr: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 6: Line 6:
* [[Image:Points_Export_Point_cloud.svg|32px]] [[Points ExportPoints|Export Point Cloud]]: will export coordinates for 3D-points to a text file
* [[Image:Points_Export_Point_cloud.svg|32px]] [[Points ExportPoints|Export Point Cloud]]: will export coordinates for 3D-points to a text file
* [[Image:PolygonPick.svg|32px]] Polygon Pick: to do
* [[Image:PolygonPick.svg|32px]] Polygon Pick: to do

At the moment, the points cloud workbench has no automatic routines to deal with the imported points.<br />
But linking against the points cloud library (the windows version of FreeCAD already has that capability) you could<br />
use python commands to further process your data, see discusion [http://forum.freecadweb.org/viewtopic.php?f=13&t=15988 here] and [http://forum.freecadweb.org/viewtopic.php?f=13&t=16103 here] (german sub-form).<br />
Another interesting discussion [http://forum.freecadweb.org/viewtopic.php?f=3&t=16098 here] (english Help-Forum).<br />

Of course you could also use the draft workbench within FreeCAD and connect the points using draft elements.<br />
Using snap-mode "end-point" will ensure snapping to the points.



{{Docnav| | }}
{{Docnav| | }}

Revision as of 09:50, 14 June 2016

Le module de Points est fait pour vous donner des outils spécifiques pour travailler avec point clouds. Il est toujours en développement.

These tools are already available:

At the moment, the points cloud workbench has no automatic routines to deal with the imported points.
But linking against the points cloud library (the windows version of FreeCAD already has that capability) you could
use python commands to further process your data, see discusion here and here (german sub-form).
Another interesting discussion here (english Help-Forum).

Of course you could also use the draft workbench within FreeCAD and connect the points using draft elements.
Using snap-mode "end-point" will ensure snapping to the points.