I am currently making my first simulation in NEURON using Python. I am trying to simulate a retina architecture, and especially the retinal ganglion cells with their axons. I used the available 3d specification to get a grid of 10 by 10 neurons which looks like this:

Ultimately I'd like to have a current clamp in the center of the grid, which would stimulate a group of neurons in a circle.
1) Now, the question is whether it was possible to induce the diffusion of current from an axon for example, to the other overlapping axons ?
2) Would I have to have a current clamp for each one of the neurons I'd like to stimulate if the diffusion is not possible ?
The thing is, that I am not sure if the pt3dadd function is purely graphic, or if the biophysics work with it...
Here the code I used (simplified to 2 sections, soma & axons) to get each neuron of the grid:

Thank you,
Camil