Solid.CreateSphere<T> Method

Creates a Sphere primitive.
Public Shared Function CreateSphere(Of  _ 
T As {Solid, New})( _ 
ByVal radius As Double, _ 
ByVal slices As Integer, _ 
ByVal stacks As Integer
) As T
This language is not supported or no code example is available.
public static T CreateSphere<T>( 
double radius
int slices
int stacks 

where T : Solid, new()
This language is not supported or no code example is available.

Type Parameters

T

Parameters

radius
double

Sphere radius

slices
int

Number of meridian subdivisions

stacks
int

Number of parallel subdivisions

Return Value

T

The created solid.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition