public interface IExtrusion
| Modifier and Type | Method and Description |
|---|---|
CSG |
extrude(Vector3d dir,
java.util.List<Vector3d> points)
Extrusion interface for writing extrusion strategy scripts
|
CSG |
extrude(Vector3d dir,
Polygon polygon1)
Extrude.
|