MKI_BLOCK_T001 (Data Block Classes)

www.CAD6.com

C++ Syntax

class MKI_BLOCK_T001 : public MKI_BLOCK_BASE

{

  public:

 

  double m_dArcAngle;

};

 

This structure contains temporary 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_T001 (-1).

 

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

 

MKD Syntax

Unused.

 

CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH