BowlerKernel
|
Public Member Functions | |
CSG | change (CSG oldCSG, String parameterKey, Long newValue) |
Definition at line 5 of file IParametric.java.
CSG eu.mihosoft.vrl.v3d.parametrics.IParametric.change | ( | CSG | oldCSG, |
String | parameterKey, | ||
Long | newValue | ||
) |
This is an interface for setting a parameter inside a CSG generation script. NOTE this should run in less than 10ms to not cause hangs. This function should not regenerate cad if possible but just set values Use IRegenerate to perform cad regeneration.
oldCSG | The Old CSG that this function was called from |
parameterKey | The String used as a HashMap key to this parameter |
newValue | the new value of the parameter |
Referenced by eu.mihosoft.vrl.v3d.CSG.setParameterNewValue().