Intersect3d.QuadQuad2 Method

Public Shared Function QuadQuad2( _ 
ByVal q1 As Quad3d, _ 
ByVal q2 As Quad3d, _ 
ByVal ints As List(Of Line3d) _ 
) As Boolean
This language is not supported or no code example is available.
public static bool QuadQuad2( 
Quad3d q1
Quad3d q2
List<Line3d> ints 
)
This language is not supported or no code example is available.
public:  
static bool QuadQuad2( 
Quad3d^ q1
Quad3d^ q2
List<Line3d^>^ ints 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

q1
Quad3d

q2
Quad3d

ints
List<Line3d>

Return Value

bool

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition