Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

In the example below, only the first 100 particles of a Dyverso domain's total number of particles are used:

dyversoDomain = scene.get_DY_Domain("DY_Domain01")

dyversoDomainParticles = dyversoDomain.getParticles()

start = 0; stop = 100

for counter in range(start, stop):

  • No labels