unreal.GeometryScriptWeldEdgesOptions

class unreal.GeometryScriptWeldEdgesOptions(tolerance=1e-06, only_unique_pairs=True)

Bases: unreal.StructBase

Geometry 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 Unique Pairs: Only merge unambiguous pairs that have unique duplicate-edge matches

  • tolerance (float): [Read-Write] Tolerance: Edges are coincident if both pairs of endpoint vertices, and their midpoint, are closer than this distance

property only_unique_pairs

[Read-Write] Only Unique Pairs: Only merge unambiguous pairs that have unique duplicate-edge matches

Type

(bool)

property tolerance

[Read-Write] Tolerance: Edges are coincident if both pairs of endpoint vertices, and their midpoint, are closer than this distance

Type

(float)