Overview Schemas Index

MESH_TOPOLOGY_SCHEMA (jsdai.SMesh_topology_schema)


TYPE cell_shape_2d = EXTENSIBLE ENUMERATION OF (
          quadrilateral,
          triangle );
END_TYPE; -- cell_shape_2d

Users

          cell_shape
                    vertex_defined_cell.shape

public final class ECell_shape_2d

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