Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp > API/Plugins/MeshModelingToolsExp/UCubeGridTool
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/CubeGridTool.h |
| Include | #include "CubeGridTool.h" |
Syntax
enum EMode
{
PushPull,
Corner,
FitGrid,
}
Values
| Name | Description |
|---|---|
| PushPull | |
| Corner | |
| FitGrid | This is currently not supported, but some of the code was written with space for a "fit grid" mode that would have allowed the dimensions of the grid to be fit using a sequence of (snapped) mouse clicks. |