You are here: Start » AVL.NET » AVL.CirclePlaneIntersection3D
Computes common points of a circle in 3D and a plane.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void CirclePlaneIntersection3D ( AvlNet.Circle3D inCircle3D, AvlNet.Plane3D inPlane, out AvlNet.Point3D? outIntersectionPoint1, out AvlNet.Point3D? outIntersectionPoint2 )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inCircle3D | AvlNet.Circle3D | |||
![]() | inPlane | AvlNet.Plane3D | |||
![]() | outIntersectionPoint1 | AvlNet.Point3D? | |||
![]() | outIntersectionPoint2 | AvlNet.Point3D? |


