Back to FabImage Studio website

You are here: Start » Filter Reference » Geometry 3D » Geometry 3D Intersections » CirclePlaneIntersection3D

CirclePlaneIntersection3D


Module: Vision3DLite

Computes common points of a circle in 3D and a plane.

Name Type Description
Input value inCircle3D Circle3D
Input value inPlane Plane3D
Output value outIntersectionPoint1 Point3D?
Output value outIntersectionPoint2 Point3D?

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 Indefinite circle on input in CirclePlaneIntersection3D.
DomainError Indefinite plane on input in CirclePlaneIntersection3D.

Complexity Level

This filter is available on Basic Complexity Level.