Description
Computes the triangulation for a box of the
specified size, centered at the origin.
Syntax
| [Visual Basic .NET] |
|---|
Public Function Compute( _
ByRef Size() As Variant _
) As IAgStkGraphicsSolidTriangulatorResult
|
Parameters
- 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.
Example
Shows the format of
the Size parameter when computing using a box triangulator.
| [C#] | Copy Code
|
|
|---|---|---|
|
||
Shows the format of
the Size parameter when computing using a box triangulator.
| [Visual Basic .NET] | Copy Code
|
|
|---|---|---|
|
||