|
ENTITY surface_3d_element_boundary_edge_constant_specified_surface_variable_value SUBTYPE OF (surface_3d_element_field_variable_definition); simple_value : field_value; variable : boundary_edge_variable; element_edge : surface_3d_edge; coordinate_system : OPTIONAL surface_3d_element_coordinate_system; WHERE WR1: necessary_value_coordinate_system (simple_value, coordinate_system); WR2: consistent_value (simple_value, variable); WR3: appropriate_value_existence (simple_value, TYPEOF (SELF\state_definition.defined_state)); END_ENTITY; -- surface_3d_element_boundary_edge_constant_specified_surface_variable_value |
Entity data types and their attributesstate_definitiondefined_state: state; field_variable_definition - field_variable_element_definition - surface_3d_element_field_variable_definition element: surface_3d_element_output_reference; surface_3d_element_boundary_edge_constant_specified_surface_variable_value simple_value: field_value; variable: boundary_edge_variable; element_edge: surface_3d_edge; (OPT) coordinate_system: surface_3d_element_coordinate_system; |
Global rules for this entity data type- |