Overview Schemas Index

STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA (jsdai.SStructural_response_representation_schema)


ENTITY surface_section_element_location
          SUPERTYPE OF (ONEOF (surface_section_element_location_absolute, surface_section_element_location_dimensionless));
          above_material_discontinuity : LOGICAL;
END_ENTITY; -- surface_section_element_location

Entity data types and their attributes

surface_section_element_location
          above_material_discontinuity: LOGICAL;

Known subtypes

          surface_section_element_location_absolute (STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA)
          surface_section_element_location_dimensionless (STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA)

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

Global rules for this entity data type

          -

public interface ESurface_section_element_location extends EEntity

above_material_discontinuity (explicit attribute)

          boolean testAbove_material_discontinuity(ESurface_section_element_location type)
          int getAbove_material_discontinuity(ESurface_section_element_location type)
          void setAbove_material_discontinuity(ESurface_section_element_location type, int value)
          void unsetAbove_material_discontinuity(ESurface_section_element_location type)

public class CSurface_section_element_location implements ESurface_section_element_location

          static EAttribute attributeAbove_material_discontinuity(ESurface_section_element_location type)

public class ASurface_section_element_location extends AEntity

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