Skip to main content
Version: 2026R1

AngleData

class compolyx.plot_data.AngleData(graph, obj, parent=None, display_data=None)

Attributes

NameDescription
AngleData.activeWhether the plot is active or not; an inactive plot is not updated and it does not contain data
AngleData.active_display_dataReturns a dictionary containing display data for this plot owned by the active scene
AngleData.all_display_dataReturns a list of all display data classes in existence for this object
AngleData.changedStatus boolean
AngleData.color_table
AngleData.componentThe requested result component for a specific plot, e.g. s1 for the stress in the 1-direction
AngleData.componentsReturn the possible component set on this plot type
AngleData.data_scopeData scope of the plot where results will be evaluated
AngleData.definition_id
AngleData.description_changedStatus boolean
AngleData.enabledWhether this object is currently enabled or not
AngleData.eval_positionThe finite element position at which the results are given, e.g. centroid or nodal
AngleData.has_element_wiseWhether the plot offers element-wise data
AngleData.has_ply_wiseWhether the plot offers ply-wise data
AngleData.idID of object
AngleData.is_dict_itemSpecifies whether the object is an item of a dict
AngleData.is_list_itemSpecifies whether the object is an item of a list
AngleData.link_pathRoot path of the current node in the tree for links to this object
AngleData.lockedReturns the locked status of the plot
AngleData.minmaxMin and max value of current data
AngleData.minmax_last_queryMin and max value of data of last query
AngleData.nameName of object
AngleData.parentParent object in tree
AngleData.ply_offset_scale_factorOffset scale factor
AngleData.ply_wiseWhether to plot ply-wise or element-wise
AngleData.requires_solution
AngleData.root_pathRoot path of the current node in the tree
AngleData.scope_entire_modelWhether the plot scope is the entire model or a subset defined by the data_scope
AngleData.show_on_section_cuts
AngleData.show_on_solidsWhether to plot results on solid or shell elements
AngleData.show_ply_offsets
AngleData.solutionSolution underlying the plot
AngleData.solution_setSolution Set selection
AngleData.spotNot applicable to an angle plot
AngleData.spotsReturn the possible spot set on this plot type
AngleData.statusStatus of the object
AngleData.status_changedBoolean flag which is set to true in C++ when up-to-date status of object changes
AngleData.uidUID of object
AngleData.updatedStatus boolean
AngleData.uptodateWhether the plot is up-to-date
AngleData.vertexThis will throw an error if the object has been removed from the graph

Methods

NameDescription
AngleData.add_data_scope_entity(entity)Add 1 entity to the Data Scope of a plot
AngleData.clear_data_scope()Cleares the complete data scope of a plot, i.e. all scope entities are removed at once
AngleData.display_data_create([parent])Function for internal use, not meant for scripting
AngleData.find_parent(type)Function steps up the tree and returns the first parent with given type
AngleData.get_data([visible, selected])Get data of plot
AngleData.get_deformations([visible, selected])Function used internally to query matching nodal deformations for a given plot
AngleData.get_element_indices([visible, ...])Get element indices (ACP internal element numbers starting from 0) of plot
AngleData.get_element_labels([visible, selected])Get element labels (element numbers as read from / written to mesh files) of plot
AngleData.get_full_description()This function returns information displayed together with the legend
AngleData.get_ply_offsets([visible, selected])Get the offset between plies and reference surface
AngleData.obj_exists()Checks if __obj still references the C++ object (i.e. has not been reset to None by self._delete) and exists in the graph
AngleData.remove_data_scope_entity(entity)Remove 1 entity to the Data Scope of a plot
AngleData.serialize()Serialize to Python string
AngleData.serialize_create_function()
AngleData.serialize_name_and_id()Helper function to serialize name and ID
AngleData.serialize_properties()Serialize to Python string
AngleData.serialize_python_only_attributes()
AngleData.update()
AngleData.visit(visitor)Walk through the tree and let the visitor perform action on every descendant node