Exemplo n.º 1
0
 protected override void SetOutputs(IGH_DataAccess da)
 {
     SurfaceFoodType srfod = new SurfaceFoodType(srfs);
     da.SetData(0, srfod);
 }
Exemplo n.º 2
0
        protected override void SetOutputs(IGH_DataAccess da)
        {
            SurfaceFoodType srfod = new SurfaceFoodType(srfs);

            da.SetData(0, srfod);
        }
Exemplo n.º 3
0
 public SurfaceFoodType(SurfaceFoodType sftype)
     : this(sftype._srfs)
 {
 }
Exemplo n.º 4
0
 public SurfaceFoodType(SurfaceFoodType sftype) : this(sftype._srfs)
 {
 }