Request

Response

    Class JobPayloadFormatAdvancedSTLAdvanced

    Namespace: Autodesk.ModelDerivative.Model
    Assembly: Autodesk.ModelDerivative.dll

    Advanced options for stl type.

    [DataContract]
    public class JobPayloadFormatAdvancedSTLAdvanced
    

    Inheritance

    object JobPayloadFormatAdvancedSTLAdvanced

    Inherited Members

    object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()

    Constructors

    JobPayloadFormatAdvancedSTLAdvanced()

    Initializes a new instance of the class.

    public JobPayloadFormatAdvancedSTLAdvanced()
    

    Properties

    ExportColor

    Color is exported by default. If set to true, color is exported. If set to false, color is not exported.

    [DataMember(Name = "exportColor", EmitDefaultValue = false)]
    public bool? ExportColor { get; set; }
    

    Property Value

    bool ?

    ExportFileStructure

    Gets or Sets ExportFileStructure

    [DataMember(Name = "exportFileStructure", EmitDefaultValue = true)]
    public ExportFileStructure ExportFileStructure { get; set; }
    

    Property Value

    ExportFileStructure

    Format

    Gets or Sets Format

    [DataMember(Name = "format", EmitDefaultValue = true)]
    public Format Format { get; set; }
    

    Property Value

    Format

    Methods

    ToString()

    Returns the string presentation of the object

    public override string ToString()
    

    Returns

    string

    String presentation of the object