create_primitive
Creates a primitive mesh (cube, plane, sphere, cylinder, cone, torus, circle, monkey, empty, or text) in Blender with configurable size, radius, depth, segments, location, rotation, and scale.
Instructions
新建基础物体。type: cube/plane/uv_sphere/ico_sphere/cylinder/cone/torus/circle/monkey/empty/text。 size 用于 cube/plane/monkey;radius 用于球/柱/锥/环/圆;depth 用于柱/锥(torus 时为 minor_radius);segments 为分段数。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| size | No | ||
| text | No | ||
| type | Yes | ||
| depth | No | ||
| scale | No | ||
| radius | No | ||
| location | No | ||
| rotation | No | ||
| segments | No | ||
| collection | No |