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 getVolumes As Boolean, _ 
ByVal trans1 As Transformation, _ 
ByVal trans2 As Transformation, _ 
ByRef intersectionData As List(Of Entity) _ 
) As Boolean
This language is not supported or no code example is available.
internal protected virtual bool Intersects2D( 
Entity entity
bool touch
bool getVolumes
Transformation trans1
Transformation trans2
out List<Entity> intersectionData 
)
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.

getVolumes
bool

trans1
Transformation

the transformation to be applied to the current entity

trans2
Transformation

the transformation to be applied to the input entity

intersectionData
List<Entity>

Return Value

bool

True if the two entities intersect.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition