Author Topic: Help:Get a tree-struct from a power-grid drawing  (Read 2490 times)

0 Members and 1 Guest are viewing this topic.

jlsec

  • Guest
Help:Get a tree-struct from a power-grid drawing
« on: November 20, 2013, 11:08:12 PM »
      I need get a tree-struct from a power-grid drawing,  there is not struction information in the drawing except geometry 。clear as mud ? :-)

      I need a lisp program to analyse or recognize this drawing, then I can get a tree-struct datas.Like a list following:
      A main route:
  (parent node, line01,equipment01,line02,equipment02,line03,line04,...)
      Some branches and branches of branch ...
  (parent node,line01,equpment01,line02,line03,equipment02,...)
....

      The original drawing has no any struction information  except gemetric relation  or object  type:
      A electric line:                              a line or a unclosed polyline or arc or ellipse;
      A equipment (i.e  a transfrormer):a block or a closed polyline;

      A "realy" cross:   only inside a equipment;
      Not realy cross:   two cross line maybe is not contact.


     I already have a program,but works unsatisfied ...
« Last Edit: November 21, 2013, 08:00:06 PM by jlsec »

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: help:get a tree-struct from a power-grid drawing
« Reply #1 on: November 21, 2013, 08:04:04 AM »
Welcome to the Swamp.
Perhaps if you posted a sample DWG that would answer some remaining questions I have about the lines.
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.

jlsec

  • Guest
Re: help:get a tree-struct from a power-grid drawing
« Reply #2 on: November 21, 2013, 09:28:21 AM »
Welcome to the Swamp.
Perhaps if you posted a sample DWG that would answer some remaining questions I have about the lines.


CAB:
     Thank for your reply.

      Here is the DWG file http://www.theswamp.org/index.php?action=dlattach;topic=45727.0;attach=26033.

      And another DWG file be attached .
     Could you give me some thought about this topic?
« Last Edit: November 21, 2013, 10:04:03 AM by jlsec »