public interface IParametric
| Modifier and Type | Method and Description |
|---|---|
CSG |
change(CSG oldCSG,
java.lang.String parameterKey,
java.lang.Long newValue)
This is an interface for setting a parameter inside a CSG generation script.
|
CSG change(CSG oldCSG, java.lang.String parameterKey, java.lang.Long newValue)
oldCSG - The Old CSG that this function was called fromparameterKey - The String used as a HashMap key to this parameternewValue - the new value of the parameter