Overview Schemas Index

FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA (jsdai.SFinite_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

          -

public interface ENodal_dof_reduction extends EConstraint_element

required_node (explicit attribute)

          int testRequired_node(ENodal_dof_reduction type)
          case 1
              EEntity getRequired_node(ENodal_dof_reduction type)
              void setRequired_node(ENodal_dof_reduction type, EEntity value, EEntity node1)
          void unsetRequired_node(ENodal_dof_reduction type)

coordinate_system (explicit attribute)

          boolean testCoordinate_system(ENodal_dof_reduction type)
          EFea_axis2_placement_3d getCoordinate_system(ENodal_dof_reduction type)
          void setCoordinate_system(ENodal_dof_reduction type, EFea_axis2_placement_3d value)
          void unsetCoordinate_system(ENodal_dof_reduction type)

freedoms (explicit attribute)

          boolean testFreedoms(ENodal_dof_reduction type)
          ADegree_of_freedom getFreedoms(ENodal_dof_reduction type)
          ADegree_of_freedom createFreedoms(ENodal_dof_reduction type)
          void unsetFreedoms(ENodal_dof_reduction type)

description (explicit attribute)

          boolean testDescription(ENodal_dof_reduction type)
          String getDescription(ENodal_dof_reduction type)
          void setDescription(ENodal_dof_reduction type, String value)
          void unsetDescription(ENodal_dof_reduction type)

public class CNodal_dof_reduction implements ENodal_dof_reduction

          static EAttribute attributeRequired_node(ENodal_dof_reduction type)
          static int usedinRequired_node(ENodal_dof_reduction type, EEntity instance, ASdaiModel domain, ANodal_dof_reduction result)
          static EAttribute attributeCoordinate_system(ENodal_dof_reduction type)
          static int usedinCoordinate_system(ENodal_dof_reduction type, EFea_axis2_placement_3d instance, ASdaiModel domain, ANodal_dof_reduction result)
          static EAttribute attributeFreedoms(ENodal_dof_reduction type)
          static int usedinFreedoms(ENodal_dof_reduction type, EEntity instance, ASdaiModel domain, ANodal_dof_reduction result)
          static EAttribute attributeDescription(ENodal_dof_reduction type)

public class ANodal_dof_reduction extends AEntity

          public ENodal_dof_reduction getByIndex(int index)
          public ENodal_dof_reduction getCurrentMember(SdaiIterator it)