Overview Schemas Index

MESH_TOPOLOGY_SCHEMA (jsdai.SMesh_topology_schema)


TYPE structured_mesh_type = ENUMERATION (
          rectangular,
          pentahedral,
          pyramidal,
          tetrahedral );
END_TYPE; -- structured_mesh_type

Users

          structured_mesh.kind

public final class EStructured_mesh_type

          static final int RECTANGULAR = 1
          static final int PENTAHEDRAL = 2
          static final int PYRAMIDAL = 3
          static final int TETRAHEDRAL = 4
          static String[] values = {"RECTANGULAR", "PENTAHEDRAL", "PYRAMIDAL", "TETRAHEDRAL"}
          static int toInt(String str)
          static String toString(int value)