MKI_WINDOWDEF (Entity Data Classes) Changed in Version 2024.2

www.CAD6.com

C++ Syntax

class MKI_WINDOWDEF

{

  public:

 

  __int32 m_nSystem;

  bool m_fDisplayGrid,

       m_fPositionGrid;

 

  MKI_ZOOMDEF m_cZoom;

 

  void

  Init( void );

};

 

This structure contains a window display mode definition.

 

Element Description

m_nSystem

[__int32] Index of the coordinate systems that was active in the drawing window when the drawing was saved. Valid range: 0 <= Value <= MKI_SYSTEM_MAX.

m_fPositionGrid

[bool] Determines whether display grid of the drawing window was active when the drawing was saved.

m_fDisplayGrid

[bool] Determines whether position grid of the drawing window was active when the drawing was saved.

m_cZoom

[MKI_ZOOMDEF] Position, size, and rotation of the drawing window's contents.

 

MKD Syntax

System,DisplayGrid,PositionGrid,Zoom;

 

CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH