Description
Computes the triangulation for an ellipsoid
with the specified radii, centered at the origin, using 32 slices
and 16 stacks.
Syntax
| [Visual Basic .NET] |
|---|
Public Function ComputeSimple( _
ByRef Radii() As Variant _
) As IAgStkGraphicsSolidTriangulatorResult
|
Parameters
- Radii
- The radii of the ellipsoid along each of its axes. The sizes are expected in the order x, y, z to correspond to the respective axis.
Example
Shows the format of
the Radii parameter when computing using an ellipsoid triangulator.
| [C#] | Copy Code
|
|
|---|---|---|
|
||
Shows the format of
the Radii parameter when computing using an ellipsoid triangulator.
| [Visual Basic .NET] | Copy Code
|
|
|---|---|---|
|
||