Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp > API/Plugins/MeshModelingToolsExp/Physics
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/Physics/SetCollisionGeometryTool.h |
| Include | #include "Physics/SetCollisionGeometryTool.h" |
Syntax
enum EProjectedHullAxis
{
X = 0,
Y = 1,
Z = 2,
SmallestBoxDimension = 3,
SmallestVolume = 4,
}
Values
| Name | Description |
|---|---|
| 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. |