![]() |
MKI_HatchClosePathProc (Callback) Changed in Version 2014.0 |
www.CAD6.com |
C++ Syntaxbool MKI_HatchClosePathProc( void* f_pUserData );
typedef bool (*MKI_HATCHCLOSEPATH_PROC)( void* f_pUserData );
This callback procedure is called once for each finished path after starting a hatching enumeration by means of the MKI_EnumerateHatchLine or MKI_EnumerateHatchBlock procedure. A path consists of objects with the same MKI_XPROPERTY set.
ParametersUserData New in Version 2014.0 [void*] User data pointer as passed to enumeration function.
Return ValueShould return true to continue the enumeration or false to stop it.
CommentThe name MKI_HatchClosePathProc is only a placeholder, the procedure may have any name.
|
CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH