Stitch

Stitch Mesh boundaries to Target boundaries. Selection vertices in Mesh is optional.

Parameter
Description

StitchingType

enum

Specifies the method used for stitching geometry (either by weights or proximity).

UseEdgeClosestPoint

bool

If true, matches vertices to the closest point on mesh edges instead of exact vertex correspondence.

WeightThreshold

float

Controls the strictness of weight-based matching; higher values allow more lenient matches (used only with Weights stitching).

VertexThreshold

float

Sets the maximum allowed distance for proximity-based matching (used only with Proximity stitching).

Last updated

Was this helpful?