Sphere.Sphere Constructor (double, Point3d)

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 
Description

 

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

Links