JavaCAD
src
main
java
eu
mihosoft
vrl
v3d
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
}
eu.mihosoft.vrl.v3d.CSG
Definition:
CSG.java:109
eu.mihosoft.vrl.v3d.ICSGProgress
Definition:
ICSGProgress.java:3
eu.mihosoft.vrl.v3d.ICSGProgress.progressUpdate
void progressUpdate(int currentIndex, int finalIndex, String type, CSG intermediateShape)
Generated by
1.9.1