Table of Contents

Enum JobPayloadFormat_advanced_materialMode

Namespace
Autodesk.ModelDerivative.Models
Assembly
Autodesk.ModelDerivative.dll

Specifies the materials to apply to the generated SVF derivatives. Available options are:- auto - (Default) Use the current setting of the default view of the input file.- basic - Use basic materials.- autodesk - Use Autodesk materials.

public enum JobPayloadFormat_advanced_materialMode

Fields

[EnumMember(Value = "auto")] Auto = 0
[EnumMember(Value = "autodesk")] Autodesk = 2
[EnumMember(Value = "basic")] Basic = 1