IStepRotatePCBOutline Method

Rotate the PCB contour clockwise or counterclockwise.

Definition

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

Parameters

CW  Boolean
clockwise or counterclockwise
AndChildSteps  Boolean
rotate all used child steps with the contour

Implements

InterfaceStepRotatePCBOutline(Boolean, Boolean)

See Also