public class CheckModelSize
extends java.lang.Object
| Red (rowland) |
| Red (rowland) |
| Constructor and Description |
|---|
CheckModelSize() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
checkModelSize(Configuration configuration,
java.lang.String[] args)
Check the size, zoom and location of the models named
by the args.
|
static void |
main(java.lang.String[] args)
Check the size, zoom and location of the models named
by the args.
|
public static java.lang.String checkModelSize(Configuration configuration, java.lang.String[] args) throws java.lang.Exception
configuration - The optional configuration to check.args - An array of Strings naming the models to be checked.java.lang.Exception - If there is a problem reading a model.public static void main(java.lang.String[] args)
args - An array of Strings naming the models to be checked.