Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
| Name | EMeshSelectionToolPrimaryMode |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/MeshSelectionTool.h |
| Include Path | #include "MeshSelectionTool.h" |
Syntax
enum EMeshSelectionToolPrimaryMode
{
Brush,
VolumetricBrush,
AngleFiltered,
Visible,
AllConnected,
AllInGroup,
ByMaterial,
ByMaterialAll,
ByUVIsland,
AllWithinAngle,
}
Values
| Name | Remarks |
|---|---|
| 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 |