|
MKI_HATCHOPENPATH_PROC (Callback) Changed in Version 2014.0 |
www.CAD6.com |
C++ Syntaxtypedef 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.
Parametersf_pXProperty [MKI_CONST_XPROPERTY_PTR] Address of extended properties of the path to be opened. f_pUserData 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.
|
CAD6interface 2026.0 - Copyright 2026 Malz++Kassner® GmbH