ENTITY surface_2d_element_value_and_location

(* SCHEMA structural_analysis_design; *)
  ENTITY surface_2d_element_value_and_location;
      simple_value      : field_value;
      location          : surface_element_location;
      coordinate_system : OPTIONAL surface_2d_state_coordinate_system;
    WHERE
      wr1: necessary_value_coordinate_system(simple_value,
               coordinate_system);
  END_ENTITY; -- surface_2d_element_value_and_location

Explicit Attributes

Entity surface_2d_element_value_and_location has the following local and inherited explicit attributes:
AttributeTypeDefined By
 simple_valuefield_value (SELECT)surface_2d_element_value_and_location
 locationsurface_element_location (ENTITY)surface_2d_element_value_and_location
 coordinate_systemsurface_2d_state_coordinate_system (SELECT)surface_2d_element_value_and_location

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity surface_2d_element_value_and_location and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 surface_2d_element_boundary_edge_location_point_variable_values ENTITY surface_2d_element_value_and_location
 surface_2d_element_boundary_location_point_surface_variable_values ENTITY surface_2d_element_value_and_location
 surface_2d_element_location_point_variable_values ENTITY surface_2d_element_value_and_location


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:15:06-04:00