Entity.Intersects Method

Checks if two entity intersect geometrically
Protected Friend Overridable Function Intersects( _ 
ByVal entity As Entity, _ 
ByVal touch As Boolean, _ 
ByVal trans1 As Transformation, _ 
ByVal trans2 As Transformation
) As Boolean
This language is not supported or no code example is available.
internal protected virtual bool Intersects( 
Entity entity
bool touch
Transformation trans1
Transformation trans2 
)
This language is not supported or no code example is available.

Parameters

entity
Entity

the entity to check intersection with

touch
bool

trans1
Transformation

the transformation to be applied to the current entity

trans2
Transformation

the transformation to be applied to the input entity

Return Value

bool

True if the two entities intersect.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition