InterfaceEdgeSplit Method

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
bool Split(
	PointD p,
	out IEdge part1,
	out IEdge part2
)

Parameters

p  PointD
 
part1  IEdge
 
part2  IEdge
 

Return Value

Boolean

See Also