Overview Schemas Index

finite_element_analysis_control_and_result_schema         


ENTITY single_point_constraint_element
          SUBTYPE OF (constraint_element);
          required_node : node_output_reference;
          coordinate_system : fea_axis2_placement_3d;
          freedoms_and_values : SET [1:?] OF freedom_and_coefficient;
          description : text;
END_ENTITY; -- single_point_constraint_element

Entity data types and their attributes

constraint_element
          element_id: identifier;
          steps: SET [1:?] OF control_analysis_step;
single_point_constraint_element
          required_node: node_output_reference;
          coordinate_system: fea_axis2_placement_3d;
          freedoms_and_values: SET [1:?] OF freedom_and_coefficient;
          description: text;

Users: by entity attributes

constraint_element
          element_nodal_freedom_actions.element
                    model_or_control_element
          element_sequence.elements
                    model_or_control_element
single_point_constraint_element
          single_point_constraint_element_values.element

Users: by defined types, not used by any entity attribute

single_point_constraint_element
          -

Global rules for this entity data type

          -