Skip to main content

Prime Mesh Python client library 2025 R2 SP04

get_component_children_by_path

Last update: 20.02.2026

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 : Returns the ComponentChildrenResults structure.

  • Return type:

    ComponentChildrenResults

Notes

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

Examples

>>> results = part.get_component_children_by_path(path, params)

Connect with Ansys