Section =INFO= (File Sections)

www.CAD6.com

MKD Syntax

The section =INFO= contains miscellaneous drawing-dependent information that was active when the drawing was saved.

 

=INFO=;

"Entry Name", ... ;

...

"Entry Name", ... ;

=END=;

 

The section =INFO= contains a list of info entries that are used by the application when loading the drawing. Usually, this section contains information about how to load the drawing and what to do with after loading. This information will only be added to the drawing if it has a special purpose, e.g. if the drawing is to be written to the clipboard.

 

Each info entry starts with a text that contains the entry's name, followed by a single or multiple values that define the info entry. The entry name and the values are separated by commas, each entry is ended by a semicolon. If an info exists, it must at least contain the entries describes below. It may, however, contain more entries.

 

The following info entries are currently defined:

 

MKI_MKD_INFO_PLACING ("Placing")

If existing, the drawing shall be "placable", i.e. after pasting it from the clipboard, all objects are automatically chosen and can be moved relatively to the given reference point. Value sequence:

x, y

[double] X- and Y-coordinate of the reference point for the placing. This is similar to the first point entered when moving objects.

 

CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH