![]() |
MKI_HatchOpenPathProc (Callback) Changed in Version 2014.0 |
www.CAD6.com |
C++ Syntaxbool MKI_HatchOpenPathProc( MKI_CONST_XPROPERTY_PTR f_pXProperty, void* f_pUserData );
typedef bool (*MKI_HATCHOPENPATH_PROC)( MKI_CONST_XPROPERTY_PTR f_pXProperty, void* f_pUserData );
This callback procedure is called once for each new 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.
ParametersXProperty [MKI_CONST_XPROPERTY_PTR] Address of extended properties of the path to be opened. UserData 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_HatchOpenPathProc is only a placeholder, the procedure may have any name.
|
CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH