Hi Joe:
I believe what George is telling you here is that one must create a single exclude for a specific type of autogen vector line object based on its unique GUID code.
To the point of your inquiry, "excluding" an autogen vector object from being displayed in FSX merely requires a single interception or overlap of that vector line with an "Exclude Polygon" that has the proper GUID attribute.
That "Exclude" for autogen "vector objects" must itself be a vector
polygon type BGL created with FSX SDK SHP2VEC, and NOT the legacy "Exclude Rectangle" type for "scenery objects" created with XML and BGLComp.
In designing an Exclude for the autogen utility corridor and its associated power towers seen in your area of interest, we can see from the type of towers used that it is a particular FSX default scenery object:
gen_powertower01 {54382EC5-B1BD-4A43-AA1A-4F5F529356C3}
See:
http://lc0277.gratisim.fr/sceneobjects/hazards/index.html
That
gen_powertower01 scenery object is used in the autogen vector object routine defined in the FSX SDK Terrain and Scenery "Vector Attributes" table:
Utilities Guid 11 Guid of texture (as text) Texture {1B6A15BB-05FB-4401-A8D1-BB520E84904C}
Utilities Uuid 11 Unique ID (does not go into the simulation) Utilities {C7ACE4AE-871D-4938-8BDC-BB29C4BBF4E3}
To Exclude the type of Utility corridor you are seeing, we must choose a specific GUID when making the "Exclude Polygon" vector BGL in SBuilderX or ADE9X which corresponds to an autogen object or entity named "
UTILITY_1".
Presently, I find ADE9X convenient for centralized display and development of various parts of my scenery projects, so I'll present a walk-through in that context.
With ADE9X installed, updated, configured, and running in "FSX" mode:
1.) Load a flight in FSX at your custom scenery project area
2.) Slew your aircraft to the precise base of one of the utility towers along the utility corridor you want to Exclude from display
3.) In ADE9X, click "Connect" to align the cursor with current FSX aircraft position
4.) Click the green irregular shaped icon bar button to "Add Polygon"
5.) Click 4 points closely around the edges of the ADE9X cursor to make a 4-sided polygon, then double-click.
6.) In the "Terrain Polygons" dialog, select "Exclude Specific" and then in the "Tag" list pick "Utility_1"; click OK
7.) Click File > Compile Airport and note the output folder path; click "Save"
8.) In the ADE9X output folder, copy the [filename]*_CVX.BGL to your above, active, scenery project \Scenery folder
9.) In FSX, navigate via Menu > World > Scenery Library; click "OK"
FSX should re-index the scenery library and return to your flight position... with the
utility corridor excluded.
NOTE: FSX autogen vector lines are usually sized ("
clipped") into LOD-9 / QMID-11 segments, and if you need to exclude other such lines in neighboring quads, you may have to make a similar exclude polygon in each of those other quad areas as well.
FYI: IIRC, an autogen UTILITY_1 corridor excludes trees and buildings along its path, but not outside the assigned strip width set in FSX Terrain.Cfg.
PS: If you wish to replace a utility corridor autogen vector line at a corrected location, ADE9X can do that too, via "Add Vector"... but that is a subject unto itself.
You may also wish to refer to the Tutorial "
Fun With Lines" by Luis Feliz-Tirado (aka "LFT") at:
http://forums1.avsim.net/index.php?autocom=tutorials&article=14 <= Disregard; it is now "missing" from AVSIM
[
EDITED]
A ZIP archive of that entire Tutorial is attached below (
as a "complete web page" with illustrations as viewed by my FireFox web browser) in lieu of a working link to the original... which has now gone missing from AVSIM. :spushpin:
To view the "Fun With Lines" Tutorial by Luis Feliz-Tirado:
1.) Un-zip that archive into a folder preserving the stored "relative" folder structure
2.) Double-click "
Fun With Lines.htm" file; if that web page opens in
FireFox, the "black screen overlay" can be disabled by:
a.) FireFox Menu > Tools > Options > Content >
un-check "Enable JavaScript"; click "OK"
b.) Web Page should now be fully visible in "off-line" mode after refreshing that page via the < F5 > key
UPDATED - January 24, 2014
3.) Newer versions of FireFox have removed the above option to disable JavaScript from the FireFox GUI, so here is a new workaround:
a.) In the FireFox address / URL field, type: "
about:config " (
"This might void your warranty" prompt pops up)
__(1.) Dismiss the above prompt pop-up by clicking the "
I'll be careful, I promise !" button (
FireFox preference configuration screen is displayed)
__(2.) In the FireFox preference configuration screen 'Search' field, enter "
javascript.enabled" ("
javascript.enabled - default - boolean - true" is displayed)
__(3.) Double-click the "
javascript.enabled - default - boolean - true" line item so that it now reads "
javascript.enabled - user set - boolean - false"
b.) Web Page should now be fully visible in "off-line" mode after refreshing that page via the < F5 > key
To re-activate JavaScript in FireFox:
a.) In the FireFox preference configuration screen 'Search' field, enter "
javascript.enabled" ("
javascript.enabled - default - boolean - true" is displayed)
b.) Double-click the "
javascript.enabled - user set - boolean - false" line item so that it now reads "
javascript.enabled - default - boolean - true"
b.) Web Pages requiring JavaScript should now resume 'normal' functioning after refreshing via the < F5 > key
3.) If instead that "
Fun With Lines.htm" web page opens in
MS Internet Explorer (aka "MSIE"), the "black screen overlay" can be disabled by:
a.) MSIE Menu > Tools > Internet Options > Security Tab > "Custom" Button > Settings > Scripting >
Disable "Active Scripting"; click "OK", and "OK"
b.) Web Page should now be fully visible in "off-line" mode after refreshing that page via the < F5 > key
To re-activate JavaScript in MS Internet Explorer (aka "MSIE"):
a.) MSIE Menu > Tools > Internet Options > Security Tab > "Custom" Button > Settings > Scripting >
Enable "Active Scripting"; click "OK", and "OK"
b.) Web Pages requiring JavaScript should now resume 'normal' functioning after refreshing via the < F5 > key
NOTE: IIUC, the black screen overlay "gotcha" is associated with the AVSIM "
Community Forum Software by IP.Board" seen in archived "complete" web pages viewed "off-line" when the "online" web page has integrated FaceBook, Twitter or other optional content (IMHO
read: "
Social Networking Crap" !
) on
top of the original underlying web page.
[
END_EDIT]
Hope this helps !
GaryGB