Overview Schemas Index

MESH_CONNECTIVITY_SCHEMA (jsdai.SMesh_connectivity_schema)


TYPE mismatched_region_type = ENUMERATION (
          abutting,
          overset );
END_TYPE; -- mismatched_region_type

Users

          mismatched_mesh_region.kind

public final class EMismatched_region_type

          static final int ABUTTING = 1
          static final int OVERSET = 2
          static String[] values = {"ABUTTING", "OVERSET"}
          static int toInt(String str)
          static String toString(int value)