Computes the triangulation for an ellipsoid with the specified radii, centered at the origin, using 32 slices and 16 stacks.
[Visual Basic .NET] |
---|
Public Function ComputeSimple( _ ByRef Radii As System.Array _ ) As IAgStkGraphicsSolidTriangulatorResult |
[C#] |
---|
public IAgStkGraphicsSolidTriangulatorResult ComputeSimple( |
[Managed C++] |
---|
public: IAgStkGraphicsSolidTriangulatorResult^ ComputeSimple( |
[Java] |
---|
public IAgStkGraphicsSolidTriangulatorResult computeSimple( |
[Unmanaged C++] |
---|
public: HRESULT ComputeSimple( |
- 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.
Shows the format of the Radii parameter when computing using an ellipsoid triangulator.
[C#] | ![]() | |
---|---|---|
|
Shows the format of the Radii parameter when computing using an ellipsoid triangulator.
[Visual Basic .NET] | ![]() | |
---|---|---|
|