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 |