You are here: Start » AVL.NET » AVS.TestLine3DThroughCircle3D Method
AVS.TestLine3DThroughCircle3D Method
Tests whether a line in 3D goes through a circle in 3D.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void TestLine3DThroughCircle3D ( AvlNet.Line3D inLine3D, AvlNet.Circle3D inCircle3D, out bool outGoesThrough )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inLine3D | AvlNet.Line3D | |||
![]() | inCircle3D | AvlNet.Circle3D | |||
![]() | outGoesThrough | bool |


