点集工作台

From FreeCAD Documentation
Revision as of 04:10, 3 March 2018 by Starofrainnight (talk | contribs) (Created page with "目前,点云工作台没有自动处理导入点集的逻辑。<br /> 但是链接到点云处理库(FreeCAD的Windows版本已经具备该能力)你可以<br />使用...")

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:

  • 导入点云: 将会从一个文本文件导入点云的三维点坐标集
  • 导出点云: 将会导出点云的三维点坐标集到一个文本文件
  • 多边型选择:计划中

目前,点云工作台没有自动处理导入点集的逻辑。
但是链接到点云处理库(FreeCAD的Windows版本已经具备该能力)你可以
使用 python 命令去进一步处理你的数据,参考讨论 这里这里 (德语子论坛).
另外一个有趣的讨论:这里 (英语帮助论坛).

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.