unreal.GeometryScriptFitOrientedBoxOptions

class unreal.GeometryScriptFitOrientedBoxOptions(min_box_dimension: float = 0.0, fit_method: FGeometryScriptFitOrientedBoxMethod = Ellipsis)

Bases: StructBase

Geometry Script Fit Oriented Box Options

C++ Source:

  • Plugin: GeometryScripting

  • Module: GeometryScriptingCore

  • File: ContainmentFunctions.h

Editor Properties: (see get_editor_property/set_editor_property)

  • fit_method (FGeometryScriptFitOrientedBoxMethod): [Read-Write] Method to use for fitting the bounding box

  • min_box_dimension (double): [Read-Write] Minimum length of the resulting bounding box along any of its principal directions

property fit_method: FGeometryScriptFitOrientedBoxMethod

[Read-Write] Method to use for fitting the bounding box

Type:

(FGeometryScriptFitOrientedBoxMethod)

property min_box_dimension: float

[Read-Write] Minimum length of the resulting bounding box along any of its principal directions

Type:

(double)