Hi Louis, Have you tried using a negative number instead of a positive number for the section spacing? This will swap the sections around and works for me. Regards, Peter
________________________________ From: [email protected] on behalf of Ben Spurgeon Sent: Tue 7/30/2013 5:06 PM To: Geosoft Oasis montaj and Target Subject: RE: [geonet] VASTKPLT GX Louis, You can view the code for the VASTKPLT GX by installing GX Developer and displaying the C:\Program Files (x86)\Geosoft\GX Developer\gx\src\vasectplot\vasctplt.gxc But basically, the GX writes the displayed/selected/all lines to a LST object and then string sorts this list by line name in ascending order: LineLST = Create_LST(2*STR_DB_SYMBOL); if (iCharComp_STR(sLineSel,"A")) SymbLST_DB(Data, LineLST, DB_SYMB_LINE); else if(iCharComp_STR(sLineSel,"S")) SelectedLineLST_DB(Data, LineLST); else if(iCharComp_STR(sLineSel,"D")) AddItem_LST(LineLST, sCurLine, sCurSymb); Sort_LST(LineLST,0,0); In the stacked array map, the data is plotted from top to bottom based on this list. Unfortunately, the ordering of the Map Views does not honour the displayed order so you might wish to shuffle/drag and drop them to correct this. Hope this helps. Ben -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Louis Rosenthal Sent: 29 July 2013 18:31 To: Geosoft Oasis montaj and Target Subject: [geonet] VASTKPLT GX Greetings GEONET I am having trouble with a stacked array section map. Does anyone know how geosoft determines the order in which to put the separate sections on the final plot. It does not appear to have correlation with the line names or with the line locations. Thanks -- Louis Rosenthal Aurora Geosciences Ltd 3506 McDonald Drive, Yellowknife, NT X1A 2H1 p. 867.920.2729 f. 867.920.2739 c. 250.888.5227 [email protected] www.aurorageosciences.com --- Forum archives can be accessed here: http://lyris.geosoft.com/read/?fourm=geonet You are currently subscribed to geonet as: [email protected]. To subscribe or unsubscribe from any of our forums, select the User Forum selection on the Geosoft Community page: http://www.geosoft.com/support/community --- Forum archives can be accessed here: http://lyris.geosoft.com/read/?fourm=geonet You are currently subscribed to geonet as: [email protected]. To subscribe or unsubscribe from any of our forums, select the User Forum selection on the Geosoft Community page: http://www.geosoft.com/support/community --- Forum archives can be accessed here: http://lyris.geosoft.com/read/?fourm=geonet You are currently subscribed to geonet as: [email protected]. To subscribe or unsubscribe from any of our forums, select the User Forum selection on the Geosoft Community page: http://www.geosoft.com/support/community
<<winmail.dat>>
