ExportSTLParams#
- class ansys.meshing.prime.ExportSTLParams(model=None, part_ids=None, json_data=None, **kwargs)#
Parameters to export STL file.
- Parameters:
- model: Model
Model to create a
ExportSTLParamsobject with default parameters.- part_ids: Iterable[int], optional
Ids of parts to export.
- json_data: dict, optional
JSON dictionary to create a
ExportSTLParamsobject with provided parameters.
Examples
>>> export_stlparams = prime.ExportSTLParams(model = model)
Methods
Print the default values of
ExportSTLParamsobject.ExportSTLParams.set_default([part_ids])Set the default values of the
ExportSTLParamsobject.Attributes
Ids of parts to export.