Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/Mechanics > API/Plugins/ModelingComponents/Mechanics/FCubeGrid
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Mechanics/CubeGrid.h |
| Include | #include "Mechanics/CubeGrid.h" |
Syntax
enum EFaceDirection
&123;
NegativeX = -1,
PositiveX = 1,
NegativeY = -2,
PositiveY = 2,
NegativeZ = -3,
PositiveZ = 3,
&125;
Values
| Name | Description |
|---|---|
| NegativeX | |
| PositiveX | |
| NegativeY | |
| PositiveY | |
| NegativeZ | |
| PositiveZ |
Remarks
Direction that a face is facing. Values are set up like in IndexUtil, such that abs(value)-1 is the nonzero normal direction, and sign(value) is the sign of the normal.