Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
| |
|
| Name |
ECubeGridToolFaceSelectionMode |
| Type |
enum |
| Header File |
/Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/CubeGridTool.h |
| Include Path |
#include "CubeGridTool.h" |
Syntax
enum ECubeGridToolFaceSelectionMode
{
OutsideBasedOnNormal,
InsideBasedOnNormal,
OutsideBasedOnViewRay,
InsideBasedOnViewRay,
}
Values
| Name |
Remarks |
| 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. |