Example #1
0
 protected override void SetOutputs(IGH_DataAccess da)
 {
     AbstractFoodType food = new PointFoodType(pts);
     da.SetData(nextOutputIndex++, food);
 }
Example #2
0
        protected override void SetOutputs(IGH_DataAccess da)
        {
            AbstractFoodType food = new PointFoodType(pts);

            da.SetData(nextOutputIndex++, food);
        }
Example #3
0
 public PointFoodType(PointFoodType p) : this(p.positions)
 {
 }
Example #4
0
 public PointFoodType(PointFoodType p)
     : this(p.positions)
 {
 }