ENTITY nodal_dof_reduction

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

Explicit Attributes

Entity nodal_dof_reduction has the following local and inherited explicit attributes:
AttributeTypeDefined By
 element_ididentifier (STRING)constraint_element
 stepsSET OF control_analysis_step (ENTITY)constraint_element
 required_nodenode_output_reference (SELECT)nodal_dof_reduction
 coordinate_systemfea_axis2_placement_3d (ENTITY)nodal_dof_reduction
 freedomsSET OF degree_of_freedom (SELECT)nodal_dof_reduction
 descriptiontext (STRING)nodal_dof_reduction

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity nodal_dof_reduction inherits from the following supertypes:
  constraint_element

Subtypes

    No subtypes

Referenced By

Entity nodal_dof_reduction and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 constraint_element ENTITY nodal_dof_reduction
 model_or_control_element SELECT constraint_element


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:14:00-04:00