to_array method

to_array()

Copies all building blocks from the collection to a new array of building blocks.

def to_array(self):
    ...

Returns

An array of building blocks.

See Also