RegisteredFilePath#

class ansys.optislang.core.io.RegisteredFilePath(name: str, uuid: str, path: str | Path | None = None)#

Provides for operating on optislang registered files paths.

Methods

RegisteredFilePath.convert_to_absolute_path()

Convert to AbsolutePath object.

RegisteredFilePath.from_dict(path)

Create an instance of the OptislangPath class from optiSLang output.

RegisteredFilePath.to_dict()

Convert to dictionary.

Attributes

RegisteredFilePath.name

Registered file name.

RegisteredFilePath.path

Path to the registered file.

RegisteredFilePath.type

Type of the path.

RegisteredFilePath.uuid

Registered file uid.