ENTITY volume_3d_element_value_and_location

(* SCHEMA finite_element_analysis_control_and_result_schema; *)
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;

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:14:00-04:00