You are here: Start » AVL.NET » Function Reference » Geometry 3D » Geometry 3D Relations » AVL.TestLine3DThroughCircle3D

AVL.TestLine3DThroughCircle3D

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inLine3DAvlNet.Line3D
inCircle3DAvlNet.Circle3D
outGoesThroughbool

Errors

List of possible exceptions:

Error type Description
DomainError Indefinite circle on input in TestLine3DThroughCircle3D.
DomainError Indefinite line on input in TestLine3DThroughCircle3D.

See also