Computes the triangulation for a box of the specified size, centered at the origin.
[Visual Basic .NET] |
---|
Public Function Compute( _ ByRef Size As System.Array _ ) As IAgStkGraphicsSolidTriangulatorResult |
[C#] |
---|
public IAgStkGraphicsSolidTriangulatorResult Compute( |
[Managed C++] |
---|
public: IAgStkGraphicsSolidTriangulatorResult^ Compute( |
[Java] |
---|
public IAgStkGraphicsSolidTriangulatorResult compute( |
[Unmanaged C++] |
---|
public: HRESULT Compute( |
- 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] | ![]() | |
---|---|---|
|