Enum OpeningElements
Namespace: Autodesk.ModelDerivative.Model
Assembly: Autodesk.ModelDerivative.dll
Specifies how openings are translated. Applicable only when the source design is of type IFC. Possible values 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
.
[JsonConverter(typeof(StringEnumConverter))]
public enum OpeningElements
Fields
Hide = 0
Enum Hide for value: hide
Show = 1
Enum Show for value: show
Skip = 2
Enum Skip for value: skip