| Package | Description |
|---|---|
| de.mcp.cutcad.model | |
| de.mcp.cutcad.model.primitives |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Cutout> |
ObjectContainer.allCutouts()
Returns all cutous created in the project.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<Cutout> |
GShape.cutouts |
| Modifier and Type | Method and Description |
|---|---|
Cutout |
Cutout.copyFor(GShape newMaster)
Makes a copy of a cut-out (for printing)
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Cutout> |
GShape.getCutouts() |
| Modifier and Type | Method and Description |
|---|---|
void |
GShape.addCutout(Cutout cutout) |
void |
GShape.removeCutout(Cutout cutout) |