示例#1
0
        public override EditorPrimitive clone()
        {
            PlaneYZPrimitive p = new PlaneYZPrimitive(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()
 {
     PlaneYZPrimitive p = new PlaneYZPrimitive(this.Control);
     p.mesh = this.mesh.clone();
     p.originalSize = this.originalSize;
     p.UserProperties = this.UserProperties;
     p.Layer = this.Layer;
     return p;
 }