Autodesk.AutoCAD.Geometry Namespace > Sphere Class > Sphere Constructor > Sphere(double, Point3d) Constructor
Sphere.Sphere(double, Point3d) Constructor
Description

 

Constructs a sphere with the input radius centered at the input center.

Visual Basic
Public Sub New(
    radius As double, 
    center As Point3d
)
C#
public Sphere(
    double radius, 
    Point3d center
);
Parameters
Parameters 
Description 
double radius 
Input radius 
Point3d center 
Input center 
Links
   Comments?