BoxTriangulatorCompute Method |
Computes the triangulation for a box of the specified size, centered at the origin.
Namespace:
AGI.Foundation.Geometry.Discrete
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic static SolidTriangulatorResult Compute(
Cartesian size
)
Public Shared Function Compute (
size As Cartesian
) As SolidTriangulatorResult
public:
static SolidTriangulatorResult^ Compute(
Cartesian size
)
static member Compute :
size : Cartesian -> SolidTriangulatorResult
Parameters
- size
- Type: AGI.Foundation.CoordinatesCartesian
The size along each axis of the box.
Return Value
Type:
SolidTriangulatorResultA
SolidTriangulatorResult object representing the triangulation.
Exceptions| Exception | Condition |
|---|
| ArgumentOutOfRangeException | size.x, size.y, and size.z must
all be greater than or equal to 0.
|
See Also