ITools#

class ansys.mechanical.stubs.v251.Ansys.ACT.Interfaces.Common.ITools#

Bases: object

Defines common tools.

Overview#

GetGeoDataFromFile

Returns the geo data model object for the CAD file name specified.

GetMeshDataFromFile

Returns the mesh data model associated to the file name specified.

GetResultsDataFromFile

Returns the result reader object associated to the file name specified.

Method detail#

ITools.GetGeoDataFromFile(filename: str) Ansys.ACT.Interfaces.Geometry.IGeoData#

Returns the geo data model object for the CAD file name specified.

ITools.GetMeshDataFromFile(filename: str, bodyGrouping: str) Ansys.ACT.Interfaces.Mesh.IMeshData#

Returns the mesh data model associated to the file name specified.

ITools.GetResultsDataFromFile(filename: str) Ansys.ACT.Interfaces.Post.IResultReader#

Returns the result reader object associated to the file name specified.