Overview Schemas Index

MESH_TOPOLOGY_SCHEMA (jsdai.SMesh_topology_schema)


TYPE mesh_maths_space_type = ENUMERATION (
          cells,
          vertices );
END_TYPE; -- mesh_maths_space_type

Users

          mesh_derived_maths_space.kind

public final class EMesh_maths_space_type

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