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
Convert to AbsolutePath object.
Create an instance of the
OptislangPathclass from optiSLang output.Convert to dictionary.
Attributes
Registered file name.
Path to the registered file.
Type of the path.
Registered file uid.