Class JobPayloadFormatSVF2AdvancedNWD
Namespace: Autodesk.ModelDerivative.Model
Assembly: Autodesk.ModelDerivative.dll
Contains advanced configuration settings for translation jobs processing NWD inputs.
[DataContract]
public class JobPayloadFormatSVF2AdvancedNWD : IJobPayloadFormatSVF2Advanced
Inheritance
Implements
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Constructors
JobPayloadFormatSVF2AdvancedNWD()
Initializes a new instance of the
public JobPayloadFormatSVF2AdvancedNWD()
Properties
AutodeskMaterialProperties
Specifies how to handle Autodesk material properties. Applicable only when the source design type is Navisworks.
true
: Extract properties for Autodesk materials.false
: (Default) Do not extract properties for Autodesk materials.
[DataMember(Name = "autodeskMaterialProperties", EmitDefaultValue = false)]
public bool? AutodeskMaterialProperties { get; set; }
Property Value
bool ?
BasicMaterialProperties
Specifies whether basic material properties must be extracted or not. Applicable only when the source design type is Navisworks.
true
: Extract properties for basic materials.false
: (Default) Do not extract properties for basic materials.
[DataMember(Name = "basicMaterialProperties", EmitDefaultValue = false)]
public bool? BasicMaterialProperties { get; set; }
Property Value
bool ?
TimelinerProperties
Specifies whether timeliner properties must be extracted or not. Applicable only when the source design type is Navisworks.
true
: Extract timeliner properties.false
: (Default) Do not extract timeliner properties.
[DataMember(Name = "timelinerProperties", EmitDefaultValue = false)]
public bool? TimelinerProperties { get; set; }
Property Value
bool ?
Methods
ToString()
Returns the string presentation of the object
public override string ToString()
Returns
String presentation of the object