Arch Diviser un maillage

From FreeCAD Documentation
Revision as of 10:06, 2 December 2013 by Mario52 (talk | contribs)

Arch Sépartation d'un objet Mesh

Emplacement du menu
Arch -> Conversion Tools -> 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. Sélectionnez un objet mesh
  2. Cliquez sur le bouton Split Mesh ou par le menu -> Architecture -> Outil de conversion -> Diviser une maille

Script

The Split Mesh tool can by used in macros and from the python console by using the following function:

splitMesh (object,[mark])

splits the given mesh object into separated components.

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