Start » Filter Reference » Region » Region Global Transforms » RegionConvexHull
Module: | FoundationBasic |
---|
Computes the smallest convex region containing the input region.
Name | Type | Description | |
---|---|---|---|
inRegion | Region | Input region | |
outRegion | Region | Output region |
Description
The operation computes the smallest of all convex region containing the given one.
Examples
Description of usage of this filter can be found in examples and tutorial: Capsules.
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Input and output regions are not distinct in RegionConvexHull. |
Complexity Level
This filter is available on Advanced Complexity Level.
Filter Group
This filter is member of RegionConvexHull filter group.
See Also
- RegionConvexity – Computes the area of a region divided by area of its convex hull.
- PathConvexHull – Computes the smallest convex shape that contains the given path.