public interface ISlice
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Polygon> |
slice(CSG incoming,
Transform slicePlane,
double normalInsetDistance)
An interface for slicking CSG objects into lists of points that can be extruded back out
|
java.util.List<Polygon> slice(CSG incoming, Transform slicePlane, double normalInsetDistance)
incoming - Incoming CSG to be slicedslicePlane - Z coordinate of incoming CSG to slice atnormalInsetDistance - Inset for sliced output