c4d.modules.volume

class c4d.modules.volume

Types

Functions Signatures

c4d.modules.volume.SendVolumeCommand(command, list, bc, doc)

Sends a volume command.

Functions Documentation

c4d.modules.volume.SendVolumeCommand(command, list, bc, doc)

Sends a volume command.

Parameters
Return type

Union[bool, List[c4d.BaseObject]]

Returns

True if the volume command succeeded, otherwise False.
If the volume command succeeds the resulting objects are returned, if any, instead of True.