All Downloads are FREE. Search and download functionalities are using the official Maven repository.

eu.mihosoft.vrl.v3d.ICSGProgress Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
package eu.mihosoft.vrl.v3d;

public interface ICSGProgress {
	public void progressUpdate(int currentIndex,int finalIndex,String type, CSG intermediateShape);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy