Overview Schemas Index

STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA (jsdai.SStructural_response_representation_schema)


ENTITY surface_volume_element_location;
          field_location : surface_element_location;
          section_location : surface_section_element_location;
END_ENTITY; -- surface_volume_element_location

Entity data types and their attributes

surface_volume_element_location
          field_location: surface_element_location;
          section_location: surface_section_element_location;

Users

surface_volume_element_location
          surface_2d_element_value_and_volume_location.location
          surface_3d_element_value_and_volume_location.location

Global rules for this entity data type

          -

public interface ESurface_volume_element_location extends EEntity

field_location (explicit attribute)

          boolean testField_location(ESurface_volume_element_location type)
          ESurface_element_location getField_location(ESurface_volume_element_location type)
          void setField_location(ESurface_volume_element_location type, ESurface_element_location value)
          void unsetField_location(ESurface_volume_element_location type)

section_location (explicit attribute)

          boolean testSection_location(ESurface_volume_element_location type)
          ESurface_section_element_location getSection_location(ESurface_volume_element_location type)
          void setSection_location(ESurface_volume_element_location type, ESurface_section_element_location value)
          void unsetSection_location(ESurface_volume_element_location type)

public class CSurface_volume_element_location implements ESurface_volume_element_location

          static EAttribute attributeField_location(ESurface_volume_element_location type)
          static int usedinField_location(ESurface_volume_element_location type, ESurface_element_location instance, ASdaiModel domain, ASurface_volume_element_location result)
          static EAttribute attributeSection_location(ESurface_volume_element_location type)
          static int usedinSection_location(ESurface_volume_element_location type, ESurface_section_element_location instance, ASdaiModel domain, ASurface_volume_element_location result)

public class ASurface_volume_element_location extends AEntity

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