Overview Schemas Index

STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA (jsdai.SStructural_response_representation_schema)


ENTITY surface_position_weight;
          integration_position : surface_element_location;
          integration_weight : context_dependent_measure;
END_ENTITY; -- surface_position_weight

Entity data types and their attributes

surface_position_weight
          integration_position: surface_element_location;
          integration_weight: context_dependent_measure;

Users

surface_position_weight
          surface_2d_element_length_integration_explicit.integration_positions_and_weights
          surface_3d_element_field_integration_explicit.integration_positions_and_weights

Global rules for this entity data type

          -

public interface ESurface_position_weight extends EEntity

integration_position (explicit attribute)

          boolean testIntegration_position(ESurface_position_weight type)
          ESurface_element_location getIntegration_position(ESurface_position_weight type)
          void setIntegration_position(ESurface_position_weight type, ESurface_element_location value)
          void unsetIntegration_position(ESurface_position_weight type)

integration_weight (explicit attribute)

          boolean testIntegration_weight(ESurface_position_weight type)
          double getIntegration_weight(ESurface_position_weight type)
          void setIntegration_weight(ESurface_position_weight type, double value)
          void unsetIntegration_weight(ESurface_position_weight type)

public class CSurface_position_weight implements ESurface_position_weight

          static EAttribute attributeIntegration_position(ESurface_position_weight type)
          static int usedinIntegration_position(ESurface_position_weight type, ESurface_element_location instance, ASdaiModel domain, ASurface_position_weight result)
          static EAttribute attributeIntegration_weight(ESurface_position_weight type)

public class ASurface_position_weight extends AEntity

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