IStepMirrorPCBOutline Method

Mirror the PCB contour in this step

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void MirrorPCBOutline(
	bool InXDirection,
	bool AndChildSteps
)

Parameters

InXDirection  Boolean
true in X dirextion or flase for Y direction
AndChildSteps  Boolean
mirror all used child steps with the contour

Implements

InterfaceStepMirrorPCBOutline(Boolean, Boolean)

See Also