You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Intersections » FIL.CirclePlaneIntersection3D
Computes common points of a circle in 3D and a plane.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void CirclePlaneIntersection3D ( FilNet.Circle3D inCircle3D, FilNet.Plane3D inPlane, out FilNet.Point3D? outIntersectionPoint1, out FilNet.Point3D? outIntersectionPoint2 )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inCircle3D | FilNet.Circle3D | |||
![]() | inPlane | FilNet.Plane3D | |||
![]() | outIntersectionPoint1 | FilNet.Point3D? | |||
![]() | outIntersectionPoint2 | FilNet.Point3D? |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Indefinite circle on input in CirclePlaneIntersection3D. |
| DomainError | Indefinite plane on input in CirclePlaneIntersection3D. |


