![]() |
MKI_MULTI_DIMLARGE (Multi-Entity Editing Classes) Renamed and changed in Version 2023.1 |
www.CAD6.com |
C++ Syntaxclass MKI_MULTI_DIMLARGE : public MKI_MULTI_BASE { public:
MKI_DIMLARGE m_cData;
void Init( void ); New in Version 2023.1
void Fill( MKI_CONST_DIMLARGE_REF f_rData ); New in Version 2023.1
void MKI_DIMLARGE_REF f_rData, bool f_fCopyAll ) const; New in Version 2023.1 };
This structure contains "large" dimension properties to be edited in a dialog window.
Element Descriptionm_cData [MKI_DIMLARGE] A "large" 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_NUMCENTERED Apply the centering mode m_cData->m_fNumCentered. USE_NUMPLACING Apply the number placing mode m_cData->m_nNumPlacing. USE_NUMROTATE Apply the rotation mode m_cData->m_nNumRotate. 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. USE_EXTSTART Apply the starting extension line display mode m_cData->m_fExtStartDisplay. USE_EXTEND Apply the ending extension line display mode m_cData->m_fExtEndDisplay. USE_LINEDISPLAY Apply the dimension line display mode m_cData->m_fLineDisplay. USE_LINEORIENT Apply the line orientation mode m_cData->m_nLineOrientation. USE_LINEDIMTYPE Apply the line mode m_cData->m_nLineType. USE_LINEDISTMODE Apply the line distance mode m_cData->m_nLineDistMode. USE_LINEDISTANCE Apply the line distance m_cData->m_dLineDistance. USE_STARTOFFSET Apply the starting extension line offset m_cData->m_dLineStartOffset. USE_ENDOFFSET Apply the ending extension line offset m_cData->m_dLineEndOffset. USE_RADIUSEXTEND Apply the radius extension mode in m_cData->m_nDimFlag.
|
CAD6interface 2025.1 - Copyright 2025 Malz++Kassner® GmbH