Request

Response

    Class JobPayloadFormatSVFAdvancedIFC

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

    Contains advanced configuration settings for translation jobs processing IFC inputs.

    [DataContract]
    public class JobPayloadFormatSVFAdvancedIFC : IJobPayloadFormatSVFAdvanced
    

    Inheritance

    object JobPayloadFormatSVFAdvancedIFC

    Implements

    IJobPayloadFormatSVFAdvanced

    Inherited Members

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

    Constructors

    JobPayloadFormatSVFAdvancedIFC()

    Initializes a new instance of the class.

    public JobPayloadFormatSVFAdvancedIFC()
    

    Properties

    BuildingStoreys

    Gets or Sets BuildingStoreys

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

    Property Value

    BuildingStoreys

    ConversionMethod

    Gets or Sets ConversionMethod

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

    Property Value

    ConversionMethod

    OpeningElements

    Gets or Sets OpeningElements

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

    Property Value

    OpeningElements

    Spaces

    Gets or Sets Spaces

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

    Property Value

    Spaces

    Methods

    ToString()

    Returns the string presentation of the object

    public override string ToString()
    

    Returns

    string

    String presentation of the object