MLightCAD
    Preparing search index...

    Function promptCountListArea

    • Prompts the user for a rectangular count area (or Entire via keyword). Returns the selected box, null for entire drawing, or undefined if cancelled.

      Parameters

      • firstCornerMessage: string
      • secondCornerMessage: string

      Returns Promise<AcGeBox2d | null | undefined>