ComponentChildrenResults#
- class ansys.meshing.prime.ComponentChildrenResults(model=None, component_ids=None, component_names=None, body_ids=None, body_names=None, json_data=None, **kwargs)#
Results associated with querying child components.
- Parameters:
- model: Model
Model to create a
ComponentChildrenResultsobject with default parameters.- component_ids: Iterable[int], optional
Ids of components that are queried.
This is a beta parameter. The behavior and name may change in the future.
- component_names: List[str], optional
Names of components that are queried.
This is a beta parameter. The behavior and name may change in the future.
- body_ids: Iterable[int], optional
Ids of bodies that are queried.
This is a beta parameter. The behavior and name may change in the future.
- body_names: List[str], optional
Names of bodies that are queried.
This is a beta parameter. The behavior and name may change in the future.
- json_data: dict, optional
JSON dictionary to create a
ComponentChildrenResultsobject with provided parameters.
Examples
>>> component_children_results = prime.ComponentChildrenResults(model = model)
Methods
Print the default values of
ComponentChildrenResultsobject.Set the default values of the
ComponentChildrenResultsobject.Attributes
Ids of bodies that are queried.
Names of bodies that are queried.
Ids of components that are queried.
Names of components that are queried.