public PArc(PArc arc) : base(arc) { this.radius = arc.radius; this.arcDegrees = arc.degrees; this.sides = arc.sides; }