Skip to content

AbortMode

Ronja Schnur edited this page Jan 16, 2023 · 2 revisions

 

pygranite.AbortMode.Time 

No additional test are done.

 

pygranite.AbortMode.Length 

Stops the particle, when its trajectory's length exceeds MaximumLength.

 

pygranite.AbortMode.FitLength 

Stops the particle, when its trajectory's length exceeds MaximumLength, while trying to fit it exactly if possible.