InterfaceStepGetDistanceBetweenGerberNets Method

Calculate the distance of the edges between the net of NetNr1 and the net of NetNr2.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
float GetDistanceBetweenGerberNets(
	int netNumber1,
	int netNumber2,
	string layername,
	out PointF from,
	out PointF to
)

Parameters

netNumber1  Int32
 
netNumber2  Int32
 
layername  String
 
from  PointF
 
to  PointF
 

Return Value

Single
distancelength

See Also