public class SurfaceStatus
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
(package private) boolean |
beenSliced |
|
(package private) boolean |
capOn |
|
(package private) int |
color |
|
(package private) boolean |
fillOn |
|
(package private) boolean |
foundDuringLastSync |
|
(package private) boolean |
frontonly |
|
(package private) boolean |
ghostOn |
|
(package private) java.lang.String |
id |
|
private boolean |
isShell |
|
(package private) int |
kind |
|
(package private) int |
lighting |
|
(package private) int |
meshColor |
|
(package private) boolean |
meshOn |
|
(package private) int |
meshTranslucency |
|
(package private) boolean |
show |
|
(package private) Slice |
slice |
|
(package private) int |
translucency |
Constructor | Description |
---|---|
SurfaceStatus(Mesh m,
int type) |
Modifier and Type | Method | Description |
---|---|---|
void |
updateExisting(Mesh m) |
java.lang.String id
int kind
int color
boolean fillOn
int translucency
boolean meshOn
int meshColor
int meshTranslucency
int lighting
boolean frontonly
boolean show
boolean beenSliced
boolean capOn
boolean ghostOn
boolean foundDuringLastSync
Slice slice
private boolean isShell
public SurfaceStatus(Mesh m, int type)
m
- (mesh) the mesh representing the surfacetype
- (int) representing the type of surface (eg. pmesh, isosurface...)public void updateExisting(Mesh m)