MKI_BLOCK_T007 (Data Block Classes) |
www.CAD6.com |
C++ Syntaxclass MKI_BLOCK_T007 : public MKI_BLOCK_BASE { public:
double m_dDimValue1, m_dDimValue2, m_dArrowAngle, m_dNumberAngle; MKI_POINT m_cPoint1, m_cPoint2, m_cPoint3, m_cPoint4, m_cPoint5, m_cPoint6, m_cPoint7, m_cPoint8, m_cPoint9, m_cPoint10, m_cPoint11; MKI_QUAD m_cBackQuad; };
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 DescriptionHeader [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_T007 (-7).
Temporary data blocks should not be used by plug-ins. Simply ignore them.
MKD SyntaxUnused.
|
CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH