unreal.RigVMFunction_MathBoxGetSize

class unreal.RigVMFunction_MathBoxGetSize(box: Box = Ellipsis, size: Vector = Ellipsis, extent: Vector = Ellipsis)

Bases: RigVMFunction_MathBoxBase

Returns the size 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]

  • extent (Vector): [Read-Write] the half size of the box

  • size (Vector): [Read-Write] the overall size of the box

property box: Box

[Read-Write]

Type:

(Box)

property extent: Vector

[Read-Only] the half size of the box

Type:

(Vector)

property size: Vector

[Read-Only] the overall size of the box

Type:

(Vector)