JavaCAD
IRegenerate.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 IRegenerate {
11  public CSG regenerate(CSG previous);
12 }