JavaCAD
Public Member Functions | List of all members
eu.mihosoft.vrl.v3d.IExtrusion Interface Reference

Public Member Functions

CSG extrude (Vector3d dir, List< Vector3d > points)
 
CSG extrude (Vector3d dir, Polygon polygon1)
 

Detailed Description

Definition at line 5 of file IExtrusion.java.

Member Function Documentation

◆ extrude() [1/2]

CSG eu.mihosoft.vrl.v3d.IExtrusion.extrude ( Vector3d  dir,
List< Vector3d points 
)

Extrusion interface for writing extrusion strategy scripts

Parameters
dir
points
Returns

Referenced by eu.mihosoft.vrl.v3d.svg.SVGLoad.extrudeLayers(), and eu.mihosoft.vrl.v3d.Extrude.points().

◆ extrude() [2/2]

CSG eu.mihosoft.vrl.v3d.IExtrusion.extrude ( Vector3d  dir,
Polygon  polygon1 
)

Extrude.

Parameters
dirthe dir
polygon1the polygon1
Returns
the csg

The documentation for this interface was generated from the following file: