IStepStepAndRepeatClassConnectStepAndRepeats(ListIStepStepAndRepeatClass) Method

Check each step and repeat element for same rotation and try to connect them in less step and repeat elements.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static List<IStepStepAndRepeatClass> ConnectStepAndRepeats(
	List<IStepStepAndRepeatClass> ListToConnect
)

Parameters

ListToConnect  ListIStepStepAndRepeatClass
All relevant step and repeat elements.

Return Value

ListIStepStepAndRepeatClass
Connected list of step and repeat elements

See Also