JavaCAD
IExtrusion.java
Go to the documentation of this file.
1 package eu.mihosoft.vrl.v3d;
2 
3 import java.util.List;
4 
5 public interface IExtrusion {
12  CSG extrude(Vector3d dir, List<Vector3d> points) ;
22  CSG extrude(Vector3d dir, Polygon polygon1);
23 }
CSG extrude(Vector3d dir, List< Vector3d > points)
CSG extrude(Vector3d dir, Polygon polygon1)