StlFile#

class ansys.additive.core.geometry_file.StlFile(path: str)#

Container for the STL file definition.

Overview#

path

Path of the STL file.

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#