    

 ## On this page

  

 

 # get\_component\_children\_by\_path

 Last update: 20.02.2026 

<a id="ansys.meshing.prime.Part.get_component_children_by_path"></a>

#### Part.get\_component\_children\_by\_path(path, params)

Gets the child components for a component using the given parameters.

- **Parameters:**
    
    **path**: Path to component for which child components are queried.
    
    **params**: Parameters to get child component.
- **Returns:**
    
    [`ComponentChildrenResults`](ansys.meshing.prime.ComponentChildrenResults.md#ansys.meshing.prime.ComponentChildrenResults): Returns the ComponentChildrenResults structure.
- **Return type:**
    
    [`ComponentChildrenResults`](ansys.meshing.prime.ComponentChildrenResults.md#ansys.meshing.prime.ComponentChildrenResults)

### Notes

**This is a beta API**. **The behavior and implementation may change in future**.

### Examples

```pycon
&gt;&gt;&gt; results = part.get_component_children_by_path(path, params)

```