LabelExportParams#
- class ansys.meshing.prime.LabelExportParams(model=None, label_expression_for_nodal_components=None, json_data=None, **kwargs)#
Parameters to control the export of labels as Nodal or Element Components in CDB. By default, all the labels are exported as Element Components.
- Parameters:
- model: Model
Model to create a
LabelExportParamsobject with default parameters.- label_expression_for_nodal_components: str, optional
Label expression to export matching labels as Nodal Components in CDB. Non-matching labels will be exported as Element Components.
This is a beta parameter. The behavior and name may change in the future.
- json_data: dict, optional
JSON dictionary to create a
LabelExportParamsobject with provided parameters.
Examples
>>> label_export_params = prime.LabelExportParams(model = model)
Methods
Print the default values of
LabelExportParamsobject.Set the default values of the
LabelExportParamsobject.Attributes
Label expression to export matching labels as Nodal Components in CDB.