UserDefinedData.active | Whether the plot is active or not; an inactive plot is not updated and it does not contain data |
UserDefinedData.active_display_data | Returns a dictionary containing display data for this plot owned by the active scene |
UserDefinedData.all_display_data | Returns a list of all display data classes in existence for this object |
UserDefinedData.changed | Status boolean |
UserDefinedData.color_table | |
UserDefinedData.component | The requested result component for a specific plot, e.g. s1 for the stress in the 1-direction |
UserDefinedData.components | Return the possible component set on this plot type |
UserDefinedData.data_scope | Data scope of the plot where results will be evaluated |
UserDefinedData.definition_id | |
UserDefinedData.description_changed | Status boolean |
UserDefinedData.enabled | Whether this object is currently enabled or not |
UserDefinedData.eval_position | The finite element position at which the results are given, e.g. centroid or nodal |
UserDefinedData.has_element_wise | Whether the plot offers element-wise data |
UserDefinedData.has_ply_wise | Whether the plot offers ply-wise data |
UserDefinedData.id | ID of object |
UserDefinedData.is_dict_item | Specifies whether the object is an item of a dict |
UserDefinedData.is_list_item | Specifies whether the object is an item of a list |
UserDefinedData.link_path | Root path of the current node in the tree for links to this object |
UserDefinedData.locked | Returns the locked status of the plot |
UserDefinedData.minmax | Min and max value of current data |
UserDefinedData.minmax_last_query | Min and max value of data of last query |
UserDefinedData.name | Name of object |
UserDefinedData.parent | Parent object in tree |
UserDefinedData.ply_offset_scale_factor | Offset scale factor |
UserDefinedData.ply_wise | Whether to plot ply-wise or element-wise |
UserDefinedData.requires_solution | |
UserDefinedData.root_path | Root path of the current node in the tree |
UserDefinedData.scope_entire_model | Whether the plot scope is the entire model or a subset defined by the data_scope |
UserDefinedData.show_on_solids | Whether to plot results on solid or shell elements |
UserDefinedData.show_ply_offsets | |
UserDefinedData.show_user_text | Whether to show the user-defined text labels or not |
UserDefinedData.solution | Solution underlying the plot |
UserDefinedData.solution_set | Solution Set selection |
UserDefinedData.spot | Not applicable to a user-defined plot |
UserDefinedData.spots | Return the possible spot set on this plot type |
UserDefinedData.status | Status of the object |
UserDefinedData.status_changed | Boolean flag which is set to true in C++ when up-to-date status of object changes |
UserDefinedData.text_threshold | Threshold above/below which user text is hidden |
UserDefinedData.text_threshold_type | "show_all" (default), "show_only_values_above_threshold", "show_only_values_below_threshold |
UserDefinedData.uid | UID of object |
UserDefinedData.updated | Status boolean |
UserDefinedData.uptodate | Whether the plot is uptodate |
UserDefinedData.user_data | Access to the user-defined data of the plot |
UserDefinedData.user_element_centroids | Retrieve the centroids of the elements consistent with the current user element indices/labels |
UserDefinedData.user_element_indices | Access the indices for the given data-scope |
UserDefinedData.user_element_labels | Access the labels for the given data-scope |
UserDefinedData.user_script | Body of the script to be executed is user_script_enabled is set to True |
UserDefinedData.user_script_enabled | Whether to run a custom script on update |
UserDefinedData.user_text | Access to the user-defined text of the plot |
UserDefinedData.vertex | This will throw an error if the object has been removed from the graph |