unreal.RigVMFunction_MathBoxGetCenter

class unreal.RigVMFunction_MathBoxGetCenter(box: Box = Ellipsis, center: Vector = Ellipsis)

Bases: RigVMFunction_MathBoxBase

Returns the center of a bounding box

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_MathBox.h

Editor Properties: (see get_editor_property/set_editor_property)

  • box (Box): [Read-Write] The box to retrieve the center for

  • center (Vector): [Read-Write] The center of the box

property box: Box

[Read-Write] The box to retrieve the center for

Type:

(Box)

property center: Vector

[Read-Only] The center of the box

Type:

(Vector)