ThicknessData.active | Whether the plot is active or not; an inactive plot is not updated and it does not contain data |
ThicknessData.active_display_data | Returns a dictionary containing display data for this plot owned by the active scene |
ThicknessData.all_display_data | Returns a list of all display data classes in existence for this object |
ThicknessData.changed | Status boolean |
ThicknessData.color_table | |
ThicknessData.component | The requested result component for a specific plot, e.g. s1 for the stress in the 1-direction |
ThicknessData.components | Return the possible component set on this plot type |
ThicknessData.data_scope | Data scope of the plot where results will be evaluated |
ThicknessData.definition_id | |
ThicknessData.description_changed | Status boolean. |
ThicknessData.enabled | Whether this object is currently enabled or not |
ThicknessData.eval_position | The finite element position at which the results are given, e.g. centroid or nodal |
ThicknessData.has_element_wise | Whether the plot offers element-wise data |
ThicknessData.has_ply_wise | Whether the plot offers ply-wise data. |
ThicknessData.id | ID of object |
ThicknessData.is_dict_item | Specifies whether the object is an item of a dict |
ThicknessData.is_list_item | Specifies whether the object is an item of a list |
ThicknessData.link_path | Root path of the current node in the tree for links to this object |
ThicknessData.locked | Returns the locked status of the plot |
ThicknessData.minmax | Min and max value of current data |
ThicknessData.minmax_last_query | Min and max value of data of last query |
ThicknessData.name | Name of object |
ThicknessData.parent | Parent object in tree |
ThicknessData.ply_offset_scale_factor | Offset scale factor |
ThicknessData.ply_wise | Whether to plot ply-wise or element-wise |
ThicknessData.requires_solution | |
ThicknessData.root_path | Root path of the current node in the tree |
ThicknessData.scope_entire_model | Whether the plot scope is the entire model or a subset defined by the data_scope |
ThicknessData.show_on_solids | Whether to plot results on solid or shell elements |
ThicknessData.show_ply_offsets | |
ThicknessData.solution | Solution underlying the plot |
ThicknessData.solution_set | Solution Set selection |
ThicknessData.spot | Not applicable to a thickness plot |
ThicknessData.spots | Return the possible spot set on this plot type |
ThicknessData.status | Status of the object |
ThicknessData.status_changed | Boolean flag which is set to true in C++ when up-to-date status of object changes |
ThicknessData.uid | UID of object |
ThicknessData.updated | Status boolean |
ThicknessData.uptodate | Whether the plot is up-to-date |
ThicknessData.vertex | This will throw an error if the object has been removed from the graph |