set_default Last update: 20.02.2026 static MergeBoundaryNodesParams.set_default(tolerance=None, use_absolute_tolerance=None, merge_node_type=None) Set the default values of the MergeBoundaryNodesParams object. Parameters: tolerance: float, optional : Distance tolerance for merging boundary nodes. use_absolute_tolerance: bool, optional : Indicates whether the tolerance provided is an absolute value or not. merge_node_type: MergeNodeType, optional : Type of nodes to be merged.