unreal.RigVMFunction_MathBoxGetVolume

class unreal.RigVMFunction_MathBoxGetVolume(box: Box = Ellipsis, volume: float = 0.0)

Bases: RigVMFunction_MathBoxBase

Returns the volume of a given box

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_MathBox.h

Editor Properties: (see get_editor_property/set_editor_property)

  • box (Box): [Read-Write]

  • volume (float): [Read-Write]

property box: Box

[Read-Write]

Type:

(Box)

property volume: float

[Read-Only]

Type:

(float)