Request

Response

    Enum BuildingStoreys

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

    Specifies how storeys are translated. Applicable only when the source design is of type IFC. Possible values are:

    • hide - (Default) Storeys are translated but not visible by default.
    • show - Storeys are translated and are visible by default.
    • skip - Storeys are not translated.

    Note: These options are applicable only when conversionMethod is set to modern or v3.

    [JsonConverter(typeof(StringEnumConverter))]
    public enum BuildingStoreys
    

    Fields

    Hide = 0

    Enum Hide for value: hide

    Show = 1

    Enum Show for value: show

    Skip = 2

    Enum Skip for value: skip