コード例 #1
0
        public override EditorPrimitive clone()
        {
            PlaneXYPrimitive p = new PlaneXYPrimitive(this.Control);

            p.mesh           = this.mesh.clone();
            p.originalSize   = this.originalSize;
            p.UserProperties = this.UserProperties;
            p.Layer          = this.Layer;
            return(p);
        }
コード例 #2
0
 public override EditorPrimitive clone()
 {
     PlaneXYPrimitive p = new PlaneXYPrimitive(this.Control);
     p.mesh = this.mesh.clone();
     p.originalSize = this.originalSize;
     p.UserProperties = this.UserProperties;
     p.Layer = this.Layer;
     return p;
 }