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


