MLightCAD
    Preparing search index...

    Configuration settings for the CAD application.

    Contains various UI and rendering preferences that can be persisted and modified during runtime.

    interface AcApSettings {
        fontMapping: AcApFontMapping;
        isDebug: boolean;
        isShowCommandLine: boolean;
        isShowCoordinate: boolean;
        isShowEntityInfo: boolean;
        isShowFileName: boolean;
        isShowLanguageSelector: boolean;
        isShowMainMenu: boolean;
        isShowStats: boolean;
        isShowToolbar: boolean;
        osnapModes: number;
    }
    Index

    Properties

    fontMapping: AcApFontMapping

    Font mapping configuration for text rendering

    isDebug: boolean

    Whether debug mode is enabled for development features

    isShowCommandLine: boolean

    Whether the command line interface is visible

    isShowCoordinate: boolean

    Whether coordinate display is visible

    isShowEntityInfo: boolean

    Whether entity info card is visible

    isShowFileName: boolean

    Whether file name is visible

    isShowLanguageSelector: boolean

    Whether language selector is visible

    isShowMainMenu: boolean

    Whether main menu is visible

    isShowStats: boolean

    Whether performance statistics are displayed

    isShowToolbar: boolean

    Whether the toolbar is visible

    osnapModes: number

    Object snap modes