ENTITY volume_3d_element_value_and_location

(* SCHEMA structural_analysis_design; *)
  ENTITY volume_3d_element_value_and_location;
      simple_value      : field_value;
      location          : volume_element_location;
      coordinate_system : OPTIONAL volume_3d_element_coordinate_system;
    WHERE
      wr1: necessary_value_coordinate_system(simple_value,
               coordinate_system);
  END_ENTITY; -- volume_3d_element_value_and_location

Explicit Attributes

Entity volume_3d_element_value_and_location has the following local and inherited explicit attributes:
AttributeTypeDefined By
 simple_valuefield_value (SELECT)volume_3d_element_value_and_location
 locationvolume_element_location (ENTITY)volume_3d_element_value_and_location
 coordinate_systemvolume_3d_element_coordinate_system (SELECT)volume_3d_element_value_and_location

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity volume_3d_element_value_and_location and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 volume_3d_element_boundary_edge_location_point_volume_variable_values ENTITY volume_3d_element_value_and_location
 volume_3d_element_boundary_location_point_variable_values ENTITY volume_3d_element_value_and_location
 volume_3d_element_location_point_variable_values ENTITY volume_3d_element_value_and_location


[Top Level Definitions] [Exit]

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