Entity.Intersects2D Method

Checks if two 2D entity intersect geometrically on Plane XY
Protected Friend Overridable Function Intersects2D( _ 
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 Intersects2D( 
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

When false doesn't consider the coincidences as intersections.

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