Skip to main content
Version: 2026R2

CutOffGeometry

class compolyx.CutOffGeometry(obj, parent=None)

CutOffGeometry guide class

Attributes

NameDescription
CutOffGeometry.activeCut-Off Geometry active
CutOffGeometry.cad_geometryAssociated CADGeometry
CutOffGeometry.enabledWhether this object is currently enabled or not
CutOffGeometry.idID of object
CutOffGeometry.is_dict_itemSpecifies whether the object is an item of a dict
CutOffGeometry.is_list_itemSpecifies whether the object is an item of a list
CutOffGeometry.link_pathRoot path of the current node in the tree for links to this object
CutOffGeometry.nameName of object
CutOffGeometry.orientationOrientation
CutOffGeometry.parentParent object in tree
CutOffGeometry.rel_merge_toleranceRelative Merge Tolerance
CutOffGeometry.root_pathRoot path of the current node in the tree
CutOffGeometry.statusStatus of the object
CutOffGeometry.status_changedBoolean flag which is set to true in C++ when up-to-date status of object changes.
CutOffGeometry.uidUID of object
CutOffGeometry.vertexThis will throw an error if the object has been removed from the graph

Methods

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