Overview Schemas Index

STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA (jsdai.SStructural_response_representation_schema)


ENTITY surface_section_element_location_absolute
          SUBTYPE OF (surface_section_element_location);
          offset : context_dependent_measure;
END_ENTITY; -- surface_section_element_location_absolute

Entity data types and their attributes

surface_section_element_location
          above_material_discontinuity: LOGICAL;
surface_section_element_location_absolute
          offset: context_dependent_measure;

Users

surface_section_element_location
          surface_2d_node_field_section_variable_values.location
          surface_3d_node_field_section_variable_values.location
          surface_section_position_weight.integration_position
          surface_volume_element_location.section_location
surface_section_element_location_absolute

Global rules for this entity data type

          -

public interface ESurface_section_element_location_absolute extends ESurface_section_element_location

offset (explicit attribute)

          boolean testOffset(ESurface_section_element_location_absolute type)
          double getOffset(ESurface_section_element_location_absolute type)
          void setOffset(ESurface_section_element_location_absolute type, double value)
          void unsetOffset(ESurface_section_element_location_absolute type)

public class CSurface_section_element_location_absolute implements ESurface_section_element_location_absolute

          static EAttribute attributeOffset(ESurface_section_element_location_absolute type)

public class ASurface_section_element_location_absolute extends AEntity

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