Environment
Overview
The system variables of the “Environment” group in the Options dialog.
| Name |
Description |
Type |
Default |
Notes |
Language |
Language |
Flg |
English |
Change langualge. Choices: English. |
UseMultiProcesser |
Use Multi Processer |
Bool |
true |
|
UseAsComExeServer |
Use this application as a COM EXE Server |
Bool |
true |
|
MCPSERVER |
Start the MCP server |
Bool |
false |
Start the MCP (Model Context Protocol) server at startup. It listens on 127.0.0.1 only. |
MCPSERVERPORT |
MCP server port |
Int |
8765 |
The port the MCP server listens on. If it is busy, the next ports (up to +9) are tried. |
MCPSERVERTIMEOUT |
MCP server timeout (seconds) |
Int |
30 |
How long an MCP call waits for the main thread, in seconds. 0 means no limit. |
MCPSERVERALLOWWRITE |
Allow state-changing MCP tools |
Bool |
false |
Expose and allow MCP tools that change the drawing or the application state. |
DefaultDotNetDllNames |
.Net plugin dll paths |
Str |
BcadCli.dll,BcadMcp.dll, |
The DLL file paths contain plugins (default) based on the .NET API.(You can specify multiple items separated by commas.). Read-only. |
WindowStyle |
Window Style |
Flg |
Normal |
Choices: Normal, Tab. |
Fonts
| Name |
Description |
Type |
Default |
Notes |
Font_PropertyWindow |
Property Window |
Font |
- |
Change it in the Options dialog. It cannot be set with setvar. |
Font_TreeWindow |
Tree window |
Font |
- |
Change it in the Options dialog. It cannot be set with setvar. |
Font_CommandPane |
Command window |
Font |
- |
Change it in the Options dialog. It cannot be set with setvar. |
Font_OpenGLInfo |
OpenGL infomation |
Font |
- |
Change it in the Options dialog. It cannot be set with setvar. |
Font_OpenGLSnap |
OpenGL Snap |
Font |
- |
Change it in the Options dialog. It cannot be set with setvar. |
Commands
| Name |
Description |
Type |
Default |
Notes |
Command_Echo |
Display comamnd name |
Bool |
true |
Display comamnd name in the command prompt window. |
Alias |
Comamnd Alias |
Str |
_CmdDelete,delete;_CmdNetLoad,netload;_CmdDescription,des… |
The command separator is ‘;’(semi-corron), and alias separator is ‘,’(commma). |
CommandCompletionMatch |
Command completion match mode |
Flg |
Partial match |
Match mode of the command completion in the command prompt window. Choices: Partial match, Prefix match. |
CommandHistoryMax |
Command history size |
Int |
10 |
How many entered commands the command prompt window keeps for recall with the up and down keys. 0 turns the history off. Range: [0, 100]. |
System variables
| Name |
Description |
Type |
Default |
Notes |
AliasVar |
System variable Alias |
Str |
(empty) |
The system variable separator is ‘;’(semi-corron), and alias separator is ‘,’(variable). |
Notification
| Name |
Description |
Type |
Default |
Notes |
Notification_ShowMsgBox |
Show/hide message box |
Bool |
true |
|
Fonts2
| Name |
Description |
Type |
Default |
Notes |
Font_ParameterView |
Parameter View |
Font |
- |
Change it in the Options dialog. It cannot be set with setvar. |