Section =WINDOW= (File Sections) |
www.CAD6.com |
MKD SyntaxThe section =WINDOW= contains the settings of the view window and up to 4 drawing windows.
A coordinate system contains a set of several settings that influence the drawing's display and output. These settings are: scaling, rotation, distortion, origin position, length unit, line unit, angle unit, number representation, position grid, and display grid.
Head of Section=WINDOW=; TotalNum,WindowMode,WindowActive;
Entry for each Window SettingWindowDef;
End of Section=END=;
If the section =WINDOW= does not exist, all windows will be assigned to the coordinate system 0 "*Standard" without display and position grid, and will display a page overview.
Element DescriptionTotalNum [__int32] Number of window settings to follow. Valid range is 0 to 5 inclusive. The first window is the view window, followed by up to 4 drawing windows. WindowMode New in Version 2024.0 [__int32] Drawing window arrangement mode (see MKI_WINDOWMODE_*). WindowActive New in Version 2024.2 [__int32] Zero-based index of currently active drawing window. The windows are numbered in reading direction, i.e. left to right and top to bottom. Valid range: 0 <= Value < MKI_WINDOW_MAX (standard windows) or Value = MKI_WINDOW_VIEW (view window). WindowDef New in Version 2024.2 [MKI_WINDOWDEF] Window display mode definitions for one view window or drawing window.
|
CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH