Share

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

Sphere Class, Autodesk.AutoCAD.Geometry Namespace

Was this information helpful?