Create Cylinder
create_cylinderGenerate a solid cylinder in Fusion 360 with specified radius, height, axis, and base coordinates.
Instructions
Create a cylinder primitive (non-parametric via TemporaryBRepManager)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| axis | No | Cylinder axis direction | z |
| base_x | No | ||
| base_y | No | ||
| base_z | No | ||
| height | Yes | ||
| radius | Yes |