Example #1
0
 public RebarPoint(IRebar Rebar, RebarCoordinate Coordinate)
 {
     this.Rebar      = Rebar;
     this.Coordinate = Coordinate;
 }
Example #2
0
 public RebarPoint(IRebar Rebar, RebarCoordinate Coordinate)
 {
     this.Rebar = Rebar;
     this.Coordinate = Coordinate;
 }