JavaCAD
PrepForManufacturing.java
Go to the documentation of this file.
1 package eu.mihosoft.vrl.v3d;
2 
3 public interface PrepForManufacturing {
12  public CSG prep(CSG incoming);
13 }