TestLine3DThroughCircle3D


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

Syntax

C++
C#
Python
 
def TestLine3DThroughCircle3D(
	inLine3D: Line3D,
	inCircle3D: Circle3D,
	/
)
-> outGoesThrough: bool

Parameters

Name Type Default Description
Input value inLine3D Line3D
Input value inCircle3D Circle3D
Output value outGoesThrough bool