Well I have an update. I was able to figure out a way to change the axis that the sections are created. You have to change the Position values
The position array can be obtained by using the GetPosition command and it gives an 12 element array that is as follows
iComponents( 0) is the X component of the X-axis
iComponents( 1) is the Y component of the X-axis
iComponents( 2) is the Z component of the X-axis
iComponents( 3) is the X component of the Y-axis
iComponents( 4) is the Y component of the Y-axis
iComponents( 5) is the Z component of the Y-axis
iComponents( 6) is the X component of the Z-axis
iComponents( 7) is the Y component of the Z-axis
iComponents( 8) is the Z component of the Z-axis
iComponents( 9) is the X component of the origin
iComponents(10) is the Y component of the origin
iComponents(11) is the Z component of the origin
Originally the positions 0,4, and 8 had a value of 1. In order to change the direction these need to be changed. I have found that there always has to be 1 of each the x,y, and z components and they all have to be with respect to different axis. If that is not clear (which is a good possibility) please let me know so that I can try to explain it better.
I hope this helps anyone that may be having trouble with this as I was unable to find any information on it.
-J