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 |
 |
inLine3D |
Line3D |
|
|
 |
inCircle3D |
Circle3D |
|
|
 |
outGoesThrough |
bool |
|
|