Object 41 "Marking" (Entity Type "Object") Changed in Version 2021.0

www.CAD6.com

This object type contains a collection of "markings". A marking is used to store and display specific positions in the drawing. They are especially used during construction and to save positions for further reference.

 

 

A marking object may contain up to 2,000 markings in total.

 

Markings will usually not be output to printer or clipboard.

 

Data Block Sequence

Data Block 010( Position )

 ...

Data Block 010( Position )

 

Parameters

Position

[MKI_POINT] Position of one marking.

 

Attributes New in Version 2021.0

A marking may contain attribute data blocks (see MKI_BLOCK_ATTRIBUTE) of types "local", "outline", and "point". Their position in the list of data blocks must be as follows:

-Outline attributes must be placed anywhere behind the marking of the respective outline. Any outline attribute after a marking data block M and before the next marking data block (or end of object) belongs to the outline degined by marking M.
-Point attributes must be placed behind the respective marking. Any point attribute after marking data block P and before the next marking data block (or end of object) belongs to that marking P.
-Local attributes should be placed behind all other datablocks and attributes.

The total number of attributes of each type (local, outline, point) per respective element (entity, outline, and marking) is limited to MKI_ATTRIBS_PER_OBJECT.

 

Interface Command Sequence

MKI_ObjectOpen, Type = MKI_OBJ_MARK

MKI_ObjectAddPoint, Type = MKI_DB_POINT_MARK

         ...

MKI_ObjectAddPoint, Type = MKI_DB_POINT_MARK

MKI_ObjectFastInsert

 

CAD6interface 2025.1 - Copyright 2025 Malz++Kassner® GmbH