geometry_add_sphere
Add a sphere to a COMSOL model geometry by specifying its center position and radius. Integrates into the selected component and geometry sequence.
Instructions
Add a sphere to the geometry.
Args: position: Center [x, y, z] in meters radius: Radius in meters (default: 0.5) geometry_name: Geometry sequence name (default: first geometry) component_name: Component name (default: 'comp1') feature_name: Feature name (auto-generated if None) model_name: Model name (default: current model)
Returns: Created sphere info
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| position | No | ||
| radius | No | ||
| geometry_name | No | ||
| component_name | No | comp1 | |
| feature_name | No | ||
| model_name | No |