Overview Schemas Index

STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA (jsdai.SStructural_response_representation_schema)


TYPE enumerated_degree_of_freedom = ENUMERATION (
          x_translation,
          y_translation,
          z_translation,
          x_rotation,
          y_rotation,
          z_rotation,
          warp );
END_TYPE; -- enumerated_degree_of_freedom

Users

          degree_of_freedom
                    freedom_and_coefficient.freedom
                    freedoms_list.freedoms
                    nodal_dof_reduction.freedoms
                    system_and_freedom.freedom

public final class EEnumerated_degree_of_freedom

          static final int X_TRANSLATION = 1
          static final int Y_TRANSLATION = 2
          static final int Z_TRANSLATION = 3
          static final int X_ROTATION = 4
          static final int Y_ROTATION = 5
          static final int Z_ROTATION = 6
          static final int WARP = 7
          static String[] values = {"X_TRANSLATION", "Y_TRANSLATION", "Z_TRANSLATION", "X_ROTATION", "Y_ROTATION", "Z_ROTATION", "WARP"}
          static int toInt(String str)
          static String toString(int value)