Overview Schemas Index

MESH_TOPOLOGY_SCHEMA (jsdai.SMesh_topology_schema)


TYPE cell_shape_2d = ENUMERATION (
          quadrilateral,
          triangle,
          polygon );
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 final int POLYGON = 3
          static String[] values = {"QUADRILATERAL", "TRIANGLE", "POLYGON"}
          static int toInt(String str)
          static String toString(int value)