Enum Format
Namespace: Autodesk.ModelDerivative.Model
Assembly: Autodesk.ModelDerivative.dll
Specifies the format of the file to create, when the specified output is STL. Possible values are:
ascii
- Create derivative as an ASCII STL file.binary
- (Default) Create derivative as a binary STL file.
[JsonConverter(typeof(StringEnumConverter))]
public enum Format
Fields
Ascii = 1
Enum Ascii for value: ascii
Binary = 0
Enum Binary for value: binary