cad_sketch_pattern
Create geometric copies of sketch entities in linear or circular patterns with specified spacing or angle.
Instructions
Repeat sketch lines/circles as geometric copies. kind=linear needs direction=[dx,dy] + spacing (inches between instances); kind=circular needs center=[cx,cy] + angle (degrees between instances). count is the total incl. the original. Copies are geometric (not a live-linked pattern). Returns {originalId: [copyIds...]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | ||
| entityIds | Yes | ||
| kind | Yes | ||
| count | Yes | ||
| direction | No | ||
| spacing | No | ||
| center | No | ||
| angle | No |