unreal.FGeometryScriptFitOrientedBoxMethod

class unreal.FGeometryScriptFitOrientedBoxMethod

Bases: EnumBase

FGeometry Script Fit Oriented Box Method

C++ Source:

  • Plugin: GeometryScripting

  • Module: GeometryScriptingCore

  • File: ContainmentFunctions.h

FAST_ITERATIVE: FGeometryScriptFitOrientedBoxMethod = Ellipsis

Use an iterative method to fit the oriented box, starting from a fast initial guess and locally refining

Type:

0

PRECISE: FGeometryScriptFitOrientedBoxMethod = Ellipsis

Use a precise method to fit the oriented box, testing a potentially large space of options for the best fit

Type:

1