set_body_color
Change the appearance of a 3D model body by specifying RGB color values and opacity in Fusion 360.
Instructions
Set the color (appearance) of a body using RGB values.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body_name | Yes | Name of the body. | |
| red | Yes | Red component (0-255). | |
| green | Yes | Green component (0-255). | |
| blue | Yes | Blue component (0-255). | |
| opacity | No | Opacity (0.0 = transparent, 1.0 = opaque). | |
| component_name | No | Optional component name. |