TransientBRep.CreateSolidSphere Method
Parent Object: TransientBRepDescription
Method that create a solid sphere.
Remarks
The SurfaceBody containing the sphere is returned.Syntax
TransientBRep.CreateSolidSphere( Center As Point, Radius As Double ) As SurfaceBodyParameters
Name | Type | Description |
Center | Point | Input Point that defines the center of the sphere. |
Radius | Double | Input Point Double that defines the radius of the sphere in centimeters |