newton.ParticleFlags#

class newton.ParticleFlags(*values)[source]#

Bases: IntEnum

Flags for particle properties.

ACTIVE = 1#

Indicates that the particle is active.

PROXY = 2#

Indicates that the particle is a solver-coupling proxy.

Experimental

This flag is part of the experimental coupled-solver contract and may change without prior notice.