![]() |
Junction Diagram Automation Suite 1.5.1
An AutoCAD 2024 plugin for the manipulation and generation of junction box wiring diagrams
|
Common includes and definitions. More...
#include <string>
#include <vector>
#include "wx/wx.h"
#include "rxregsvc.h"
#include "acutads.h"
#include "aced.h"
#include "acedads.h"
Go to the source code of this file.
Enumerations | |
enum | BoxSize { SMALL , MEDIUM , LARGE , CUSTOM } |
Predefined enclosure footprints supported by the tool. More... |
Variables | |
const int | boxSizeTerminalCounts [3] = {24, 42, 144} |
const std::string | boxSizeStrings [4] |
Common includes and definitions.
This module is part of the Junction Diagram Automation Suite. Unauthorized copying, distribution, or modification is prohibited.
enum BoxSize |
const std::string boxSizeStrings[4] |