![]() |
MKI_DIMTEXTLARGE (Entity Data Classes) Changed in Version 2021.0 |
www.CAD6.com |
C++ Syntaxclass MKI_DIMTEXTLARGE { public:
MKI_STRSHORTW m_szPreText, m_szDimension1, m_szMiddleText, m_szDimension2, m_szPostText, m_szTolerance1, m_szTolerance2; bool m_fUpdate;
void Init( void );
bool AppendFullDimension( MKI_BLOCK_ENUM& f_rData ) const; New in Version 2021.0 };
This structure contains texts for a coordinate dimension.
Element DescriptionPreText Changed in Version 2019.1 [MKI_STRSHORTW] Text to be displayed before the first dimension. Dimension1 Changed in Version 2019.1 [MKI_STRSHORTW] Text of the first dimension. This text will overwritten automatically by the application if Update is true. MiddleText Changed in Version 2019.1 [MKI_STRSHORTW] Text to be displayed between the two dimensions. Dimension1 Changed in Version 2019.1 [MKI_STRSHORTW] Text of the first dimension. This text will overwritten automatically by the application if Update is true. PostText Changed in Version 2019.1 [MKI_STRSHORTW] Text to be displayed behind the second dimension. Tolerance1 Changed in Version 2019.1 [MKI_STRSHORTW] Text to be displayed as upper tolerance. Tolerance2 Changed in Version 2019.1 [MKI_STRSHORTW] Text to be displayed as lower tolerance. Update [bool] Determines whether the dimension texts shall automatically be updated.
MKD SyntaxUnused.
|
CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH