![]() |
MKI_ClipCopyOutlineAttributes (Entity Creation) Changed in Version 2024.1 |
www.CAD6.com |
C++ Syntaxbool MKI_ClipCopyOutlineAttributes( MKI_CONST_ENTITY_PTR f_pRefEntity, __int32 f_nOutlineIndex );
Copies all outline attribute data blocks (outline attributes) belonging to the outline f_nOutlineIndex of a reference entity (excluding the MKI_DB_END block) to the most recently opened provisional object (see MKI_ClipOpen). They will be appended to already existing data blocks. No check for duplicate attribute names is performed.
ParametersRefEntity [MKI_CONST_ENTITY_PTR] Address of a reference object whose data blocks are to be copied.
Return ValueReturns true if all data blocks were copied and added successfully. If false is returned, this indicates that the object would be too large after adding those data blocks.
|
CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH