You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » FIL.ProjectLineOntoPlane3D
Projects a line 3D onto a plane.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void ProjectLineOntoPlane3D ( FilNet.Line3D inLine3D, FilNet.Plane3D inPlane, out FilNet.Line3D outLineOnPlane )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inLine3D | FilNet.Line3D | |||
![]() | inPlane | FilNet.Plane3D | |||
![]() | outLineOnPlane | FilNet.Line3D | Line in 3D projected on a plane orthogonally. |
Errors
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. |