export_skin#
- SolidModel.export_skin(path, *, format)#
Export the skin of the solid model to a file.
- Parameters:
path (str | PathLike[str]) – Path to the file where the solid model skin is saved.
format (SolidModelSkinExportFormat) – Format of the exported file. Available formats are
"ansys:cdb"
,"step"
,"iges"
, and"stl"
.