|
MKI_HATCHLINE (Basic Classes) Changed in Version 2022.1 |
www.CAD6.com |
|
This class contains a the definition of a single hatching line.
C++ Syntaxclass MKI_HATCHLINE { public:
double m_dDistance; MKI_XPROPERTY m_cXProperty; bool m_fUse;
void Init( void );
bool const MKI_HATCHLINE& f_rData ) const; New in Version 2022.1 };
Element Descriptionm_dDistance [double] Determines the distance between this line and the next active line in internal mm. Valid range: 1e-10 ≤ x ≤ 1e10. 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 SyntaxUse,Distance,XProperty
|
CAD6interface 2026.1 - Copyright 2026 Malz++Kassner® GmbH