Overview Schemas Index

STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA (jsdai.SStructural_response_representation_schema)


TYPE element_2d_shape = ENUMERATION (
          quadrilateral,
          triangle );
END_TYPE; -- element_2d_shape

Users

          axisymmetric_volume_2d_element_descriptor.shape
          plane_volume_2d_element_descriptor.shape
          surface_3d_element_descriptor.shape

public final class EElement_2d_shape

          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)