You are here: Start » FIL.NET » Invoke.TestLine3DThroughCircle3D

Invoke.TestLine3DThroughCircle3D

Tests whether a line in 3D goes through a circle in 3D.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void TestLine3DThroughCircle3D
(
	Fil.Line3D inLine3D,
	Fil.Circle3D inCircle3D,
	out bool outGoesThrough
)

Parameters

Name Type Range Default Description
inLine3DFil.Line3D
inCircle3DFil.Circle3D
outGoesThroughbool

See also