BowlerKernel
IParametric.java
Go to the documentation of this file.
1 package eu.mihosoft.vrl.v3d.parametrics;
2 
3 import eu.mihosoft.vrl.v3d.CSG;
4 
5 public interface IParametric {
15  public CSG change(CSG oldCSG,String parameterKey, Long newValue);
16 }
CSG change(CSG oldCSG, String parameterKey, Long newValue)