FUNCTION required_0d_nodes

(* SCHEMA structural_response_representation_schema; *)
FUNCTION required_0d_nodes
  (node_list                : LIST [1:?] OF node_representation): BOOLEAN;

  RETURN (SIZEOF (node_list) = 1);

END_FUNCTION;

Referenced By

Defintion required_0d_nodes is references by the following definitions:
DefinitionType
 axisymmetric_curve_2d_element_representation ENTITY
 plane_curve_2d_element_representation ENTITY
 point_element_representation ENTITY


[Top Level Definitions] [Exit]

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