set_default#
- static WrapperCloseGapsParams.set_default(target=None, gap_size=None, material_point_name=None, suggested_part_name=None, number_of_threads=None)#
Set the default values of WrapperCloseGapsParams.
- Parameters:
- target: ScopeDefinition, optional
Scope of target face zonelets to patch gaps between scope and target. If empty scope is provided, CloseGaps patch gaps within scope.
- gap_size: float, optional
Maximum gap size to be closed.
- material_point_name: str, optional
Material point name near the gaps to be closed.
- suggested_part_name: str, optional
Suggested part name for created patching surfaces.
- number_of_threads: int, optional
Number of threads for multithreading.