MKI_EditGroupResolve (Entity Editing) Changed in Version 2019.0

www.CAD6.com

C++ Syntax

bool

MKI_EditGroupResolve(

 MKI_CONST_ENTITY_GROUP_PTR f_pGroup,

     bool f_fAll );

 

Resolves the given group, i.e. inserts the contained entities into the drawing. The original group will not be modified or deleted.

 

Parameters

Group

[MKI_CONST_ENTITY_GROUP_PTR] Address of the group to be resolved. Make sure that this address points to an entity located in the current drawing! If not, the system might reveal unexpected behavior.

All

[bool] If true, all levels of groups contained within this group will also be resolved. Otherwise, only the top level group itself will be resolved.

 

Return Value

Returns true if the group was resolved successfully. Else, false is returned.

 

CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH