IPolyClassDoesIntersect Method

If the SecondObject intersect with this Object it returns true.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool DoesIntersect(
	IPolyClass SecondObject
)

Parameters

SecondObject  IPolyClass
IPolyClass

Return Value

Boolean
True if the two objects intersecting.

Implements

InterfacePolyClassDoesIntersect(IPolyClass)

See Also