Sphere.PutSphereData Method
Parent Object: SphereDescription
Method that sets the data defining this sphere.
Syntax
Sphere.PutSphereData( CenterPoint() As Double, Radius As Double )Parameters
Name | Type | Description |
CenterPoint | Double | Input/output Double that specifies the center point. |
Radius | Double | Input Double that specifies the radius of the sphere. |