assembly_place
Place a copy of a master part into an assembly at a specified position and rotation, and register it in the manifest for assembly reporting.
Instructions
Place a COPY of a master part into the assembly, posed and registered. The master stays where it is; the copy is moved so its bounding-box anchor ('min' = the lowest corner, natural for putting a part ON something at height z; 'center') lands at (x,y,z), then rotated rot_z degrees about that point. The instance is recorded under name in a manifest beside the drawing, which is what contact_report and assembly_list read - the assembly is the sentence 'these copies belong together' that a bare drawing cannot say.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| z | No | ||
| name | Yes | ||
| rot_z | No | ||
| anchor | No | min | |
| master_handle | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |