/// <inheritdoc/>
 public void DrawSphere(Point3 center, float diameter, OutlineFillStyle style)
 {
     _Check(); Decompose3D.DrawSphere(_Target, center, diameter, style);
 }
 /// <inheritdoc/>
 public void DrawSphere(Point3 center, float diameter, OutlineFillStyle style)
 {
     Decompose3D.DrawSphere(this, center, diameter, style);
 }