unreal.GeometryScriptWeldEdgesOptions¶
- class unreal.GeometryScriptWeldEdgesOptions(tolerance: float = 0.0, only_unique_pairs: bool = False)¶
Bases:
StructBaseGeometry Script Weld Edges Options
C++ Source:
Plugin: GeometryScripting
Module: GeometryScriptingCore
File: MeshRepairFunctions.h
Editor Properties: (see get_editor_property/set_editor_property)
only_unique_pairs(bool): [Read-Write] Only merge unambiguous pairs that have unique duplicate-edge matchestolerance(float): [Read-Write] Edges are coincident if both pairs of endpoint vertices, and their midpoint, are closer than this distance