Beispiel #1
0
 GraphComponent ComposeRendering(Strand strand)
     {
     GraphComponent component = new GraphComponent(this);
     this.ComposeRendering(component, strand, 0);
     WireHydrogenBonds(component, strand.AllStrands());
     return component;
     }