Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore
| |
|
| Name |
FGeometryScriptFitOrientedBoxMethod |
| Type |
enum |
| Header File |
/Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/ContainmentFunctions.h |
| Include Path |
#include "GeometryScript/ContainmentFunctions.h" |
Syntax
enum FGeometryScriptFitOrientedBoxMethod
{
FastIterative,
Precise,
}
Values
| Name |
Remarks |
| FastIterative |
Use an iterative method to fit the oriented box, starting from a fast initial guess and locally refining. |
| Precise |
Use a precise method to fit the oriented box, testing a potentially large space of options for the best fit. |