TransientGeometry.CreateSphere Method
Parent Object: TransientGeometryDescription
Method that creates a new Sphere object. The object created is a transient mathematical object and is not displayed graphically
Syntax
TransientGeometry.CreateSphere( CenterPoint As Point, Radius As Double ) As SphereParameters
Name | Type | Description |
CenterPoint | Point | Input Point object that specifies the center of the sphere. |
Radius | Double | Input Double value that specifies the radius of the sphere. |