MKI_MULTI_DIMSMALL (Multi-Entity Editing Classes) Renamed and changed in Version 2023.1

www.CAD6.com

C++ Syntax

class MKI_MULTI_DIMSMALL : public MKI_MULTI_BASE

{

  public:

 

  MKI_DIMSMALL m_cData;

 

  void

  Init( void ); New in Version 2023.1

 

  void

  Fill(

 MKI_CONST_DIMSMALL_REF f_rData ); New in Version 2023.1

 

  void

  Apply(

 MKI_DIMSMALL_REF f_rData,

 bool f_fCopyAll ) const; New in Version 2023.1

};

 

This structure contains "small" dimension parameters to be edited in a dialog window.

 

Element Description

m_cData

[MKI_DIMSMALL] A "small" dimension parameter set. Only those elements for which a flag is defined are used. Do not modify other values!

 

Comment

When using functions of the base class MKI_MULTI_BASE, use the following flags defined in this class to identify its elements:

 

USE_NUMREFRESH

Apply the refresh mode m_cData->m_nNumRefresh.

 

USE_NUMROTATE

Apply the centering mode m_cData->m_nNumCentered.

 

CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH