MKI_NOTIFY_EXT_IDENT (Plug-In Notification Command) New in Version 6.32 |
www.CAD6.com |
The plug-in shall enumerate all data required for object identification of Ext, i.e. all outline elements of Ext that can be identified by the user, based on the information in Data.
ParametersExt Address of the object whose identification data shall be enumerated by the plug-in. Data Address of a MKI_IDENTDATA structure that contains all information required to enumerate the identification data of the given object.
Return ValueMKI_NOTIFY_RESULT_DONE Ext is known, given task successfully finished. The application shall parse the object's display list for further outlines. MKI_NOTIFY_RESULT_IGNORE Ext is known, given task successfully finished. The application shall not parse the object's display list for further outlines, i.e. only the data explicitly returned in Data shall be used. MKI_NOTIFY_RESULT_UNKNOWN Ext is not known or task not supported, ask the other plug-ins.
Note: You can control which individual objects in your display list shall be ignored by the application by setting the MKI_ENTITYMODE_EXT_NO_IDENT in those objects' Header.EntityMode.
|
CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH