public class CADVirtualBookExporter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
LAYER_BORDS |
static java.lang.String |
LAYER_PLIURES |
static java.lang.String |
LAYER_PLIURES_NON_CUT |
static java.lang.String |
LAYER_PLIURES_VERSO |
static java.lang.String |
LAYER_PLIURES_VERSO_NON_CUT |
static java.lang.String |
LAYER_REFERENCE |
static java.lang.String |
LAYER_TROUS |
static java.lang.String[] |
LAYERS |
Constructor and Description |
---|
CADVirtualBookExporter() |
Modifier and Type | Method and Description |
---|---|
void |
export(VirtualBook vb,
CADParameters parameters,
DeviceDrawing device)
Exporte un carton en fichier DXF
|
static void |
main(java.lang.String[] args)
test function
|
public static final java.lang.String LAYER_BORDS
public static final java.lang.String LAYER_TROUS
public static final java.lang.String LAYER_PLIURES
public static final java.lang.String LAYER_PLIURES_NON_CUT
public static final java.lang.String LAYER_PLIURES_VERSO
public static final java.lang.String LAYER_PLIURES_VERSO_NON_CUT
public static final java.lang.String LAYER_REFERENCE
public static java.lang.String[] LAYERS
public void export(VirtualBook vb, CADParameters parameters, DeviceDrawing device) throws java.lang.Exception
vb
- le carton à exportermecanique
- booleen indiquant si le type est mecaniquetailleTrous
- taille des trous dans le cas du pneumatiqueponts
- taille des ponts pour le pneumatiquejava.lang.Exception
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- java.lang.Exception