MLightCAD
    Preparing search index...

    Interface MlCountListInstance

    One counted block instance (top-level or nested).

    interface MlCountListInstance {
        blockName: string;
        id: string;
        isNested: boolean;
        position: { x: number; y: number; z: number };
    }
    Index

    Properties

    blockName: string

    Referenced block definition name.

    id: string

    Object ID used for selection/highlight (parent INSERT for nested).

    isNested: boolean
    position: { x: number; y: number; z: number }

    WCS insertion point used for area filter / zoom.