Arch SplitMesh/fr: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
No edit summary
Line 1: Line 1:
{{GuiCommand|Name=Arch SplitMesh|Workbenches=[[Arch Module|Arch]]|MenuLocation=Arch -> Utilities -> Split Mesh|SeeAlso=[[Arch SelectNonSolidMeshes]]}}
{{GuiCommand/fr|Name=Arch SplitMesh|Name/fr=Arch Sépartation d'un objet Mesh|Workbenches=[[Arch Module/fr|Arch]]|MenuLocation=Arch -> Utilitaires -> Split Mesh|SeeAlso=[[Arch SelectNonSolidMeshes/fr|Arch SelectNonSolidMeshes]]}}


==Description==
==Description==
Line 7: Line 7:
==Utilisation==
==Utilisation==


# Sélectionnez un objet mesh
# Select a mesh object
# Cliquez sur le bouton {{KEY|[[Image:Arch SplitMesh.png|16px]] '''Split Mesh'''}} ou par le menu -> Architecture -> Outil de conversion -> Diviser une maille
# Press the {{KEY|[[Image:Arch SplitMesh.png|16px]] '''Split Mesh'''}} entry in Arch -> Utilities menu


==Script==
==Script==

Revision as of 15:14, 8 April 2014

Arch Sépartation d'un objet Mesh

Emplacement du menu
Arch -> Utilitaires -> Split Mesh
Ateliers
Arch
Raccourci par défaut
Aucun
Introduit dans la version
-
Voir aussi
Arch SelectNonSolidMeshes

Description

Cet outil sépare les composants d'un objet Mesh sélectionné

Utilisation

  1. Select a mesh object
  2. Press the Split Mesh entry in Arch -> Utilities menu

Script

L'outil Split Mesh est utilisable dans une macro et dans la console python en utilisant la fonction suivante :

splitMesh (object,[mark])

Sépare les composants de l'objet maille

If mark is False, nothing else is done. If True (default), non-manifold components will be painted in red.