Arch SplitMesh/ru: Difference between revisions

From FreeCAD Documentation
No edit summary
(Created page with "==Определение==")
Line 6: Line 6:
|SeeAlso=[[Arch SelectNonSolidMeshes/ru|Выбрать не-разнородные сетки]]}}
|SeeAlso=[[Arch SelectNonSolidMeshes/ru|Выбрать не-разнородные сетки]]}}


==Определение==
==Description==


This tool splits a selected [[Mesh Module|Mesh]] object into its separate components
This tool splits a selected [[Mesh Module|Mesh]] object into its separate components

Revision as of 11:19, 15 September 2016

Arch SplitMesh

Системное название
Arch SplitMesh
Расположение в меню
Архитектура → Утилиты → Разделить сетку
Верстаки
Arch
Быстрые клавиши
Нет
Представлено в версии
-
См. также
Выбрать не-разнородные сетки

Определение

This tool splits a selected Mesh object into its separate components

How to use

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

Scripting

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.