Start » Filter Reference » Geometry 3D » Geometry 3D Spatial Transforms » ProjectLineOntoPlane3D
Module: | Vision3DLite |
---|
Projects a line 3D onto a plane.
Name | Type | Description | |
---|---|---|---|
inLine3D | Line3D | ||
inPlane | Plane3D | ||
outLineOnPlane | Line3D | Line in 3D projected on a plane orthogonally |
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 | Cannot project line perpendicular to plane in ProjectLineOntoPlane3D. |
DomainError | Indefinite line on input in ProjectLineOntoPlane3D. |
DomainError | Indefinite plane on input in ProjectLineOntoPlane3D. |
Complexity Level
This filter is available on Basic Complexity Level.