Computes the triangulation for a box of the specified size, centered at the origin.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsSolidTriangulatorResult Compute( System.Array Size ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsSolidTriangulatorResult^ Compute( System::Array ^ Size ); |
| [Java] |
|---|
public IAgStkGraphicsSolidTriangulatorResult compute( VariantArray Size ); |
| [Unmanaged C++] |
|---|
|
- Size
- An array containing the size along each axis of the box. The sizes are expected in the order x, y, z to correspond to the respective axis.
Shows the format of the Size parameter when computing using a box triangulator.
| [C#] | ||
|---|---|---|
| ||
Shows the format of the Size parameter when computing using a box triangulator.
| [Visual Basic .NET] | ||
|---|---|---|
| ||





