protected void DrawCircleScrn(DrawPen pen, Vector3d cp, Vector3d p1) { double r = CadMath.SegNorm(cp, p1); DrawCircleScrn(pen, cp, r); }