JavaCAD
ISlice.java
Go to the documentation of this file.
1 package eu.mihosoft.vrl.v3d;
2 
3 import java.util.List;
4 
5 public interface ISlice {
13  List<Polygon> slice(CSG incoming, Transform slicePlane, double normalInsetDistance);
14 }
List< Polygon > slice(CSG incoming, Transform slicePlane, double normalInsetDistance)