MKI_ObjectUpdateFrame (Entity Creation) Changed in Version 2019.0

www.CAD6.com

C++ Syntax

bool

MKI_ObjectUpdateFrame( void );

 

Calculates the surrounding rectangle of the current provisional object (see MKI_ObjectOpen) and stores it in that object's header. The object must have been terminated using MKI_ObjectAddEnd before this call.

 

You don't have to call this if you plan to insert the object into a memory list using MKI_ObjectInsert or MKI_ObjectFastInsert. In those cases, the surrounding rectangle will automatically be updated.

 

Return Value

Returns true if successful. Returns false if no object is currently open or if that object was not terminated yet.

 

CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH