CH_DLG.lsp — Chamfer Dialog Handler

Module: ch_dlg.lsp | Version: v3.60 | Category: Dialog Boxes (Features) | Size: 1.4 KB (42 lines)


Overview

Configures panel edge chamfers (bevels) for aesthetic and structural purposes.

Control Pattern

Prefix: ch (Chamfer) - Controls: cht[n], chn[n], chd[n], chs[n]

Features Configured

  • Chamfer size: 1/2”, 3/4”, or 1”

  • Direction: up, down, or both

  • Position along edges

  • Multiple chamfers per panel

Size Selection Logic

Radio buttons convert to:

  • Button “2” ? “1/2””

  • Button “4” ? “3/4””

  • Button “1” ? “1””

Direction Selection

Radio buttons convert to:

  • “u” ? “up”

  • “d” ? “down”

  • “b” ? “both”

Global Variables

Input/Output: All ch* variables
Calls: enable.lsp, updvar.lsp
Drawing: chamfer.lsp generates chamfer geometry


Status: Standard module | Last Updated: 2026-01-20