CylinderTriangulatorCompute Method (Double, Double) |
Computes the triangulation for a cylinder 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(
double length,
double radius
)
Public Shared Function Compute (
length As Double,
radius As Double
) As SolidTriangulatorResult
public:
static SolidTriangulatorResult^ Compute(
double length,
double radius
)
static member Compute :
length : float *
radius : float -> SolidTriangulatorResult
Parameters
- length
- Type: SystemDouble
The length, in meters, of the cylinder along the z axis. - radius
- Type: SystemDouble
The radius, in meters, of the cylinder.
Return Value
Type:
SolidTriangulatorResultA
SolidTriangulatorResult object representing the triangulation.
Exceptions See Also