Description
Constructs a sphere with the input radius centered at the input center.
C#
public Sphere( double radius, Point3d center );
Visual Basic
Public Sub New( radius As double, center As Point3d )
Parameters
| Parameters | Description |
|---|---|
| double radius | Input radius |
| Point3d center | Input center |