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