DesignFileFormat#

class ansys.geometry.core.designer.design.DesignFileFormat(*args, **kwds)#

Bases: enum.Enum

Provides supported file formats that can be downloaded for designs.

Overview#

__str__

Represent object in string format.

Import detail#

from ansys.geometry.core.designer.design import DesignFileFormat

Attribute detail#

DesignFileFormat.SCDOCX = 'SCDOCX'#
DesignFileFormat.PARASOLID_TEXT = 'PARASOLID_TEXT'#
DesignFileFormat.PARASOLID_BIN = 'PARASOLID_BIN'#
DesignFileFormat.FMD = 'FMD'#
DesignFileFormat.STEP = 'STEP'#
DesignFileFormat.IGES = 'IGES'#
DesignFileFormat.PMDB = 'PMDB'#
DesignFileFormat.STRIDE = 'STRIDE'#
DesignFileFormat.DISCO = 'DISCO'#
DesignFileFormat.INVALID = 'INVALID'#

Method detail#

DesignFileFormat.__str__()#

Represent object in string format.