get_element_responses_info¶
- opstool.post.get_element_responses_info(ele_type, print_help=True)[source]¶
Return a dictionary of response types, dimensions, and DOFs for the given element type.
Added in opstool v1.0.25.
- Return type:
dict
Parameters¶
- ele_typestr
The type of element (e.g., “frame”, “truss”, “fibersection”, “plane”, “solid”, “shell”, “link”, “contact”).
- print_helpbool, optional
If True, prints the available response types and their dimensions/DOFs. Default is True.
Returns¶
- dict
A dictionary containing response types, dimensions, and DOFs for the specified element type.