goo.boundary

class goo.boundary.Boundary(obj: bpy.types.Object, mat=None)[source]

Bases: BlenderObject

A boundary for cells.

Parameters:

obj (bpy.types.Object)

setup_physics()[source]

Set up physics for the boundary.

property size: int

Size of the boundary.

goo.boundary.create_boundary(loc: tuple, size: float, mesh: str = 'icosphere')[source]

Create a boundary.

Parameters:
  • loc (tuple) – Center of the boundary.

  • size (float) – Radius of the boundary.

  • mesh (str) – Shape of the boundary.