Points Workbench/uk: Difference between revisions

From FreeCAD Documentation
(Created page with "==Вступ==")
 
(Updating to match new version of source page)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:


{{Docnav
{{Docnav
|[[Path_Workbench|Path Workbench]]
|[[PartDesign_Workbench|PartDesign Workbench]]
|[[Raytracing_Workbench|Raytracing Workbench]]
|[[Reverse_Engineering_Workbench|Reverse Engineering Workbench]]
|IconL=Workbench_Path.svg
|IconL=Workbench_PartDesign.svg
|IconR=Workbench_Raytracing.svg
|IconR=Workbench_Reverse_Engineering.svg
}}
}}


[[Image:Workbench_Points.svg|thumb|128px|Points workbench icon]]
[[Image:Workbench_Points.svg|thumb|128px|Points workbench icon]]


{{TOCright}}

<span id="Introduction"></span>
==Вступ==
==Вступ==


{{TOCright}}
The [[Image:Workbench_Points.svg|24px]] [[Points_Workbench|Points Workbench]] offers specific tools for working with [http://en.wikipedia.org/wiki/Point_cloud point clouds]. The workbench is still in development.
The [[Image:Workbench_Points.svg|24px]] [[Points_Workbench|Points Workbench]] offers specific tools for working with [http://en.wikipedia.org/wiki/Point_cloud point clouds]. The workbench is still in development.


Line 19: Line 21:
==Tools==
==Tools==


All Points Workbench tools can be accessed from the '''Points''' menu. Some tools are also available in the '''Points tools''' toolbar.
All Points Workbench tools can be accessed from the '''Points''' menu and the '''Points tools''' toolbar.

* [[Image:Points_Convert.svg|32px]] [[Points_Convert|Convert to points...]]: Creates point clouds from shape objects.

* [[Image:Points_Structure.svg|32px]] [[Points_Structure|Structured point cloud]]: Creates a structured point cloud from the points of an existing point cloud.


* [[Image:Points_Import.svg|32px]] [[Points_Import|Import points...]]: Imports a point cloud from a file.
* [[Image:Points_Import.svg|32px]] [[Points_Import|Import points...]]: Imports a point cloud from a file.
Line 29: Line 27:
* [[Image:Points_Export.svg|32px]] [[Points_Export|Export points...]]: Exports a point cloud to a file.
* [[Image:Points_Export.svg|32px]] [[Points_Export|Export points...]]: Exports a point cloud to a file.


* [[Image:Points_PolyCut.svg|32px]] [[Points_PolyCut|Cut point cloud]]: Cuts points from point clouds.
* [[Image:Points_Convert.svg|32px]] [[Points_Convert|Convert to points...]]: Creates point clouds from shape objects.

* [[Image:Points_Structure.svg|32px]] [[Points_Structure|Structured point cloud]]: Creates a structured point cloud from the points of an existing point cloud.


* [[Image:Points_Merge.svg|32px]] [[Points_Merge|Merge point clouds]]: Creates a point cloud by combining the points of two or more point clouds.
* [[Image:Points_Merge.svg|32px]] [[Points_Merge|Merge point clouds]]: Creates a point cloud by combining the points of two or more point clouds.

* [[Image:Points_PolyCut.svg|32px]] [[Points_PolyCut|Cut point cloud]]: Cuts points from point clouds.


==Notes==
==Notes==


* [[Draft_Workbench|Draft]] commands such as [[Image:Draft_Line.svg|24px]] [[Draft_Line|Draft Line]] and [[Image:Draft_BSpline.svg|24px]] [[Draft_BSpline|Draft BSpline]] can be used to connect the points in a point cloud. Use [[Image:Draft_Snap_Endpoint.svg|24px]] [[Draft_Snap_Endpoint|Draft Snap Endpoint]] to snap to the points.
* [[Draft_Workbench|Draft]] commands such as [[Image:Draft_Line.svg|24px]] [[Draft_Line|Draft Line]] and [[Image:Draft_BSpline.svg|24px]] [[Draft_BSpline|Draft B-spline]] can be used to connect the points in a point cloud. Use [[Image:Draft_Snap_Endpoint.svg|24px]] [[Draft_Snap_Endpoint|Draft Snap Endpoint]] to snap to the points.
* [[Python]] can be used to analyze and process point clouds. See the following forum discussions:
* [[Python|Python]] can be used to analyze and process point clouds. See the following forum discussions:
** [http://forum.freecadweb.org/viewtopic.php?f=3&t=16098 Inspecting Point cloud].
** [http://forum.freecadweb.org/viewtopic.php?f=3&t=16098 Inspecting Point cloud].
** [http://forum.freecadweb.org/viewtopic.php?f=13&t=15988 Fläche aus Messwerten] (German)
** [http://forum.freecadweb.org/viewtopic.php?f=13&t=15988 Fläche aus Messwerten] (German)
Line 43: Line 45:


{{Docnav
{{Docnav
|[[Path_Workbench|Path Workbench]]
|[[PartDesign_Workbench|PartDesign Workbench]]
|[[Raytracing_Workbench|Raytracing Workbench]]
|[[Reverse_Engineering_Workbench|Reverse Engineering Workbench]]
|IconL=Workbench_Path.svg
|IconL=Workbench_PartDesign.svg
|IconR=Workbench_Raytracing.svg
|IconR=Workbench_Reverse_Engineering.svg
}}
}}


{{clear}}
{{Points Tools navi{{#translation:}}}}
{{Points Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}

Latest revision as of 09:01, 18 March 2024

Points workbench icon

Вступ

The Points Workbench offers specific tools for working with point clouds. The workbench is still in development.

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. The cloud of points can then 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.

Tools

All Points Workbench tools can be accessed from the Points menu and the Points tools toolbar.

  • Merge point clouds: Creates a point cloud by combining the points of two or more point clouds.

Notes