Skip to main content
Version: 2026R1

ImportedProductionPly

class compolyx.ImportedProductionPly(graph, obj, parent=None)

Attributes

NameDescription
ImportedProductionPly.activeActive status of object
ImportedProductionPly.analysis_pliesAnalysis Plies of the Production Ply
ImportedProductionPly.anglePly Angle of the Production Ply
ImportedProductionPly.enabledWhether this object is currently enabled or not
ImportedProductionPly.idID of object
ImportedProductionPly.is_dict_itemSpecifies whether the object is an item of a dict
ImportedProductionPly.is_list_itemSpecifies whether the object is an item of a list
ImportedProductionPly.link_pathRoot path of the current node in the tree for links to this object
ImportedProductionPly.mesh
ImportedProductionPly.nameName of object
ImportedProductionPly.parentParent object in tree
ImportedProductionPly.ply_materialPly Material of the Production Ply
ImportedProductionPly.root_pathRoot path of the current node in the tree
ImportedProductionPly.statusStatus of the object
ImportedProductionPly.status_changedBoolean flag which is set to true in C++ when up-to-date status of object changes.
ImportedProductionPly.thicknessThickness of the Production Ply
ImportedProductionPly.uidUID of object
ImportedProductionPly.vertexThrows an error if the object has been removed from the graph

Methods

NameDescription
ImportedProductionPly.find_parent(type)Steps up the tree and returns the first parent with given type
ImportedProductionPly.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
ImportedProductionPly.serialize_name_and_id()Helper function to serialize name and ID
ImportedProductionPly.update()
ImportedProductionPly.visit(visitor)Walk through the tree and let the visitor perform action on every descendant node