Enum ExportFileStructure
Namespace: Autodesk.ModelDerivative.Model
Assembly: Autodesk.ModelDerivative.dll
Specifies the structure of the derivative, when the specified output is STL. Possible values are:
single
(Default) Create one STL file for all the input files (assembly file).multiple
: Create a separate STL file for each object
[JsonConverter(typeof(StringEnumConverter))]
public enum ExportFileStructure
Fields
Multiple = 1
Enum Multiple for value: multiple
Single = 0
Enum Single for value: single