Entity.ThroughTriangleQuad Method

Tells if the quad defined by the vertices is inside the selection area defined by the edge list.
Public Shared Function ThroughTriangleQuad( _ 
ByVal data As FrustumParams, _ 
ByVal vertices As IList(Of Point3D) _ 
) As Boolean
This language is not supported or no code example is available.
public static bool ThroughTriangleQuad( 
FrustumParams data
IList<Point3D> vertices 
)
This language is not supported or no code example is available.

Parameters

data
FrustumParams

The frustum parameters

vertices
IList<Point3D>

The vertices of the quad

Return Value

bool

True if the quad intersects the selection area

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition