@@ -695,6 +695,7 @@ attributes/sub-elements:
695
695
696
696
For a "cylindrical" distribution, no parameters are specified. Instead,
697
697
the ``r ``, ``phi ``, ``z ``, and ``origin `` elements must be specified.
698
+ Optionally, the ``r_dir `` and ``z_dir `` elements could be specified.
698
699
699
700
For a "spherical" distribution, no parameters are specified. Instead,
700
701
the ``r ``, ``theta ``, ``phi ``, and ``origin `` elements must be specified.
@@ -726,6 +727,10 @@ attributes/sub-elements:
726
727
of a univariate probability distribution (see the description in
727
728
:ref: `univariate `).
728
729
730
+ :r_dir:
731
+ For "cylindrical" distributions, this element specifies the direction
732
+ of the cylinder r-axis at phi=0, it defaults to (1.0, 0.0, 0.0).
733
+
729
734
:theta:
730
735
For a "spherical" distribution, this element specifies the distribution
731
736
of theta-coordinates. The necessary sub-elements/attributes are those of a
@@ -737,6 +742,10 @@ attributes/sub-elements:
737
742
the distribution of phi-coordinates. The necessary
738
743
sub-elements/attributes are those of a univariate probability
739
744
distribution (see the description in :ref: `univariate `).
745
+
746
+ :phi_dir:
747
+ For "cylindrical" distributions, this element specifies the direction
748
+ of the cylinder phi-axis at phi=0, it defaults to (0.0, 1.0, 0.0).
740
749
741
750
:origin:
742
751
For "cylindrical and "spherical" distributions, this element specifies
0 commit comments