MKI_NOTIFY_EXT_CHECK (Plug-In Notification Command) New in Version 6.41

www.CAD6.com

The object Ext has just been loaded from file or clipboard. It shall now be checked for correct content and adjusted if necessary.

 

Since this command may be called while loading a drawing or library file, do not try to access any other object or block in the drawing or any library!

 

Parameters

Ext

Address of the object to be checked by the plug-in.

Data

Unused, will usually be nullptr.

 

Return Value

MKI_NOTIFY_RESULT_DONE

Ext is known, changed were made to the object.

MKI_NOTIFY_RESULT_IGNORE

Ext is known, but nothing had to be changed.

MKI_NOTIFY_RESULT_UNKNOWN

Ext is not known or task not supported, ask the other plug-ins.

 

Note: At this time, the extended object's data blocks and data list objects may be rearranged and modified as required. The object size may even be changed by removing, adding or resizing data blocks and data objects (up until a total size of MKI_MaxEntityData). The display list has not yet been loaded, and MKI_NOTIFY_EXT_INIT has not yet been called.

 

CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH