Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/MeshSelectionTool.h |
| Include | #include "MeshSelectionTool.h" |
Syntax
enum EMeshSelectionToolPrimaryMode
&123;
Brush,
VolumetricBrush,
AngleFiltered,
Visible,
AllConnected,
AllInGroup,
ByMaterial,
ByMaterialAll,
ByUVIsland,
AllWithinAngle,
&125;
Values
| Name | Description |
|---|---|
| Brush | Select all triangles inside the brush area |
| VolumetricBrush | Select all triangles inside the brush volume |
| AngleFiltered | Select all triangles inside brush with normal within angular tolerance of hit triangle |
| Visible | Select all triangles inside brush that are visible from current view |
| AllConnected | Select all triangles connected to any triangle inside the brush |
| AllInGroup | Select all triangles in groups connected to any triangle inside the brush |
| ByMaterial | Select the connected group of triangles with same material as hit triangle |
| ByMaterialAll | Select all triangles with same material as hit triangle |
| ByUVIsland | Select all triangles in same UV island as hit triangle |
| AllWithinAngle | Select all triangles with normal within angular tolerance of hit triangle |