![]() |
MKI_MULTI_DIMPARAM (Multi-Entity Editing Classes) Renamed and changed in Version 2023.1 |
www.CAD6.com |
C++ Syntaxclass MKI_MULTI_DIMPARAM : public MKI_MULTI_BASE { public:
MKI_DIMPARAM m_cData;
void Init( void ); New in Version 2023.1
void Fill( MKI_CONST_DIMSMALL_REF f_rData ); New in Version 2023.1
void MKI_DIMSMALL_REF f_rData, bool f_fCopyAll ) const; New in Version 2023.1 };
This structure contains global dimension parameters to be edited in a dialog window.
Element Descriptionm_cData [MKI_DIMPARAM] A global dimension parameter set. Only those elements for which a flag is defined are used. Do not modify other values!
CommentWhen using functions of the base class MKI_MULTI_BASE, use the following flags defined in this class to identify its elements: USE_FONT Apply the font definition m_cData->m_cFontDef. USE_SIZE1 Apply the primary font height m_cData->m_dTextSize1. USE_SIZE2 Apply the secondary text height m_cData->m_dTextSize2. USE_LENGTHMODE Apply the output format m_cData->m_nNumMode and m_cData->m_nNumPrecision. USE_SYSTEM Apply the coordinate system index m_cData->m_nSystem. USE_CHARDISTANCE Apply the character distance m_cData->m_dCharDistance. USE_TABDISTANCE Apply the tab distance m_cData->m_dTabDistance. USE_TEXTMODE Apply the text mode m_cData->m_nTextMode. USE_ORDER Apply the text order m_cData->m_nTextOrder. USE_VERTICAL Apply the text order m_cData->m_nTextVertical. USE_ANGLEMODE Apply the output format m_cData->m_nAngleMode and m_cData->m_nAnglePrecision.
|
CAD6interface 2025.1 - Copyright 2025 Malz++Kassner® GmbH