MKI_HatchClosePathProc (Callback) Changed in Version 2014.0

www.CAD6.com

C++ Syntax

bool

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.

 

Parameters

UserData New in Version 2014.0

[void*] User data pointer as passed to enumeration function.

 

Return Value

Should return true to continue the enumeration or false to stop it.

 

Comment

The name MKI_HatchClosePathProc is only a placeholder, the procedure may have any name.

 

CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH