MKI_MULTI_DIMLINE (Multi-Entity Editing Classes) Renamed and changed in Version 2023.1 |
www.CAD6.com |
C++ Syntaxclass MKI_MULTI_DIMLINE : public MKI_MULTI_BASE { public:
MKI_DIMLINE m_cData;
void Init( void ); New in Version 2023.1
void Fill( MKI_CONST_DIMLINE_REF f_rData ); New in Version 2023.1
void MKI_DIMLINE_REF f_rData, bool f_fCopyAll ) const; New in Version 2023.1 };
This structure contains dimension line properties to be edited in a dialog window.
Element Descriptionm_cData [MKI_DIMLINE] A standard dimension line property set.
CommentWhen using functions of the base class MKI_MULTI_BASE, use the following flags defined in this class to identify its elements:
USE_STARTFORM Apply the starting arrow form m_cData->m_nArrowStartForm.
USE_STARTMODE Apply the starting arrow mode m_cData->m_nArrowStartMode.
USE_ENDFORM Apply the ending arrow form m_cData->m_nArrowEndForm.
USE_ENDMODE Apply the ending arrow mode m_cData->m_nArrowEndMode.
|
CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH