Points Workbench/ru: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 1: Line 1:
<languages/>
<languages/>
[[Image:PointsWorkbench.svg|64px]]
[[Image:PointsWorkbench.svg|64px]]
== Введение ==
<div class="mw-translate-fuzzy">
Модуль 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 облаком точек]. Он пока еще в стадии разработки.
</div>


A point cloud is a collection of points in 3D space. A point cloud is generally produced by scanning the surface of a solid object. Then the cloud of points can be used for many purposes including building a mesh for the object, reconstructing the surfaces and solid volumes, reverse engineering, as well as for visualization and quality inspection of parts.
A point cloud is a collection of points in 3D space. A point cloud is generally produced by scanning the surface of a solid object. Then the cloud of points can be used for many purposes including building a mesh for the object, reconstructing the surfaces and solid volumes, reverse engineering, as well as for visualization and quality inspection of parts.

Revision as of 10:54, 4 January 2019

Введение

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

A point cloud is a collection of points in 3D space. A point cloud is generally produced by scanning the surface of a solid object. Then the cloud of points can be used for many purposes including building a mesh for the object, reconstructing the surfaces and solid volumes, reverse engineering, as well as for visualization and quality inspection of parts.

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

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

Limitations

At the moment the workbench has no automatic routines to deal with the imported points, but the user can use Python scripting to programmatically process the data.

See the discussions in the forum:

It is also possible to use the tools from the Draft Workbench to connect the points using Draft objects such as Lines and Splines. Using the Endpoint snapping method will ensure that the tools snap to the imported points.