Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
| Name | EProjectedHullAxis |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/Physics/SetCollisionGeometryTool.h |
| Include Path | #include "Physics/SetCollisionGeometryTool.h" |
Syntax
enum EProjectedHullAxis
{
X = 0,
Y = 1,
Z = 2,
SmallestBoxDimension = 3,
SmallestVolume = 4,
}
Values
| Name | Remarks |
|---|---|
| X | Project along the X axis. |
| Y | Project along the Y axis. |
| Z | Project along the Z axis. |
| SmallestBoxDimension | Project along the bounding box's shortest axis. |
| SmallestVolume | Project along each major axis, and take the result with the smallest volume. |