Package com.openinventor.meshvizxlm
Class MxMeshViz
- java.lang.Object
-
- com.openinventor.meshvizxlm.MxMeshViz
-
public final class MxMeshViz extends java.lang.Object
Defines useful constant values.
-
-
Field Summary
Fields Modifier and Type Field Description static int
END_LIST
Constant value representing the end of a list.static int
UNDEFINED_ID
Constant value representing an undefined Id.
-
-
-
Field Detail
-
UNDEFINED_ID
public static final int UNDEFINED_ID
Constant value representing an undefined Id.- See Also:
- Constant Field Values
-
END_LIST
public static final int END_LIST
Constant value representing the end of a list.For example, it is used to define isosurface topology, it indicates that the current polygon ends and the next begins.
-
-