MKI_DIMTEXTSMALL (Basic Classes) Changed in Version 2021.0

www.CAD6.com

C++ Syntax

class MKI_DIMTEXTSMALL

{

  public:

 

  MKI_STRSHORTW m_szPreText,

                m_szDimension,

                m_szPostText,

                m_szTolerance1,

                m_szTolerance2;

  bool m_fUpdate;

 

  void

  Init( void );

 

  bool

  AppendDimensionTextMKI_BLOCK_ENUM& f_rData ) const; New in Version 2021.0

 

  bool

  AppendFullDimensionMKI_BLOCK_ENUM& f_rData ) const; New in Version 2021.0

};

 

This structure contains texts for a standard dimension or a dimension text (PreText and PostText are unused in that case).

 

Element Description

PreText Changed in Version 2019.1

[MKI_STRSHORTW] Text to be displayed before the dimension.

Dimension Changed in Version 2019.1

[MKI_STRSHORTW] Text of the dimension itself. 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 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 text shall automatically be updated.

 

MKD Syntax

Unused.

 

CAD6interface 2026.0 - Copyright 2026 Malz++Kassner® GmbH