MVFv3 API Documentation
    Preparing search index...

    Type Alias DoubleDoorEntranceAestheticProperties

    Properties for double door entrance aesthetics

    type DoubleDoorEntranceAestheticProperties = {
        id: `ea_${string}`;
        geometryId: `g_${string}`;
        details?: {
            description?: string;
            externalId?: string;
            icon?: string;
            name?: string;
            shortName?: string;
        };
        swingOrigin?: undefined;
        kind: "double";
        swing: "cw"
        | "acw";
    }
    Index

    Properties

    id: `ea_${string}`

    The unique identifier for the entrance aesthetic.

    geometryId: `g_${string}`
    details?: {
        description?: string;
        externalId?: string;
        icon?: string;
        name?: string;
        shortName?: string;
    }

    {@inheritDoc utility-types/details!Details}

    swingOrigin?: undefined
    kind: "double"
    swing: "cw" | "acw"

    The direction of the swing of the doors. Currently only 'cw' and 'acw' are supported. cw is clockwise, acw is anti-clockwise (counter-clockwise). For double doors, the swing is relative to the first vertex of the underlying entrance line string.

    swing cw, acw