JavaCAD
ICSGProgress.java
Go to the documentation of this file.
1 package eu.mihosoft.vrl.v3d;
2 
3 public interface ICSGProgress {
4  public void progressUpdate(int currentIndex,int finalIndex,String type, CSG intermediateShape);
5 }
void progressUpdate(int currentIndex, int finalIndex, String type, CSG intermediateShape)