点集工作台

From FreeCAD Documentation
Revision as of 04:05, 3 March 2018 by Starofrainnight (talk | contribs) (Created page with "* 32px 导入点云: 将会从一个文本文件导入点云的三维点坐标集 * Image:Points_Export_Point...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The Points module is made to give you specific tools for working with point clouds. It is still in development.

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.