-
I have studied the chapter 6, about the concentric spheres, and i edit the program: :start geometry definition: however, i achieve the simulation of the concentric spheres, as the figure show: there still a question: this simulation show the clipping planes as this figure: and the EGSnrc getting-strat.pdf show that clipping way: my question is how to achieve the clipping planes? I can't find any useful information on the Report PIRS-898 (2019), the website is https://nrc-cnrc.github.io/EGSnrc/doc/pirs898/index.html Thanks for your answer! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
In |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
In
egs_view
look in theDisplay
tab instead of theColors
. You will see a section on the left that looks like a table. In each row here, you can enter a unit vector for the normal to the plane, and a distance from the origin. E.g. try1 0 0 0
. The 4th number is the distance.