MeshComputeThickness Method (IEnumerableMesh, Double, CancellationToken) |
Compute thickness metrics for this mesh.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax public static MeshThicknessMeasurement[] ComputeThickness(
IEnumerable<Mesh> meshes,
double maximumThickness,
CancellationToken cancelToken
)
Public Shared Function ComputeThickness (
meshes As IEnumerable(Of Mesh),
maximumThickness As Double,
cancelToken As CancellationToken
) As MeshThicknessMeasurement()
Parameters
- meshes
- Type: System.Collections.GenericIEnumerableMesh
Meshes to include in thickness analysis. - maximumThickness
- Type: SystemDouble
Maximum thickness to consider. Use as small a thickness as possible to speed up the solver. - cancelToken
- Type: System.ThreadingCancellationToken
Computation cancellation token.
Return Value
Type:
MeshThicknessMeasurementArray of thickness measurements.
See Also