ISolidSphere
ISolids
.CreateSphere(
IEnumerable
<
Double
> center,
Double
radius)
Creates a sphere primitive generator.
Remarks
Examples
Parameters
center
Type:
IEnumerable
<
Double
>
The center of the sphere.
radius
Type:
Double
The radius of the sphere.
Return Value
Type:
ISolidSphere
Returns the sphere generator.