Points Convert/fr: Difference between revisions

From FreeCAD Documentation
(Created page with "Ici, un objet forme fait référence à tout objet avec une propriété {{PropertyData/fr|Shape}}. Les objets créés avec les ateliers Part et PartDesign...")
No edit summary
Line 24: Line 24:
Ici, un objet forme fait référence à tout objet avec une propriété {{PropertyData/fr|Shape}}. Les objets créés avec les ateliers [[Part_Module/fr|Part]] et [[PartDesign_Workbench/fr|PartDesign]] sont des objets de forme. Mais il en va de même pour les objets créés avec les ateliers [[Sketcher_Workbench/fr|Sketcher]] et [[Draft_Module/fr|Draft]].
Ici, un objet forme fait référence à tout objet avec une propriété {{PropertyData/fr|Shape}}. Les objets créés avec les ateliers [[Part_Module/fr|Part]] et [[PartDesign_Workbench/fr|PartDesign]] sont des objets de forme. Mais il en va de même pour les objets créés avec les ateliers [[Sketcher_Workbench/fr|Sketcher]] et [[Draft_Module/fr|Draft]].


<div class="mw-translate-fuzzy">
==Utilisation==
==Utilisation==
</div>


# Select one or more objects.
# Select one or more objects.

Revision as of 19:47, 27 August 2020

Points Convertir

Emplacement du menu
Points → Convert to points...
Ateliers
Points
Raccourci par défaut
Aucun
Introduit dans la version
-
Voir aussi
Aucun

Description

La commande Points Conversion crée des nuages de points à partir d'objets de forme ou d'objets maillés.

Ici, un objet forme fait référence à tout objet avec une propriété DonnéesShape. Les objets créés avec les ateliers Part et PartDesign sont des objets de forme. Mais il en va de même pour les objets créés avec les ateliers Sketcher et Draft.

Utilisation

  1. Select one or more objects.
  2. Select the Points → Convert to points... option from the menu.
  3. The Distance dialog box opens.
  4. Enter the maximum distance. The value must be in the 0.05 - 10.0 range.
  5. Press the OK button to close the dialog box and finish the command.

Properties

Point cloud objects are App GeoFeature objects with the following additional properties. Select the Show all option from the Property editor context menu to display the hidden properties.

Data

Structured points

  • DonnéesHeight (Integer): the number of unique Y coordinates in the point cloud. This property is only available for point clouds created with the Points Structure command.
  • DonnéesWidth (Integer): the number of unique X coordinates in the point cloud. This property is only available for point clouds created with the Points Structure command.

Data hidden

Base

  • DonnéesPoints (PointsKernel): a Points PointsKernel associated with this object.
  • DonnéesNormal (NormalList): a list of normals. This property is only available for point clouds created with the Points Convert command from mesh objects or shape objects with faces.

View

Base

  • VuePoint Size (FloatConstraint): the size in pixels of the points in the 3D view.