set_default#

static ComponentChildrenResults.set_default(component_ids=None, component_names=None, body_ids=None, body_names=None)#

Set the default values of the ComponentChildrenResults object.

Parameters:
component_ids: Iterable[int], optional

Ids of components that are queried.

component_names: List[str], optional

Names of components that are queried.

body_ids: Iterable[int], optional

Ids of bodies that are queried.

body_names: List[str], optional

Names of bodies that are queried.