Array Fill

Creates a copy of the input array, filled with the given value

Installation

To use this Node, you must enable omni.graph.nodes in the Extension Manager.

Inputs

Name

Type

Description

Default

array

arrays, bool[]

The array to be modified

fillValue

array_elements, bool

The value to be repeated in the new array

Outputs

Name

Type

Description

Default

array

arrays, bool[]

The modified array