Overview Schemas Index

STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA (jsdai.SStructural_response_representation_schema)


ENTITY surface_2d_element_length_integration_rule;
          integration_method : integration_rule;
          integration_order : INTEGER;
END_ENTITY; -- surface_2d_element_length_integration_rule

Entity data types and their attributes

surface_2d_element_length_integration_rule
          integration_method: integration_rule;
          integration_order: INTEGER;

Users

surface_2d_element_length_integration_rule
          surface_2d_element_integration.element_length
                    surface_2d_element_length_integration

Global rules for this entity data type

          -

public interface ESurface_2d_element_length_integration_rule extends EEntity

integration_method (explicit attribute)

          boolean testIntegration_method(ESurface_2d_element_length_integration_rule type)
          int getIntegration_method(ESurface_2d_element_length_integration_rule type)
          void setIntegration_method(ESurface_2d_element_length_integration_rule type, int value)
          void unsetIntegration_method(ESurface_2d_element_length_integration_rule type)

integration_order (explicit attribute)

          boolean testIntegration_order(ESurface_2d_element_length_integration_rule type)
          int getIntegration_order(ESurface_2d_element_length_integration_rule type)
          void setIntegration_order(ESurface_2d_element_length_integration_rule type, int value)
          void unsetIntegration_order(ESurface_2d_element_length_integration_rule type)

public class CSurface_2d_element_length_integration_rule implements ESurface_2d_element_length_integration_rule

          static EAttribute attributeIntegration_method(ESurface_2d_element_length_integration_rule type)
          static EAttribute attributeIntegration_order(ESurface_2d_element_length_integration_rule type)

public class ASurface_2d_element_length_integration_rule extends AEntity

          public ESurface_2d_element_length_integration_rule getByIndex(int index)
          public ESurface_2d_element_length_integration_rule getCurrentMember(SdaiIterator it)