Prepare (class MKI_BUFFER) Changed in Version 2023.2

www.CAD6.com

C++ Syntax

bool

MKI_BUFFER::Prepare(

 double f_dTolerance,

 MKI_TIMER_PTR f_pTimer );

 

Prepares a buffer used for hatching purposes or the point-in-area test for further calculations after all objects have been added to it.

 

Parameters

Tolerance

[double] This value determines how close element in the buffer must lie to be handled as "overlapping" or "possibly intersecting". Usually, this value should be set to 1e-3.

Timer New in Version 2023.2

[MKI_TIMER_PTR] If not nullptr, address of a timer with an expiry interval set. Once that interval expires, this method will terminate and return false.

 

Return Value

Returns true if the buffer was prepared successfully, else false.

 

CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH