IPolyClassGetIntersectingPoints(IPolyClass) Method

Returns a list of Intersecting Points of the Poly with the given Poly

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public List<PointD> GetIntersectingPoints(
	IPolyClass poly
)

Parameters

poly  IPolyClass
 

Return Value

ListPointD
Intersecting Points

See Also