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]

  • center (Vector): [Read-Write]

property box: Box

[Read-Write]

Type:

(Box)

property center: Vector

[Read-Only]

Type:

(Vector)