ComponentChildrenParams#
- class ansys.meshing.prime.ComponentChildrenParams(model=None, json_data=None, **kwargs)#
Parameters associated with querying child components.
- Parameters:
- model: Model
Model to create a
ComponentChildrenParamsobject with default parameters.- json_data: dict, optional
JSON dictionary to create a
ComponentChildrenParamsobject with provided parameters.
Examples
>>> component_children_params = prime.ComponentChildrenParams(model = model)
Methods
Print the default values of
ComponentChildrenParamsobject.Set the default values of the
ComponentChildrenParamsobject.