示例#1
0
        public new IGH_Goo Duplicate()
        {
            Bitmap b = (Bitmap)this.Value.Clone();
            PterodactylGrasshopperBitmapGoo p = new PterodactylGrasshopperBitmapGoo(b);

            p.ReportPart = this.ReportPart;
            p._refTag    = this._refTag;
            return(p);
        }
示例#2
0
 public PterodactylGrasshopperBitmapGoo(PterodactylGrasshopperBitmapGoo b) : base((GrasshopperBitmapGoo)b)
 {
     this._refTag = "image_" + Utils.GenerateUniqueReferenceString();
 }