TYPE: SOP
TITLE: POP Network SOP

This SOP contains a POP network which it instantiates.  By connecting
geometry to the inputs of this SOP, one sets the Context Geometries
which can be referenced inside the POP net.

Parameters:

Standard
    Start Time    - Time at which simulation starts		/timestart
    Preroll Time  - At start time, simulation has already been running
                    this long					/timepreroll
    Initial State - geometry to use as initial state of simulation
    Oversampling  - How many times to cook in between frames 	/oversample
    Max # of Particles - Controls the maximum number of particles that
                         can exist in the simulation at any given
                         moment. A value of 0 means particles can
                         always be birthed.			/maxparticles
    Remove Unused Points - Remove unused points from input geometry.
RBD
    Rest Threshold     - The minimum relative velocity two RBD particles
                         must have to be considered colliding.	/restthreshold
    Contact Tolerance  - The distance at which RBD particles are treated
                         as being in contact.	/contacttol
    Max Time Splits    - A measure of how accurately RBD collisions should
                         be detected.	/maxdivisions
    Constraint Time    - Approximate time allowed to satisfy RBD constraints.	/constrainttime
    Solver Type        - Type of solver to be used by the RBD solver.
Input Geo
    SOP                - The path to a SOP to use as a Context Geometry

See also: Particle, Pop Merge(pop)
