You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » FIL.ProjectPointOntoPlane3D
Projects a point 3D onto a plane.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void ProjectPointOntoPlane3D ( FilNet.Point3D inPoint3D, FilNet.Plane3D inPlane, out FilNet.Point3D outPointOnPlane )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoint3D | FilNet.Point3D | |||
![]() | inPlane | FilNet.Plane3D | |||
![]() | outPointOnPlane | FilNet.Point3D | Point projected on a plane orthogonally. |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Indefinite plane on input in ProjectPointOntoPlane3D. |