IEdgeSplit Method

cut element in two pices.

Definition

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

Parameters

p  PointD
the cutting point
part1  IEdge
first part of the edge
part2  IEdge
second part of the edge

Return Value

Boolean
true if no error occurs

Implements

InterfaceEdgeSplit(PointD, IEdge, IEdge)

See Also