Autodesk GIS Design Server
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
*Richard Horrocks [Autodesk]
Steps for create a new connectivi ty network in the GenApp. (AGDS 8.x)
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
112 Views, 0 Replies
04-30-2004 01:04 PM
- Create a new connectivity network in the generic model.
- Create the Connectivity Definition in the 'dsAdmin' utility.
- Create and connect conductors. (check the conectivity table to see if are
there)
- For be able that the connectivity network appear in the trace wizard do
the following:
- Open the AGDS.ini to reflect the new connectivity definition.
- Adjust the following:
[Trace]
High=1
ConnectivityNetwork1=Generic Network << adjust to the name you want
[Generic Network] << Must match the name you've put in ConnectivityNetwork1
ConnectTable=AeConnect << You connectivity table
FromColumn=FromObject << the "from" column name in your connectivity table
ToColumn=ToObject << the "to" column name in your connectivity table
FlowColumn=flow << the "flow" column name in your connectivity table
ClassView=AeGenericDefault View << this is the class name in your model from
which the attributes will be retrieved for stopconditions
UnionView=AeGenericDefault_View << this is the view on which the stop
conditions attributes are based
HighDirection=3
Direction1=Upstream;1
Direction2=Downstream;2
Direction3=No Flow;4

