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


