Method GetContoursAsync

GetContoursAsync(SlabContourType, CancellationToken)

Returns a sequence of IPolygonWithHoles2D representing a slab item contour of the given slab contour type

Declaration
Task<IEnumerable<IPolygonWithHoles2D>> GetContoursAsync(SlabContourType slabContourType, CancellationToken cancellationToken = default)
Parameters
Type Name Description
SlabContourType slabContourType

The slab contour type

CancellationToken cancellationToken

The optional cancellation token

Returns
Type Description
Task<IEnumerable<IPolygonWithHoles2D>>

Sequence of IPolygonWithHoles2D

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next