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