![]() |
MKI_MappingOpen (Entity Creation) New in Version 6.61 |
www.CAD6.com |
C++ SyntaxMKI_MappingOpen( void );
Opens a provisional mapping for data block input. Once opened, the provisional mapping can be filled with data blocks and subsequently be terminated and appended to a memory list or to a block.
Only one provisional mapping is available at a time. Anyway, other provisional entities like object, instance, block and group can be open simultaneously. After opening the provisional mapping, it must later be closed using MKI_MappingClose or MKI_MappingFastInsert.
Return ValueAddress of the provisional mapping, if successful. This address can be used to modify the mapping's extended properties (located in ReturnValue->XProperty) and the display matrix (located in ReturnValue->DisplayMatrix). Please do not modify any other value! If nullptr is returned, this indicates that another provisional mapping is already open.
|
CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH