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

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