Request

Response

    Class JobPayloadFormatSVF2

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

    Describes the options for translation jobs producing SVF2 outputs.

    [DataContract]
    public class JobPayloadFormatSVF2 : IJobPayloadFormat
    

    Inheritance

    object JobPayloadFormatSVF2

    Implements

    IJobPayloadFormat

    Inherited Members

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

    Constructors

    JobPayloadFormatSVF2()

    Initializes a new instance of the class.

    public JobPayloadFormatSVF2()
    

    Properties

    Advanced

    Gets or Sets Advanced

    [DataMember(Name = "advanced", EmitDefaultValue = false)]
    public IJobPayloadFormatSVF2Advanced Advanced { get; set; }
    

    Property Value

    IJobPayloadFormatSVF2Advanced

    Type

    The requested output type. svf2 in this case.

    [DataMember(Name = "type", EmitDefaultValue = true)]
    public OutputType Type { get; set; }
    

    Property Value

    OutputType

    Views

    Specifies the type of view to generate. Possible values are 2d and 3d.

    [DataMember(Name = "views", EmitDefaultValue = false)]
    public List<View> Views { get; set; }
    

    Property Value

    List <View >

    Methods

    ToString()

    Returns the string presentation of the object

    public override string ToString()
    

    Returns

    string

    String presentation of the object