Overview Schemas Index

FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA (jsdai.SFinite_element_analysis_control_and_result_schema)


TYPE measure_or_unspecified_value = SELECT (
          context_dependent_measure,
          unspecified_value);
END_TYPE; -- measure_or_unspecified_value

Users

          curve_element_section_derived_definitions.location_of_centroid
          curve_element_section_derived_definitions.location_of_non_structural_mass
          curve_element_section_derived_definitions.location_of_shear_centre
          curve_element_section_derived_definitions.non_structural_mass
          curve_element_section_derived_definitions.polar_moment
          curve_element_section_derived_definitions.shear_area
          curve_element_section_derived_definitions.warping_constant
          curve_freedom_and_value_definition.values
          cylindrical_symmetry_control.phase
          element_nodal_freedom_terms.values
          freedom_and_coefficient.a
          linear_constraint_equation_element_value.b
          nodal_freedom_and_value_definition.values
          point_freedom_and_value_definition.values
          single_point_constraint_element_values.b
          solid_freedom_and_value_definition.values
          surface_freedom_and_value_definition.values
          surface_section.non_structural_mass
          surface_section.non_structural_mass_offset
          surface_section.offset
          uniform_surface_section.bending_thickness
          uniform_surface_section.shear_thickness

public class AMeasure_or_unspecified_value extends AEntitySelect implements Aggregate

          case sContext_dependent_measure:
              boolean isMember(double value, EContext_dependent_measure node1)
              double getByIndex(int index, EContext_dependent_measure node1)
              double getCurrentMember(SdaiIterator iter, EContext_dependent_measure node1)
              void setByIndex(int index, double value, EContext_dependent_measure node1)
              void setCurrentMember(SdaiIterator iter, double value, EContext_dependent_measure node1)
              void addBefore(SdaiIterator iter, double value, EContext_dependent_measure node1)
              void addAfter(SdaiIterator iter, double value, EContext_dependent_measure node1)
              void addUnordered(double value, EContext_dependent_measure node1)
              void addByIndex(int index, double value, EContext_dependent_measure node1)
              void removeUnordered(double value, EContext_dependent_measure node1)
          case sUnspecified_value:
              boolean isMember(int value, EUnspecified_value node1)
              int getByIndex(int index, EUnspecified_value node1)
              int getCurrentMember(SdaiIterator iter, EUnspecified_value node1)
              void setByIndex(int index, int value, EUnspecified_value node1)
              void setCurrentMember(SdaiIterator iter, int value, EUnspecified_value node1)
              void addBefore(SdaiIterator iter, int value, EUnspecified_value node1)
              void addAfter(SdaiIterator iter, int value, EUnspecified_value node1)
              void addUnordered(int value, EUnspecified_value node1)
              void addByIndex(int index, int value, EUnspecified_value node1)
              void removeUnordered(int value, EUnspecified_value node1)