
0
Under review
Script - Wireframe filter by volume
Hi everyone.
You can find the script that helps users to filter wireframes by volume. The idea of this script appeared when Implicit modelling functionality was added to Micromine. After running Implicit modelling process some unwanted wireframes can be created that's why we need to exlude wireframes that are too small. The script window is shown below:

Specify a tridb file, minimal and maximum values on input. After this you will see wireframes with its volumes in the result frame according to minimal and maximum values. Changing of high and low limits will change the list of output wireframes. If your wireframe consists of number bodies then separate them by volume first using Wireframe\Utilities\Separate.
Options:
Download script here: GUI - Wireframe volume filter.py
Before running the script on your machine, ensure that you have Python installed because it uses Tkinter module that is not built in Micromine. You can download Python using one of the following links:
Important
You can find the script that helps users to filter wireframes by volume. The idea of this script appeared when Implicit modelling functionality was added to Micromine. After running Implicit modelling process some unwanted wireframes can be created that's why we need to exlude wireframes that are too small. The script window is shown below:

Specify a tridb file, minimal and maximum values on input. After this you will see wireframes with its volumes in the result frame according to minimal and maximum values. Changing of high and low limits will change the list of output wireframes. If your wireframe consists of number bodies then separate them by volume first using Wireframe\Utilities\Separate.
Options:
- You can remove excluded wireframes from wireframe set by checking Delete excluded
- You can save filtered wireframes as a new wireframe set. The set will be saved only after pressing Save button
Download script here: GUI - Wireframe volume filter.py
Before running the script on your machine, ensure that you have Python installed because it uses Tkinter module that is not built in Micromine. You can download Python using one of the following links:
Important
- Not recommended to install several versions of Python on one machine
- Restart Micromine when instalation process is finished.

0
Under review
Scott P (Moderator (EN)) 9 years ago
The tool Wireframes | Utilities | Advanced Repair can also remove small volumes from a Wireframe using the Remove Small Volumes option. This does not require the wireframe to be separated before processing.

0
Pavel Yakovlev (Moderator (RUS)) 9 years ago
Yes, it can but this script was created not as a new tool but as an extension. The main purpose of it is to load wireframes according to filtered volumes without changing the original wireframe. Deleting and saving are advanced options. I agree that separation can be included in the script.
Customer support service by UserEcho