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: 24.2.419.0 (24.2.419.0)
Syntax public 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, in meters, along each axis of the box.
Return Value
Type:
SolidTriangulatorResultA
SolidTriangulatorResult object representing the triangulation.
Exceptions See Also