Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UObject
- FWatchablePropertySet
- UInteractiveToolPropertySet
- UMeshSelectionToolActionPropertySet
- UMeshSelectionEditActions
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/MeshSelectionTool.h |
| Include | #include "MeshSelectionTool.h" |
Syntax
UCLASS ()
class UMeshSelectionEditActions : public UMeshSelectionToolActionPropertySet
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Clear () |
Clear the active triangle selection | |
| void | Expand the selection to include all triangles with Materials matching the Materials on the currently selected triangles | ||
| void | FloodFill () |
Grow the active selection to include any triangle connected via shared edges (ie flood-fill) | |
| void | Grow () |
Grow the active triangle selection to include any triangles touching a vertex on the selection boundary | |
| void | Invert () |
Invert the active triangle selection | |
| void | Select the largest connected mesh component by mesh area | ||
| void | Select the largest connected mesh component by triangle count | ||
| void | Optimize the selection border by removing "fin" triangles and including "ear" triangles | ||
| void | SelectAll () |
Select all triangles in the mesh | |
| void | Shrink () |
Shrink the active triangle selection by removing any triangles touching a vertex on the selection boundary |