MKI_MULTI_DIMSMALL (Multi-Entity Editing Classes) Renamed and changed in Version 2023.1 |
www.CAD6.com |
C++ Syntaxclass MKI_MULTI_DIMSMALL : public MKI_MULTI_BASE { public:
MKI_DIMSMALL 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 "small" dimension parameters to be edited in a dialog window.
Element Descriptionm_cData [MKI_DIMSMALL] A "small" 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_NUMREFRESH Apply the refresh mode m_cData->m_nNumRefresh.
USE_NUMROTATE Apply the centering mode m_cData->m_nNumCentered.
|
CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH