VirtualStepAndRepeatExtensions Class

Helper for step and repeat actions.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static class VirtualStepAndRepeatExtensions
Inheritance
Object    VirtualStepAndRepeatExtensions

Methods

GetMatrixListforAllStepAndRepeatChilds Create a list with one matrix foreach placing of one step in the step and repeat (recursion). You get a matrix to transform each element in the IStep->layer to get entries in this panel.
GetMatrixListForOneStepAndRepeat Get Matrix list for one Step and Repeat entry of a step.
GetTransformedOutlinePolyClassesForChildSteps Get all polyclasses for each outline of sub steps for this panel.
GetTransformedPolyClasses(ICMPObject, ListMatrixD) Get all transformed elements foreach object on this component layer with the transformed matrix list.
GetTransformedPolyClasses(IODBObject, ListMatrixD) Get all transformed elements foreach object on this layer with the transformed matrix list.

See Also