MKI_HATCHLINE (Entity Data Classes) Changed in Version 2022.1

www.CAD6.com

C++ Syntax

class MKI_HATCHLINE

{

  public:

 

  double m_dDistance;

  MKI_XPROPERTY m_cXProperty;

  bool m_fUse;

 

  void

  Init( void );

 

  bool

  IsIdentical( const MKI_HATCHLINE& f_rData ) const; New in Version 2022.1

};

 

This structure contains a the definition of a single hatching line.

 

Element Description

m_dDistance

[double] Determines the distance between this line and the next active line in internal mm. The valid range is 1e-10 to 1e10 inclusive.

m_cXProperty

[MKI_XPROPERTY] This set of properties defines single or multiple properties to be transmitted to the corresponding hatching line.

m_fUse

[bool] Determines whether the corresponding line is to be used or not.

 

MKD Syntax

Use,Distance,XProperty

 

CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH