Overview Schemas Index

finite_element_analysis_control_and_result_schema         


ENTITY nodal_dof_reduction
          SUBTYPE OF (constraint_element);
          required_node : node_output_reference;
          coordinate_system : fea_axis2_placement_3d;
          freedoms : SET [1:?] OF degree_of_freedom;
          description : text;
END_ENTITY; -- nodal_dof_reduction

Entity data types and their attributes

constraint_element
          element_id: identifier;
          steps: SET [1:?] OF control_analysis_step;
nodal_dof_reduction
          required_node: node_output_reference;
          coordinate_system: fea_axis2_placement_3d;
          freedoms: SET [1:?] OF degree_of_freedom;
          description: text;

Users: by entity attributes

constraint_element
          element_nodal_freedom_actions.element
                    model_or_control_element
          element_sequence.elements
                    model_or_control_element
nodal_dof_reduction

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

nodal_dof_reduction
          -

Global rules for this entity data type

          -