create_sketch_arc
Create an arc on a standard plane by specifying center, radius, and angle range. Ideal for precise arc geometry in CAD sketches.
Instructions
Create an arc sketch on a standard plane
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Sketch name | Sketch |
| plane | No | Sketch plane | Front |
| radius | Yes | Radius in inches | |
| centerX | No | Center X in inches | |
| centerY | No | Center Y in inches | |
| endAngle | No | End angle in degrees | |
| elementId | Yes | Part Studio element ID | |
| documentId | Yes | Document ID | |
| startAngle | No | Start angle in degrees (0 = positive X) | |
| workspaceId | Yes | Workspace ID |