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

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

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

public interface PrepForManufacturing {
	/**
	 * THis interface is for objects that will 
	 * convert the modeling orientation of a part 
	 * into whatever CSG orientation and added 
	 * support may be need for manufacturing. 
	 * @param incoming the Incoming CSG
	 * @return the transformed CSG
	 */
	public CSG prep(CSG incoming);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy