Points Workbench/ru: Difference between revisions

From FreeCAD Documentation
(Created page with "* 32px Импорт точек: импортирует координаты для точек в трёхм...")
(Updating to match new version of source page)
Line 1: Line 1:
<languages/>
Модуль Points создан чтобы дать специальные инструменты для работы с [https://ru.wikipedia.org/wiki/%D0%9E%D0%B1%D0%BB%D0%B0%D0%BA%D0%BE_%D1%82%D0%BE%D1%87%D0%B5%D0%BA облаком точек]. Он пока еще в стадии разработки.
Модуль Points создан чтобы дать специальные инструменты для работы с [https://ru.wikipedia.org/wiki/%D0%9E%D0%B1%D0%BB%D0%B0%D0%BA%D0%BE_%D1%82%D0%BE%D1%87%D0%B5%D0%BA облаком точек]. Он пока еще в стадии разработки.


Line 21: Line 22:


{{clear}}
{{clear}}
<languages/>

Revision as of 21:04, 7 August 2018

Модуль Points создан чтобы дать специальные инструменты для работы с облаком точек. Он пока еще в стадии разработки.

Уже доступны следующие инструменты:

  • Импорт точек: импортирует координаты для точек в трёхмерном пространстве из текстового файла
  • Экспорт точек: экспортирует координаты точек в трёхмерном пространстве в текстовый файл
  • Polygon Pick: to do

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.