Overview Schemas Index

STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA (jsdai.SStructural_response_representation_schema)


TYPE coordinate_system_type = ENUMERATION OF (
          cartesian,
          cylindrical,
          spherical );
END_TYPE; -- coordinate_system_type

Users

          fea_axis2_placement_2d.system_type
          fea_axis2_placement_3d.system_type

public final class ECoordinate_system_type

          static final int CARTESIAN = 1
          static final int CYLINDRICAL = 2
          static final int SPHERICAL = 3
          static String[] values = {"CARTESIAN", "CYLINDRICAL", "SPHERICAL"}
          static int toInt(String str)
          static String toString(int value)