Skip to main content
Version: 2026R1

CutoffSelectionRule

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

Attributes

NameDescription
CutoffSelectionRule.activeActive status of object
CutoffSelectionRule.angleCut-Off angle
CutoffSelectionRule.changedTriggers Observable to dispatch changed message
CutoffSelectionRule.cutoff_geometryCut-Off Geometry for the Cut-Off Rule
CutoffSelectionRule.cutoff_rule_typeCutoff rule type. Available options: geometry, taper, variable_taper
CutoffSelectionRule.directionDirection of the offset and angle interpolation for 'variable_taper'
CutoffSelectionRule.distance_typeDistance type for offset and angle interpolation for 'variable_taper'
CutoffSelectionRule.edge_setEdge Set for cutoff_rule_type=`taper` or variable_taper
CutoffSelectionRule.enabledWhether this object is currently enabled or not
CutoffSelectionRule.extentExtent of the rule
CutoffSelectionRule.idID of object
CutoffSelectionRule.include_rule_typeInclude type
CutoffSelectionRule.is_dict_itemSpecifies whether the object is an item of a dict
CutoffSelectionRule.is_list_itemSpecifies whether the object is an item of a list
CutoffSelectionRule.link_pathRoot path of the current node in the tree for links to this object
CutoffSelectionRule.nameName of object
CutoffSelectionRule.offsetCut-Off offset
CutoffSelectionRule.offset_methodMethod to compute the offset of a ply
CutoffSelectionRule.offset_typeTake offset from edge set perpendicular to element reference surface (out_of_plane) or in element reference surface (in_plane)
CutoffSelectionRule.originOrigin of the offset and angle interpolation for 'variable_taper' cutoff rules
CutoffSelectionRule.parentParent object in tree
CutoffSelectionRule.ply_cutoff_typeCutoff Types. Available options: production_ply_cutoff,analysis_ply_cutoff
CutoffSelectionRule.ply_taperingUse Ply Tapering Orientation
CutoffSelectionRule.relative_rule_typeRelative type
CutoffSelectionRule.root_pathRoot path of the current node in the tree
CutoffSelectionRule.statusStatus of the object
CutoffSelectionRule.status_changedBoolean flag which is set to true in C++ when up-to-date status of object changes
CutoffSelectionRule.uidUID of object
CutoffSelectionRule.vertexThrows an error if the object has been removed from the graph

Methods

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