Package com.openinventor.meshvizxlm
Class MxMeshViz
java.lang.Object
com.openinventor.meshvizxlm.MxMeshViz
Defines useful constant values.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Constant value representing the end of a list.static final int
Constant value representing an undefined Id. -
Method Summary
-
Field Details
-
UNDEFINED_ID
public static final int UNDEFINED_IDConstant value representing an undefined Id.- See Also:
-
END_LIST
public static final int END_LISTConstant 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.
- See Also:
-