Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/CubeGridTool.h |
| Include | #include "CubeGridTool.h" |
Syntax
enum ECubeGridToolFaceSelectionMode
{
OutsideBasedOnNormal,
InsideBasedOnNormal,
OutsideBasedOnViewRay,
InsideBasedOnViewRay,
}
Values
| Name | Description |
|---|---|
| OutsideBasedOnNormal | Use hit normal to pick the outer face of the containing cell. |
| InsideBasedOnNormal | Use hit normal to pierce backward through the geometry to pick an inside face of the containing cell. |
| OutsideBasedOnViewRay | Use view ray to pick the outer face of the containing cell. |
| InsideBasedOnViewRay | Use view ray to pierce backward through the geometry to pick an inside face of the containing cell. |