Entity.ThroughTriangleScreenPolygon (Point3D, Point3D, Point3D, ScreenPolygonParams) Method

Checks whether a triangle intersects or is inside a 2D screen polygon.
Protected Shared Function ThroughTriangleScreenPolygon( _ 
ByVal v1 As Point3D, _ 
ByVal v2 As Point3D, _ 
ByVal v3 As Point3D, _ 
ByVal data As ScreenPolygonParams
) As Boolean
This language is not supported or no code example is available.
protected static bool ThroughTriangleScreenPolygon( 
Point3D v1
Point3D v2
Point3D v3
ScreenPolygonParams data 
)
This language is not supported or no code example is available.

Parameters

v1
Point3D

The first triangle point

v2
Point3D

The second triangle point

v3
Point3D

The third triangle point

data
ScreenPolygonParams

Return Value

bool

True if the triangle intersects or is inside the polygon

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition