MKI_BLOCK_T005 (Data Block Classes)

www.CAD6.com

C++ Syntax

class MKI_BLOCK_T005 : public MKI_BLOCK_BASE

{

  public:

 

  MKI_STR32W m_szExtraText;

  double m_dDimValue,

         m_dArrowStartAngle,

         m_dArrowEndAngle,

         m_dNumberAngle;

  MKI_POINT m_cPoint1,

            m_cPoint2,

            m_cPoint3,

            m_cPoint4,

            m_cPoint7;

  MKI_QUAD m_cBackQuad;

  double m_dGap1,

         m_dGap2;

};

 

This structure contains data precalculated by the serving application. Data stored in such a data block is subject to change at any time.

 

Element Description

Header

[MKI_BLOCK_HEADER] This structure contains general information about the data block. The ElemType element is to set to MKI_DB_TYPE_NATIVE (0), the BlockType element to MKI_DB_TEMP_T005 (-5).

 

Precalculated data blocks should not be used by plug-ins. Simply ignore them.

 

MKD Syntax

Unused.

 

CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH