StlFile# class ansys.additive.core.geometry_file.StlFile(path: str)# Container for the STL file definition. Overview# Properties path Path of the STL file. Special methods __repr__ __eq__ Import detail# from ansys.additive.core.geometry_file import StlFile Property detail# property StlFile.path: str# Path of the STL file. Method detail# StlFile.__repr__()# StlFile.__eq__(other: object) → bool#