ReferenceFilesDirRelativePath#

class ansys.optislang.core.io.ReferenceFilesDirRelativePath(tail: str | Path, file_path: str | Path | None = None, reference_dir_path: str | Path | None = None)#

Provides for operating on optislang reference files directory relative paths.

Methods

ReferenceFilesDirRelativePath.convert_to_absolute_path()

Convert to AbsolutePath object.

ReferenceFilesDirRelativePath.from_dict(path)

Create an instance of the OptislangPath class from optiSLang output.

ReferenceFilesDirRelativePath.from_file_and_reference_dir_paths(...)

Create an ReferenceFilesDirRelativePath instance.

ReferenceFilesDirRelativePath.to_dict()

Convert to dictionary.

Attributes