Skip to main content

ACP scripting interface 2025 R2

CutoffSelectionRule

Last update: 16.07.2025

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

Attributes

Name Description
CutoffSelectionRule.active Active status of object
CutoffSelectionRule.angle Cut-Off angle
CutoffSelectionRule.changed Triggers Observable to dispatch changed message
CutoffSelectionRule.cutoff_geometry Cut-Off Geometry for the Cut-Off Rule
CutoffSelectionRule.cutoff_rule_type Cutoff rule type. Available options: geometry, taper, variable_taper
CutoffSelectionRule.direction Direction of the offset and angle interpolation for 'variable_taper'
CutoffSelectionRule.distance_type Distance type for offset and angle interpolation for 'variable_taper'
CutoffSelectionRule.edge_set Edge Set for cutoff_rule_type=`taper` or variable_taper
CutoffSelectionRule.enabled Whether this object is currently enabled or not
CutoffSelectionRule.extent Extent of the rule
CutoffSelectionRule.id ID of object
CutoffSelectionRule.include_rule_type Include type
CutoffSelectionRule.is_dict_item Specifies whether the object is an item of a dict
CutoffSelectionRule.is_list_item Specifies whether the object is an item of a list
CutoffSelectionRule.link_path Root path of the current node in the tree for links to this object
CutoffSelectionRule.name Name of object
CutoffSelectionRule.offset Cut-Off offset
CutoffSelectionRule.offset_method Method to compute the offset of a ply
CutoffSelectionRule.offset_type Take offset from edge set perpendicular to element reference surface (out_of_plane) or in element reference surface (in_plane)
CutoffSelectionRule.origin Origin of the offset and angle interpolation for 'variable_taper' cutoff rules
CutoffSelectionRule.parent Parent object in tree
CutoffSelectionRule.ply_cutoff_type Cutoff Types. Available options: production_ply_cutoff,analysis_ply_cutoff
CutoffSelectionRule.ply_tapering Use Ply Tapering Orientation
CutoffSelectionRule.relative_rule_type Relative type
CutoffSelectionRule.root_path Root path of the current node in the tree
CutoffSelectionRule.status Status of the object
CutoffSelectionRule.status_changed Boolean flag which is set to true in C++ when up-to-date status of object changes
CutoffSelectionRule.uid UID of object
CutoffSelectionRule.vertex Throws an error if the object has been removed from the graph

Methods

Name Description
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

Connect with Ansys