Start » Filter Reference » Geometry 3D » Geometry 3D Intersections » LineLineIntersection3D
Module: | Vision3DLite |
---|
Computes a common point of two lines in 3D.
Name | Type | Description | |
---|---|---|---|
inLine1 | Line3D | ||
inLine2 | Line3D | ||
outIntersectionPoint | 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 line on input in LineLineIntersection3D. |
Complexity Level
This filter is available on Basic Complexity Level.