Overview Schemas Index

STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA (jsdai.SStructural_response_representation_schema)


ENTITY surface_3d_element_field_integration_explicit;
          integration_positions_and_weights : SET [1:?] OF surface_position_weight;
END_ENTITY; -- surface_3d_element_field_integration_explicit

Entity data types and their attributes

surface_3d_element_field_integration_explicit
          integration_positions_and_weights: SET [1:?] OF surface_position_weight;

Users

surface_3d_element_field_integration_explicit
          surface_3d_element_integration.field
                    surface_3d_element_field_integration

Global rules for this entity data type

          -

public interface ESurface_3d_element_field_integration_explicit extends EEntity

integration_positions_and_weights (explicit attribute)

          boolean testIntegration_positions_and_weights(ESurface_3d_element_field_integration_explicit type)
          ASurface_position_weight getIntegration_positions_and_weights(ESurface_3d_element_field_integration_explicit type)
          ASurface_position_weight createIntegration_positions_and_weights(ESurface_3d_element_field_integration_explicit type)
          void unsetIntegration_positions_and_weights(ESurface_3d_element_field_integration_explicit type)

public class CSurface_3d_element_field_integration_explicit implements ESurface_3d_element_field_integration_explicit

          static EAttribute attributeIntegration_positions_and_weights(ESurface_3d_element_field_integration_explicit type)
          static int usedinIntegration_positions_and_weights(ESurface_3d_element_field_integration_explicit type, ESurface_position_weight instance, ASdaiModel domain, ASurface_3d_element_field_integration_explicit result)

public class ASurface_3d_element_field_integration_explicit extends AEntity

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