MKI_EditExtToGroup (Entity Editing) Changed in Version 2019.0

www.CAD6.com

C++ Syntax

MKI_ENTITY_GROUP_PTR

MKI_EditExtToGroup(

 MKI_CONST_ENTITY_EXT_PTR f_pExt,

 const LPCWSTR f_pszComment );

 

Creates a group from the display list of the given extended object and inserts it into the drawing. The original extended object will not be modified or deleted.

 

Parameters

Ext

[MKI_CONST_ENTITY_EXT_PTR] Address of the extended object whose display list shall be written into a group. Make sure that this address points to an entity located in the current drawing! If not, the system might reveal unexpected behavior.

Comment

[const LPCWSTR] Comment to be added to the group. May be nullptr.

 

Return Value

Returns the address of the group if it was created successfully. Else, nullptr is returned.

 

CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH