|
MKI_UndoGetNewFrame (Entity Creation) Changed in Version 2019.0 |
www.CAD6.com |
C++ Syntaxvoid MKI_UndoGetNewFrame( MKI_RECT_REF f_rFrame );
Calculates the surrounding frame around all newly created entities. This procedure may either be called within a MKI_UndoInitProcess and MKI_UndoFinishProcess bracket or after calling MKI_UndoFinishProcess.
If some of the newly created objects are instances, or if blocks or groups have been created, make sure to call MKI_UndoUpdateLinks before calling this procedure!
Parametersf_rFrame [MKI_RECT_REF] Address of a rectangle buffer to receive the surrounding frame of all newly created entities. The coordinates are sorted, i.e. x1 <= x2 and y1 <= y2.
|
CAD6interface 2026.0 - Copyright 2026 Malz++Kassner® GmbH