Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Path » Path Features » PathBoundingCircle

PathBoundingCircle


Module: FoundationBasic

Computes the smallest circle enclosing a path.

Name Type Description
inPath Path Input path
outBoundingCircle Circle2D

Examples

The resulting outBoundingCircle circle drawn onto the sample path.

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 Empty path on input in PathBoundingCircle.

Complexity Level

This filter is available on Basic Complexity Level.

Filter Group

This filter is member of PathBoundingCircle filter group.

See Also