Back to Aurora Vision Studio website
	
                
                    
	
		
	You are here: Start » Filter Reference » Geometry 2D » Geometry 2D Intersections » LineArcIntersection
| Module: | FoundationLite | 
|---|
Computes the common points of an arc and a line.
| Name | Type | Description | |
|---|---|---|---|
![]()  | 
				inLine | Line2D | |
![]()  | 
				inArc | Arc2D | |
![]()  | 
				outIntersectionPoint1 | Point2D? | |
![]()  | 
				outIntersectionPoint2 | Point2D? | 
Examples
![]()  | 
![]()  | 
LineArcIntersection performed on line and arc.
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 line on input in LineArcIntersection. | 
Complexity Level
This filter is available on Basic Complexity Level.

 Basic


