Overview Schemas Index

MESH_TOPOLOGY_SCHEMA (jsdai.SMesh_topology_schema)


TYPE cell_shape_1d = ENUMERATION (
          line );
END_TYPE; -- cell_shape_1d

Users

          cell_shape
                    vertex_defined_cell.shape

public final class ECell_shape_1d

          static final int LINE = 1
          static String[] values = {"LINE"}
          static int toInt(String str)
          static String toString(int value)