poly_detach_faces
Detach specific faces from an object into a new named object, or clone them while preserving the original faces. Provide face indices and an object name to separate geometry cleanly.
Instructions
把所选面从原对象分离成一个(或克隆出)新对象。name 为新建对象名。 [English] Detach the selected faces into a new object (or clone them into one). name is the new object's name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | 新建对象名。 | Name of the new object. | |
| clone | No | 是否克隆(保留原面),默认否。 | Clone instead of moving (keep originals), default false. | |
| faces | Yes | 要分离的面索引。 | Face indices to detach. | |
| objects | No | 对象名列表;省略则使用当前选择。 | Object names; omit to use the current selection. |