newton.ShapeFlags#

class newton.ShapeFlags(value)[source]#

Bases: IntEnum

Flags for shape properties.

COLLIDE_PARTICLES = 4#

Indicates that the shape collides with particles.

COLLIDE_SHAPES = 2#

Indicates that the shape collides with other shapes.

VISIBLE = 1#

Indicates that the shape is visible.