Clean Similar Objects

Find duplicate / near-identical NON-CURVE Rhino objects in the current selection — polysurfaces (Breps), extrusions, meshes, and block instances that are stacked in the same place, or the same shape stored as different types (a Brep vs an Extrusion of the same solid). Type-agnostic, catches what SelDup misses on solids. REPORT-ONLY in v1 (diagnoses + counts, deletes nothing); v2 will delete coincident duplicates and boolean-split partial overlaps after confirmation. Trigger when the user wants to dedup / clean duplicate solids, polysurfaces, meshes, or blocks (not curves). Fire on Korean or English requests, e.g. "중복 솔리드 정리", "겹친 폴리서피스", "중복 블록", "duplicate polysurfaces", "dedup solids / breps / blocks". For CURVE dedup use the sibling `clean-similar-curves`.

hongikarchi Updated

File contents

hongikarchi/rhino-mcp-skills/tree/main/.claude/skills/clean-similar-objects commit 96360a8146

Frequently asked questions

npx skillmds@latest add hongikarchi/clean-similar-objects