MKI_PATCH (Basic Classes) New in Version 2023.0

www.CAD6.com

C++ Syntax

class MKI_PATCH

{

  public:

 

  __int32 m_nPointCount,

          m_nInvisible;

  MKI_POINT m_acPoint[4];

};

 

This structure contains information about one patch, i.e. one simple display element for displaying 3D information in 2D. It is either a line, a triangle or a quadrangle.

 

Element Description

m_nPointCount

[__int32] Number of points in m_acPoint. Valid range is 2 to MKI_POINTS_PER_PATCH.

m_nInvisible

[__int32] Bit-wise OR combination of invisibility and inactivity flags for the edges of the patch (see MKI_PATCH_*). Will not be used for lines (m_nPointCount=2).

m_acPoint

[MKI_POINT[]] Space for up to 4 points.

 

CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH