geometry_get_boundaries
Retrieve all geometry boundaries with their numbers and areas to identify which boundary numbers correspond to faces before setting boundary conditions.
Instructions
Get all boundaries from a geometry with their properties.
Use this to identify which boundary numbers correspond to which faces before setting boundary conditions.
Args: geometry_name: Geometry sequence name (default: first geometry) component_name: Component name (default: 'comp1') model_name: Model name (default: current model)
Returns: List of boundaries with their numbers and areas
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_name | No | ||
| geometry_name | No | ||
| component_name | No | comp1 |