Entity.ThroughTriangleScreenPolygonQuad Method

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

Parameters

vertices
IList<Point3D>

The vertices of the quad

data
ScreenPolygonParams

The screen polygon parameters

Return Value

bool

True if the quad intersects the screen polygon

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition