public class SurfaceStatus
extends java.lang.Object
Modifier and Type | Field and 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 |
(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 and Description |
---|
SurfaceStatus(Mesh m,
int type) |
Modifier and Type | Method and 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
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)