Overview Schemas Index

STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA (jsdai.SStructural_response_representation_schema)


ENTITY surface_3d_element_field_integration_rule;
          integration_method : integration_rule;
          integration_order : ARRAY [1:2] OF INTEGER;
END_ENTITY; -- surface_3d_element_field_integration_rule

Entity data types and their attributes

surface_3d_element_field_integration_rule
          integration_method: integration_rule;
          integration_order: ARRAY [1:2] OF INTEGER;

Users: by entity attributes

surface_3d_element_field_integration_rule
          surface_3d_element_integration.field
                    surface_3d_element_field_integration

Users: by defined types, not used by any entity attribute

surface_3d_element_field_integration_rule
          -

Global rules for this entity data type

          -

public interface ESurface_3d_element_field_integration_rule extends EEntity

integration_method (explicit attribute)

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

integration_order (explicit attribute)

          boolean testIntegration_order(ESurface_3d_element_field_integration_rule type)
          A_integer getIntegration_order(ESurface_3d_element_field_integration_rule type)
          A_integer createIntegration_order(ESurface_3d_element_field_integration_rule type)
          void unsetIntegration_order(ESurface_3d_element_field_integration_rule type)

public class CSurface_3d_element_field_integration_rule implements ESurface_3d_element_field_integration_rule

          static EAttribute attributeIntegration_method(ESurface_3d_element_field_integration_rule type)
          static EAttribute attributeIntegration_order(ESurface_3d_element_field_integration_rule type)

public class ASurface_3d_element_field_integration_rule extends AEntity

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