Overview Schemas Index

STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA (jsdai.SStructural_response_representation_schema)


TYPE axi_or_plane = ENUMERATION (
          axisymmetric,
          planar );
END_TYPE; -- axi_or_plane

Users

          fea_model_2d.type_of_2d_analysis

public final class EAxi_or_plane

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