QuadEntityDataNode.IsElemInsideNode Method

Checks when the element at elemIndex is inside the Quad node
Protected Friend Overridable Function IsElemInsideNode( _ 
ByVal elemIndex As Integer
) As Boolean
This language is not supported or no code example is available.
internal protected virtual bool IsElemInsideNode( 
int elemIndex 
)
This language is not supported or no code example is available.

Parameters

elemIndex
int

the index of the element in the source entity element list(vertices or triangles)

Return Value

bool

true if the element is completly inside the quad node. False otherwise.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition