Intersect3d.QuadQuad Method

Public Shared Function QuadQuad( _ 
ByVal q1 As Quad3d, _ 
ByVal q2 As Quad3d, _ 
ByRef lin As Line3d
) As Boolean
This language is not supported or no code example is available.
public static bool QuadQuad( 
Quad3d q1
Quad3d q2
out Line3d lin 
)
This language is not supported or no code example is available.
public:  
static bool QuadQuad( 
Quad3d^ q1
Quad3d^ q2
Line3d^& lin 
)
This language is not supported or no code example is available.
public static function QuadQuad( 
q1 : Quad3d
q2 : Quad3d
lin : Line3d 
) : boolean;
This language is not supported or no code example is available.

Parameters

q1
Quad3d

q2
Quad3d

lin
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