Skip to content
Snippets Groups Projects
Commit 61f63b89 authored by Andre Sailer's avatar Andre Sailer
Browse files

Add to documentation for particle gun options about limiting randomized directions

parent ce29ae14
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,11 @@ class Gun( ConfigHelper ):
@property
def isotrop( self ):
""" isotropic distribution for the particle gun """
""" isotropic distribution for the particle gun
use the options phiMin, phiMax, thetaMin, and thetaMax to limit the range of randomly distributed directions
if one of these options is not None the random distribution will be set to True and cannot be turned off!
"""
return self._isotrop
@isotrop.setter
def isotrop( self, val ):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment