Overview Schemas Index

MESH_TOPOLOGY_SCHEMA (jsdai.SMesh_topology_schema)


TYPE cell_shape_3d = ENUMERATION (
          hexahedron,
          wedge,
          tetrahedron,
          pyramid );
END_TYPE; -- cell_shape_3d

Users

          cell_shape
                    vertex_defined_cell.shape

public final class ECell_shape_3d

          static final int HEXAHEDRON = 1
          static final int WEDGE = 2
          static final int TETRAHEDRON = 3
          static final int PYRAMID = 4
          static String[] values = {"HEXAHEDRON", "WEDGE", "TETRAHEDRON", "PYRAMID"}
          static int toInt(String str)
          static String toString(int value)