Enum JobPayloadFormat_advanced_openingElements
- Namespace
- Autodesk.ModelDerivative.Models
- Assembly
- Autodesk.ModelDerivative.dll
An option to be specified when the input file type is IFC.Specifies how openings are translated. Available options are:- hide - (default) openings are translated but are not visible by default.- show - openings are translated and are visible by default.- skip - openings are not translated.Note These options are applicable only when conversionMethod is set to modern or v3.
public enum JobPayloadFormat_advanced_openingElements
Fields
[EnumMember(Value = "hide")] Hide = 0
[EnumMember(Value = "show")] Show = 1
[EnumMember(Value = "skip")] Skip = 2