| Class | Description |
|---|---|
| FeatureLooper |
This is an abstract class which loops over features on an object,
filters the results by various filters, and calls an action method
for each feature which matches the filters.
|
| FileListFilter |
Implementation of java.io.FileFilter which is passed to the
java.io.File.listFiles() method to find files in a disk directory
and filter them by patterns.
|
| InstanceLooper |
This is an abstract class which loops over instances in a family table,
filters the results by various filters, and calls an action method
for each instance which matches the filters.
|
| JLBoxMaker |
Utility class for creating JLBox objects
|
| JLConnectionUtil |
Useful utility methods relating to connections to JShell or Creo.
|
| JLMatrixMaker |
Utility class for creating JLMatrix and JLTransform objects
|
| JLPointMaker |
Utility class for creating JLPoint objects
|
| LooperBase |
Base class for the looper classes.
|
| MaterialLooper |
This is an abstract class which loops over materials on a part,
filters the results by various filters, and calls an action method
for each material which matches the filters.
|
| ModelItemLooper |
This is an abstract class which loops over ModelItems on an object,
filters the results by various filters, and calls an action method
for each ModelItem which matches the filters.
|
| ModelLooper |
This is an abstract class which loops over models that are either
a) in memory or b) in a drawing,
filters the results by various filters, and calls an action method
for each model which matches the filters.
|
| ParamListLooper |
An implementation of ParamLooper which collects a list of data for
for parameters in a given model or feature.
|
| ParamLooper |
This is an abstract class which loops over parameters on an object,
filters the results by various filters, and calls an action method
for each parameter which matches the filters.
|
| ProcessUtils |
Utility methods for managing external processes
|
| SheetLooper |
This is an abstract class which loops over sheets in a drawing,
filters the results by various filters, and calls an action method
for each sheet which matches the filters.
|
| View2DLooper |
This is an abstract class which loops over views on a drawing,
filters the results by various filters, and calls an action method
for each drawing view which matches the filters.
|
| ViewLooper |
This is an abstract class which loops over views on a model,
filters the results by various filters, and calls an action method
for each model view which matches the filters.
|
| WorkspaceFileLooper |
This is an abstract class which loops over the files in a
Windchill workspace.
|